WeChatCulum.wxss
1.5 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/* pages/cityWide/WeChatCulum/WeChatCulum.wxss */
page{
background: #FD8779;
}
.culum_menu{
position: relative;
}
.culum_img{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 686rpx;
height: 555rpx;
margin: 0 auto;
z-index: 5;
}
.culum_img image{
width: 100%;
height: 100%;
}
.culum_box{
position: relative;
padding-top: 16rpx;
z-index: 10;
}
.culum_txt{
padding-top: 22rpx;
padding-bottom: 62rpx;
color: #292525;
font-size: 30rpx;
text-align: center;
}
.culum_num{
padding-bottom: 20rpx;
color: #FD8779;
font-size: 64rpx;
font-weight: bold;
text-align: center;
}
.culum_word{
padding-bottom: 52rpx;
color: #292525;
font-size: 24rpx;
text-align: center;
}
.culum_btn{
display: flex;
align-items: center;
justify-content: center;
width: 300rpx;
height: 80rpx;
margin: 0 auto;
color: #fff;
font-size: 32rpx;
border-radius: 40rpx;
background:linear-gradient(0deg,rgba(255,135,177,1),rgba(255,171,200,1));
box-shadow:0rpx 8rpx 16rpx 0rpx rgba(255,168,198,1);
}
.culum_pic{
width: 80rpx;
height: 80rpx;
margin: 0 auto;
border-radius: 50%;
}
.culum_pic image{
width: 100%;
height: 100%;
border-radius: 50%;
}
.culum_code{
width: 280rpx;
height: 280rpx;
margin: 132rpx auto 26rpx;
}
.culum_code image{
width: 100%;
height: 100%;
}
.culum_con{
width:656rpx;
margin:0 auto;
color: #fff;
font-size: 28rpx;
line-height: 44rpx;
text-align: center;
}
/* .addtype{
text-align: left
} */