wap-common.scss
3.78 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
.test {
width: 10px;
}
.ivu-icon-ios-arrow-thin-up, .ivu-icon-ios-arrow-thin-down {
font-size: 16px;
font-weight: bold;
}
$queryList: #1437ac;
$queryList02: #b2142c;
$queryListDev: #14efb9;
$queryListDev02: #eef92a;
.query-item {
padding: 0 10px 35px;
font-family: 'Microsoft YaHei';
border: none;
box-sizing: border-box;
.query-title {
position: relative;
margin-bottom: 15px;
border-bottom: 1px solid rgba(145, 145, 145, 0.4);
box-sizing: border-box;
display: flex;
p{
display: inline-block;
color: #fff;
font-size: 14px;
line-height: 35px;
box-sizing: border-box;
width: 250px;
&.short {
width: 150px;
}
}
.ivu-input-wrapper {
flex: 1;
width: auto;
}
}
li{
&:nth-child(2n) {
.info-bg {
// background: -moz-linear-gradient(left, $queryList, $queryListDev);
// background: -webkit-linear-gradient(left, $queryList, $queryListDev);
background: $queryListDev;
}
.pay-order {
background: #006ea1;
}
.info-num {
color: $queryListDev;
}
.pay-order-num{
color: #03b0ff;
}
}
}
.query-info {
position: relative;
width: 100%;
font-size: 12px;
margin-bottom: 4px;
}
.info-name {
float: left;
color: #fff;
width: 30%;
height: 20px;
line-height: 20px;
box-sizing: border-box;
.ivu-tooltip{
width: 100%;
}
.ivu-tooltip-rel{
width: 100%;
}
.info-name-inner {
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.info-outer {
display: inline-block;
width: 40%;
height: 20px;
margin-right: 0;
padding-right: 0;
box-sizing: border-box;
}
.info-inner {
display: inline-block;
width: 100%;
background: rgba(145, 145, 145, .2);
border-radius: 100px;
vertical-align: middle;
}
.query-label {
color: #fff;
font-size: 14px;
line-height: 20px;
margin-bottom: 15px;
}
.info-bg {
position: relative;
width: 0;
height: 16px;
border-radius: 100px;
// background: -moz-linear-gradient(left, $queryList02, $queryListDev02);
// background: -webkit-linear-gradient(left, $queryList02, $queryListDev02);
background: $queryListDev02;
transition: all .2s linear;
}
.pay-order {
position: absolute;
left: 0;
top: 0;
background: #da7100;
border-radius: 100px;
height: 16px;
}
.pay-order-num{
color: #ff8607;
}
.info-num {
position: absolute;
right: -100px;
font-size: 12px;
line-height: 20px;
color: $queryListDev02;
}
.ivu-tabs-nav-scroll {
overflow-x: auto;
scrollbar-arrow-color: transparent;
-ms-scrollbar-arrow-color: transparent;
scrollbar-track-color: transparent;
-ms-scrollbar-track-color: transparent;
scrollbar-shadow-color: transparent;
-ms-scrollbar-shadow-color: transparent;
&::-webkit-scrollbar
{
height: 1px;
background-color: transparent;
}
}
.ivu-tabs-content {
.query-info {
padding: 0 10px;
}
}
.ivu-tabs-nav .ivu-tabs-tab-active {
color: #fff;
}
}