replaceDishes.wxss
1.9 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
91
92
93
94
95
96
97
98
99
100
101
102
/* pages/index/replaceDishes/replaceDishes.wxss */
page {
background: #f3f5f5;
}
.coupons {
font-size: 30rpx;
color: #222;
display: flex;
}
.explain{
width: 93.6%;
height:auto;
box-shadow:0px 15px 30px 0px rgba(214,214,214,0.6);
border-radius:16px;
background: #fff;
margin:20rpx auto 40rpx;
padding:18rpx 49rpx;
}
.explain_one{
text-align: center;
font-size:30rpx;
font-family:PingFang-SC-Heavy;
font-weight:800;
color:rgba(38,54,58,1);
line-height:62rpx;
position: relative;
margin-bottom:16rpx;
}
.explain_one::before{
width: 115rpx;
height: 1rpx;
position: absolute;
left:70rpx;
top:0;
bottom:0;
margin:auto 0;
content: '';
background: linear-gradient(to left,rgba(187,187,187,1),transparent);
}
.explain_one::after{
width: 115rpx;
height: 1rpx;
position: absolute;
right:70rpx;
top:0;
bottom:0;
margin:auto 0;
content: '';
background: linear-gradient(to right,rgba(187,187,187,1),transparent);
}
.explain_two{
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(38,54,58,1);
line-height: 40rpx;
}
.three{
width: 100%;
padding:0 15rpx;
}
.collocation_box {
width: 360rpx;
border-radius: 16rpx;
overflow: hidden;
float: left;
padding:0 10rpx;
position: relative
}
.collocation_img {
width: 340rpx;
height: 340rpx;
}
.collocation_img image {
width: 100%;
height: 100%;
}
.collocation_content {
background: #fafafa;
font-size: 30rpx;
color: #222;
padding: 22rpx;
}
.introduce {
font-size: 28rpx;
color: #888;
}
.icon-weixuanzhong{
position: absolute;
right:20rpx;
top:15rpx;
color:#888;
}
.icon-weixuanzhong.active{
color:rgba(255,218,68,1);
}