index.wxss
2.0 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
/* banner轮播 */
.slide-image {
background: #fff;
}
.diy-banner {
position: relative;
background-color:white;
}
/* banner组件按钮 */
.swiper-box .wx-swiper-dot {
height: 20rpx;
width: 20rpx;
}
.swiper-box {
width: 750rpx;
height: 416.6rpx;
position: relative;
}
.swiper-box image {
width: 100%;
height: 100%;
}
.van-nbar-c{
background-color: #6d189e!important;
}
.complist{
background-color: white;
margin-top:28rpx;
}
.til_conview {
width:100%;
border-bottom:1px solid #eee;
}
.in-title{
font-size:1em;
color:#6d189e;
border-bottom:2px solid #6d189e;
width:10em;
display:block;
margin:0 auto;
line-height:2em;
padding:1em 0 0.7em 3em;
}
.til_con {
font-weight:bold;
margin-left:0.2em;
font-size:1.1em;
margin-left:0.68em;
}
.van-icon-new{
display: block!important;
}
.index_sale {
padding: 12px;
}
.index_sale .nav_img, .index-list .nav_img {
padding: 30rpx 0 0 0;
width: 100%;
height: 30rpx;
}
.index_sale scroll-view {
width: 100%;
white-space: nowrap;
}
.index_sale .sale_img {
border: 1rpx solid #f2f2f2;
border-radius: 4px;
overflow: hidden;
width: 159rpx;
height: 159rpx;
}
.index_sale .sale_img image {
width: 100%;
height: 100%;
}
.index_sale .price {
margin-top: 10rpx;
display: block;
color:#6d189e !important;
text-align:center;
}
.index_sale .page-column {
padding: 0 11rpx 11rpx 0;
}
.index_sale .content {
width: 170rpx;
overflow:hidden;
}
.index_sale .content text {
font-size: 26rpx;
margin: 5rpx 10rpx;
width: 100%;
}
/* 瀑布流 */
.free-WaterfallFlow{
width:100%;
column-count:2;/*column-count 属性规定元素应该被分隔的列数:*/
}
.free-WaterfallFlow .flex-wrap{
display: inline-block;
width:98%;
/*margin-bottom:20rpx;*/
border:1px solid #ecd1fc;
padding:2%;
padding-top:5%;
margin-right:2%;
box-shadow: 0 1px 2px #dfb3f8;
text-align: center;
vertical-align:top;
}
.flex-wrap image{
width:98%;
margin:0 auto;
}
.index_sale .content_raddom {
overflow:hidden;
}