ceshi4.wxss
1.17 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
/* pages/shibai/shibai.wxss */
page{
font-size: 30rpx;
margin: 0;
padding: 0;
}
.lfd {
float: left;
}
.rfd {
float:right;
}
.top {
background: #5c5c5c;
}
.top1 {
}
.topimg {
width: 20%;
height: 200rpx;
margin-left: 40%;
margin-top: 80rpx;
}
.top2 {
color: white;
text-align: center;
}
.topsb {
margin-top: 36rpx;
font-size: 40rpx;
margin-bottom: 36rpx;
}
.topsq {
padding-bottom: 40rpx;
border-bottom: 2rpx solid #ccc;
}
.topjj {
font-size: 26rpx;
margin-top: 22rpx;
padding-bottom: 50rpx;
}
.container {
/* padding-left: 10%;
padding-right: 10%; */
padding-top: 0;
}
.contop {
text-align: center;
width: 90%;
font-size: 34rpx;
font-weight: bold;
margin-top: 52rpx;
padding-bottom: 40rpx;
border-bottom: 2rpx solid #ccc;
}
.concenter {
padding-top: 50rpx;
padding-left: 10%;
padding-right: 10%;
}
.conimg1 {
height: 50rpx;
width: 50rpx;
}
.centertxt {
margin-left: 10rpx;
width: 80%;
line-height: 56rpx;
}
.confoot {
width: 80%;
height: 210rpx;
margin-left: 10%;
}
.confoot2 {
margin-left: 10%;
width: 80%;
height: 450rpx;
}