cloud-business 0.1.131-1 → 0.1.131-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -6507,6 +6507,55 @@ body {
6507
6507
  flex: 1;
6508
6508
  }
6509
6509
 
6510
+ .wechatPhone {
6511
+ width: 256px;
6512
+ height: 494px;
6513
+ background-size: contain;
6514
+ background-repeat: no-repeat;
6515
+ padding: 76px 16px 43px;
6516
+ }
6517
+ .wechatPhone .previewContent {
6518
+ height: auto;
6519
+ overflow-y: auto;
6520
+ padding: 12px 18px;
6521
+ font-size: 12px;
6522
+ line-height: 20px;
6523
+ background: #fff;
6524
+ border-radius: 4px;
6525
+ }
6526
+ .wechatPhone .previewContent .title {
6527
+ display: flex;
6528
+ justify-content: space-between;
6529
+ font-size: 14px;
6530
+ color: #3c3c3c;
6531
+ font-weight: 500;
6532
+ }
6533
+ .wechatPhone .previewContent .fixVariate {
6534
+ color: rgba(0, 0, 0, 0.45);
6535
+ line-height: 20px;
6536
+ }
6537
+ .wechatPhone .previewContent .variateItem {
6538
+ display: flex;
6539
+ align-items: flex-start;
6540
+ color: rgba(0, 0, 0, 0.85);
6541
+ }
6542
+ .wechatPhone .previewContent .variateItem .variateValue {
6543
+ width: -moz-fit-content;
6544
+ width: fit-content;
6545
+ word-break: break-all;
6546
+ white-space: break-spaces;
6547
+ }
6548
+ .wechatPhone .previewContent .startWords {
6549
+ margin-bottom: 8px;
6550
+ }
6551
+ .wechatPhone .previewContent .detail {
6552
+ display: flex;
6553
+ justify-content: space-between;
6554
+ padding-top: 10px;
6555
+ border-top: 1px solid #e8e8e8;
6556
+ margin-top: 8px;
6557
+ }
6558
+
6510
6559
  .shop-form {
6511
6560
  display: flex;
6512
6561
  align-items: center;