merchant_activity.wxss
759 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* pages/merchant/merchant_activity/merchant_activity.wxss */
@import '/pages/merchant/merchant_share/merchant_share.wxss';
page{
padding:0 0 114rpx 0;
}
.shareimg{
position: relative;
margin: 169rpx auto 10rpx auto;
box-shadow: none;
border-radius: 20rpx;
}
.active_imgsize{
font-size:24rpx;
color:#595757;
text-align: center;
}
.add_activity{
position: absolute;
top:0;
left:0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255,255,255,0.8);
z-index:2;
width:100%;
height: 100%;
}
.add_icon{
z-index:3;
width:185rpx;
height: 122rpx;
border-radius: 8rpx;
border:1rpx dashed #0768AC;
display: flex;
align-items: center;
justify-content: center;
}
.add_icon .iconfont{
color:#0768AC;
font-size:60rpx;
}