index.wxss
1.2 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
/**index.wxss**/
@import '/pages/plaza/plaza.wxss';
.index_img{
margin: 0 0 44rpx 0;
height: 240rpx;
}
.index_img image{
width:100%;
height: 100%;
}
.index_class{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 27rpx;
}
.index_classcell{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:rgba(255,255,255,0.7);
font-size:36rpx;
width:30%;
height: 190rpx;
border-radius: 8rpx;
background:linear-gradient(45deg, #36BFB2, #25AEDA,#415DAA);
}
.index_classcellsub{
font-size: 14rpx;
}
.index_classcell1{
background:linear-gradient(45deg, #F18927, #D94063,#A92A85);
}
.index_classcell2{
background:linear-gradient(45deg, #F5C7B2, #BE5195,#6E248D);
}
.index_title{
position: relative;
margin: 30rpx 0 ;
text-align: center;
color:rgba(255,255,255,0.7);
font-size:36rpx;
}
.index_title::after{
position: absolute;
left:30rpx;
top:50%;
transform: translateY(-50%);
width:250rpx;
height: 3rpx;
background: #ffffff;
border-radius: 2rpx;
content: ''
}
.index_title::before{
position: absolute;
right:30rpx;
top:50%;
transform: translateY(-50%);
width:250rpx;
height: 3rpx;
background: #ffffff;
border-radius: 2rpx;
content: ''
}
.order_img {
border-radius: 0;
}