lectureRoomDetail.wxss
1.7 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
/* pages/lectureRoomDetail/lectureRoomDetail.wxss */
page{
padding:0 0 120rpx 0 ;
background-color: #fff;
}
.banner_img {
width: 750rpx;
height: 400rpx;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.banner_img video {
width: 100%;
height: 100%;
}
.content_box {
padding: 55rpx 85rpx;
box-sizing: border-box;
overflow: hidden;
}
.content_title {
font-size: 36rpx;
font-weight: bold;
color: #000;
text-align: center;
}
.hint_box {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 43rpx;
}
.case_point {
display: flex;
align-items: center;
font-size: 30rpx;
color: #666;
}
.point {
width: 25rpx;
height: 25rpx;
border-radius: 50%;
background: linear-gradient(to left, #1cb9fa, #6cf0f9);
margin-right: 8rpx;
}
.num_box {
padding:8rpx 10rpx;
background: rgba(255, 255, 255, 1);
border: 1rpx solid rgba(219, 219, 219, 1);
border-radius: 8rpx;
font-size: 24rpx;
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.info {
font-size: 24rpx;
color: #808080;
}
.content {
font-size: 26rpx;
color: #666;
margin-top: 45rpx;
/* border: 1rpx solid red; */
}
.bottom_box{
position: fixed;
height: 120rpx;
bottom:0;
left:0;
background: #fff;
width:100%;
}
.bottom_btn {
width: 650rpx;
height: 80rpx;
background: #53a6fa;
border-radius: 44rpx;
position: absolute;
bottom: 40rpx;
left: 50rpx;
font-size: 32rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.wxParse-img {
width: 100%!important;
height: 100%;
}
.num_txt{
font-size:30rpx;
}