share_record.wxss
1.8 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
/* pages/record/record.wxss */
@import "../index/index.wxss";
.center_img {
top:18%;
width:100%;
height:500rpx;
}
.bottom_box{
position:absolute;
left:50%;
transform: translateX(-50%);
bottom:5%;
width:560rpx;
overflow: hidden;
}
.play_box{
width:560rpx;
height: 132rpx;
border-radius: 10rpx;
background-color: #fff;
padding:0 20rpx;
box-sizing: border-box;
display: flex;
overflow: hidden;
align-items: center;
}
.play_left{
width:88rpx;
height: 88rpx;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.play_rigth{
position: relative;
width:420rpx;
margin:0 0 0 12rpx;
}
.play_left image{
width:100%;
height: 100%;
}
.play_text{
text-align: center;
color:#333030;
font-size:24rpx;
}
.play_rigth audio{
height: 34rpx;
}
.btn_box{
margin:16rpx 0 0 0;
width:560rpx;
background-color: #fff;
padding:30rpx 20rpx;
border-radius: 10rpx;
box-sizing: border-box;
}
.btn{
width:520rpx;
height: 80rpx;
display: flex;
justify-content: center;
align-items: center;
color:#fff;
border-radius: 40rpx;
background-color: #007CC2;
font-size:32rpx;
}
.end_btn{
margin:36rpx 0 0 0;
font-size:28rpx;
}
.play_control{
top:40rpx;
width:100%;
height: 100%;
padding:10rpx 0 0 0;
position: absolute;
}
.play_item_yes{
width:0;
position: relative;
float: left;
height: 6rpx;
background-color: #007CC2;
}
.silde_item{
left: 0;
top:4rpx;
z-index:100;
position: absolute;
height: 20rpx;
width:8rpx;
background-color: #007CC2;
}
.play_item_no{
width:100%;
float: right;
height: 6rpx;
background-color: #999;
}
.play_num{
width:100%;
display: flex;
justify-content: space-between;
align-items: center;
color:#007CC2;
font-size:24rpx;
}
.map_container{
width:100%;
height: 100%;
}
.map_container map{
width:100%;
height: 100%;
}