base.wxss
2.5 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
/* 公共切换标题 */
.warp_head{
display: flex;
align-items: center;
justify-content: space-between;
height: 100rpx;
padding: 0 54rpx;
}
.warp_name{
padding-bottom: 12rpx;
color: #999999;
font-size: 28rpx;
}
/* 公共列表样式 */
.course_box{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 16rpx 32rpx;
box-sizing: border-box;
}
.course_img{
width: 180rpx;
height: 180rpx;
flex:0 0 auto
}
.course_menu{
padding-left: 30rpx;
flex:0 0 auto
}
/* 公共按钮 */
.warp_btn{
display: flex;
align-items: center;
justify-content: center;
width: 686rpx;
height: 80rpx;
margin: 0 auto;
color: #fff;
font-size: 30rpx;
border-radius: 40rpx;
background: #FD8779;
}
/* 公共小秘书弹层 */
.clerk_fn{
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 10;
}
.clerk_box{
position: absolute;
bottom: 16rpx;
left: 0;
right: 0;
width: 718rpx;
margin: 0 auto;
padding-top: 60rpx;
padding-bottom: 33rpx;
background: #fff;
border-radius: 36rpx;
}
.clerk_name{
width:575rpx;
margin:0 auto;
padding: 16rpx 0rpx 102rpx;
color: #808080;
font-size: 30rpx;
text-align: center;
}
.clerk_con{
width:660rpx;
margin: 0 auto;
/* padding-bottom: 152rpx; */
line-height: 56rpx;
color: #808080;
font-size: 30rpx;
text-align: center;
}
.clerk_btn{
display: flex;
align-items: center;
justify-content: center;
width: 652rpx;
height: 82rpx;
color: #FD8779;
font-size: 30rpx;
background: #F7F7F7;
border: solid 1rpx #E2E2E2;
border-radius: 40rpx;
position: absolute;
bottom:33rpx;
left:0;
right:0;
margin:0 auto;
}
@font-face {
font-family: 'iconfont'; /* project id 911583 */
src: url('//at.alicdn.com/t/font_911583_7076j8qa3xe.eot');
src: url('//at.alicdn.com/t/font_911583_7076j8qa3xe.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_911583_7076j8qa3xe.woff') format('woff'),
url('//at.alicdn.com/t/font_911583_7076j8qa3xe.ttf') format('truetype'),
url('//at.alicdn.com/t/font_911583_7076j8qa3xe.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-sousuo:before { content: "\e651"; }
.icon-qiqiu:before { content: "\e6b7"; }
.icon-liaotian:before { content: "\e60b"; }
.icon-yixiajia:before { content: "\e718"; }
.icon-none:before { content: "\e600"; }