record.wxss 1.9 KB
/* 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;
}
.play_num.notime{
  opacity: 0
}
.map_container{
  width:100%;
  height: 100%;
}
.map_container map{
  width:100%;
  height: 100%;
}