Sanakey
2021-02-06 a50a5b3b9a589356da21bfc55700d037e3f6dd27
提交 | 用户 | age
53cc6f 1 /*@import "../../src/src.wxss";*/
a50a5b 2 .group-buying-container view{
S 3   overflow: visible;
4 }
53cc6f 5 .goods-btn-text view{
S 6   font-size: 30rpx;
7 }
8 .my-cell-group .van-cell-group{
9   padding: 10rpx 4rpx;
10 }
11 .my-cell .van-cell{
12   padding: 14rpx 4rpx !important;
13 }
14
15 .van-image + .van-image{
16   margin-left: -50rpx;
17 }
18 .dialog-title{
19   text-align: center;
20   font-size: 32rpx;
21   line-height: 100rpx;
22 }
23 .flex-between{
24   display: flex;
25   justify-content:space-between;
26   align-items: center;
27   text-align: left;
28 }
29 .margin-left{
30   margin-left: 20rpx;
31 }
32 .margin-right{
33   margin-right: 20rpx;
34 }
35 .mark{
36   color: #f23232;
37 }
a50a5b 38
S 39 .dialog-title2{
40   text-align: center;
41   padding: 10rpx 0;
42 }
43 .group-tag{
44   position: absolute;
45   left: -15rpx;
46   top: -10rpx;
47 }
48 .slot-title2{
49   margin-left: 20rpx;
50 }
51 .van-cell-text2{
52   color: #a9a9a9;
53 }
54 .my-cell-content2{
55   display: flex;
56   align-items: center;
57   justify-content: flex-end;
58 }
59 .my-cell-content2 .iconfont{
60   font-size: 42rpx;
61 }
62 .avatar-view2{
63   position: relative;
64   display: inline-block;
65
66 }