zyjydetail.wxss
2.1 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
/* pages/recruit/recruit.wxss */
@import "../../wxParse/wxParse.wxss";
.fl {
float: left;
}
.fr {
float: right;
}
.cl {
clear: both;
}
.display{
display: block;
}
.hide{
display: none;
}
.head {
position: relative;
width: 100%;
}
.head .con1 image {
width: 100%;
}
.contxt {
margin-left: 0;
}
.head .con2 {
position: absolute;
left: 7.5%;
bottom: 70rpx;
width: 90%;
color: #fff;
}
.head .con2 .top{
color: #ececec;
font-size: 26rpx;
}
.head .con2 .top .topdate {
opacity: 0.7;
font-size: 24rpx;
color: #ffffff;
font-family: Helvetica-bold;
}
.head .con2 .top text{
font-weight: bold;
font-size: 26rpx;
}
.head .con2 .bot{
line-height: 45rpx;
margin-top: 15rpx;
font-family: Helvetica-bold;
font-weight: bold;
color: #ffffff;
font-size: 40rpx;
}
.content1{
background: #f2f2f2;
padding: 30rpx 0;
}
.content1 .con{
line-height: 45rpx;
width: 85%;
margin-left: 7.5%;
font-weight: bold;
}
.content2{
width: 85%;
margin-left: 7.5%;
margin-top: 30rpx;
}
.content2 .con2{
padding-top: 30rpx;
padding-bottom: 70rpx;
margin-top: 30rpx;
border-top:#0c0c0c solid 3rpx;
}
.content2 .con2 .top{
font-size: 26rpx;
font-weight: bold;
}
.content2 .con2 .bot{
line-height: 45rpx;
margin-top: 15rpx;
width: 85%;
font-size: 34rpx;
font-weight: bold;
}
.content3{
border-bottom: #bd2a2f solid 4rpx;
padding: 30rpx 0;
position: fixed;
background: rgba(0,0,0,0.7);
color: #fff;
top: 0;
left: 0;
width: 100%;
}
.content3 .top text{
font-weight: bold;
font-size: 26rpx;
}
.content3 .top{
width: 85%;
margin-left: 7.5%;
color: #fff;
font-size: 24rpx;
font-family: Helvetica-Bold;
}
.content3 .bot{
width: 85%;
margin-left: 7.5%;
line-height: 45rpx;
margin-top: 15rpx;
font-weight: bold;
color: #fff;
font-family: Helvetica-Bold;
font-size: 40rpx;
}
.tanbg image{
height: 22rpx;
width:100%;
position: absolute;
bottom: 0;
}
.menu{
position: relative;
}
.menu1{
position: relative;
}