index.wxss
1.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
.container{
padding:0;
}
.cover {
width: 750rpx;
height: 416.6rpx;
position: relative;
background-size: cover;
background-position: center center;
}
.cover .intro {
position: absolute;
top: 50px;
left: 0;
text-align: center;
width: 100%;
color: #fff;
}
.title {
position:relative;
padding:30rpx;
color:#666;
background:#fff;
border-bottom:1px solid #eee;
width:690rpx;
}
.title .h1 {
font-size: 22px;
line-height: 25px;
}
.title .date {
margin-top: 5px;
font-size: 12px;
color:#bbb;
}
.content {
padding:30rpx;
/*width:690rpx;*/
background:#fff;
position:relative;
}
.goods-cont-li .wxParse-inline {
font-size: 28rpx;
padding: 10rpx 10rpx;
}
.goods-cont-li image {
width: 708rpx!important;
display: block;
margin: 0 auto;
margin-left: 0rpx;
}
.goods-cont-li .wxParse-inline {
font-size: 30rpx;
}
.wxParse-p{
line-height:1em;
}
.content{
min-height:360rpx;
}
.title-footer{
margin:0;
bottom:1em;
width:100%;
background-color:white;
}
page {
background-color:white;
}