cardTabs.less
1.4 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
.tab_cart_box{
margin: 20px auto;
}
.van-tabs{
margin:0 10px;
}
.van-tabs--card>.van-tabs__wrap{
height:auto;
}
.van-tabs__nav--card{
height:auto;
border:none;
}
.van-tab{
flex: none;
width: 158px;
height: 52px;
line-height: 52px;
background-color: #F8F8F8;
border-radius: 29px;
border-right:none !important;
font-size: 26px;
font-weight: 400;
color: #999999 !important;
margin-right: 20px;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
-webkit-line-clamp: 1;
overflow: hidden;
text-align: center;
}
.van-tabs__nav--card .van-tab.van-tab--active{
background: linear-gradient(132deg, #FFEDD8 0%, #EBCAB3 100%) !important;
font-weight: 500;
color: #70624C !important;
}
.gift_main_box{
margin: 30px auto;
min-height: 520px;
// 暂无记录提示
.no_gift_tip{
width: 100%;
img{
display: block;
width: 500px;
height: 285px;
margin: 160px 125px 0 125px;
}
.text{
font-size: 30px;
font-weight: 400;
color: #999999;
line-height: 60px;
margin-top: 19px;
text-align: center;
margin-bottom: 160px;
}
}
.is_more{
width:100%;
height: 37px;
font-size: 26px;
font-weight: 400;
color: #999999;
line-height: 37px;
letter-spacing: 1px;
text-align: center;
margin-top:10px;
margin-bottom: 60px;
}
}