GuanAIHouse.less
3.11 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
103
104
105
106
107
108
109
@charset "UTF-8";
.mall-box {
.nav {
position: fixed;
top: 0;
z-index: 100;
background-color: transparent;
width: 750px;
height: auto;
}
.pl-call-app {
background-color: transparent;
width: 100%;
height: 122px;
}
.pl-nav {
background-color: #FA245F;
width: 100%;
height: 93px;
}
/deep/ .van-pull-refresh {
.van-pull-refresh__track {
.van-pull-refresh__head {
font-size: 30px;
}
}
}
.header-box {
background-color: #FA245F;
width: 750px;
height: auto;
.swiper-box {
// padding-top: 93px;
padding-bottom: 30px;
}
.padding-top30{
padding-top: 30px;
}
}
.main-box {
.tabs-box {
padding-top: 30px;
padding-bottom: 30px;
width: 750px;
height: auto;
&.bg-white {
background-color: #ffffff;
}
&.bg-excessive-color {
background: linear-gradient(90deg, rgba(255, 246, 248, 1) 0%, rgba(255, 233, 239, 1) 100%);
}
.box {
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
width: 690px;
height: 100%;
.tab {
color: #B4B4B4;
font-size: 32px;
.line {
background-color: transparent;
margin: 8px auto 0 auto;
width: 40px;
height: 4px;
}
&.active {
color: #333333;
.line {
background-color: #FC1541;
width: 40px;
height: 4px;
}
}
}
}
}
.tabs-swiper-box {
width: 750px;
height: auto;
.swipe {
width: 100%;
height: 100%;
.swipe-item {
width: 100%;
height: 100%;
.skeleton {
&.brief {
background-color: #ffffff;
}
&.boutique {
background: linear-gradient(90deg, rgba(255, 246, 248, 1) 0%, rgba(255, 233, 239, 1) 100%);
}
&.commodity {
background-color: #F9F9F9;
.column-commodity-excessive {
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
width: 750px;
height: 30px;
}
}
}
}
}
}
}
}