template.wxss 3.4 KB
.audio_group, .up_audio {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
}

.audioCon, .up_audioCon {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
    height: 460rpx;
}
.audio_playImg{
    width: 110rpx;
    height: 110rpx;
}
.audio_playImg image{
    width: 100%;
    height: 100%;
}
.audioContop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80rpx;
    padding: 0 28rpx;
    box-sizing: border-box;
    border-bottom: 1rpx solid rgba(228, 228, 228, 1);
    border-top: 1rpx solid rgba(228, 228, 228, 1);
}

.audioContoptxt {
    font-size: 28rpx;
    color: rgba(153, 153, 153, 1);
}

.audioTime {
    text-align: center;
    margin-top: 40rpx;
    font-size: 28rpx;
    font-family: PingFang-SC-Medium;
    color: rgba(153, 153, 153, 1);
}

.audioTime text {
    color: rgba(74, 144, 226, 1);
}

.audio_botsBg {
    width: 64rpx;
    height: 64rpx;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-icon-test3, .icon-icon-test2 {
    font-size: 20rpx !important;
}

.audio_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60rpx 0 30rpx;
}

.audio_bots {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audio_botsTxt {
    font-size: 26rpx;
    color: rgba(102, 102, 102, 1);
    margin-top: 15rpx;
}

.audio_play {
    margin: 0 100rpx;
}

.audio_next {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50rpx;
}

.icon-bofang11, .icon-tingzhi {
    font-size: 88rpx;
    color: rgba(74, 144, 226, 1);
}

.audio_nextTxt {
    width: 130rpx;
    height: 42rpx;
    border-radius: 4rpx;
    font-size: 24rpx;
    text-align: center;
    color: white;
    line-height: 42rpx;
    background: rgba(81, 171, 255, 1);
}

.upaudioShi {
    width: 232rpx;
    height: 64rpx;
    background: rgba(74, 144, 226, 1);
    border-radius: 10rpx;
    margin: 0 auto;
    margin-top: 50rpx;
    font-size: 30rpx;
    text-align: center;
    line-height: 64rpx;
    font-family: PingFangSC-Regular;
    color: rgba(255, 255, 255, 1);
}

.upaudioTime {
    font-size: 26rpx;
    text-align: center;
    line-height: 40rpx;
    color: rgba(153, 153, 153, 1);
}
.up_audioLi{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.up_audioBtn{
    width: 78%;
    display: flex;
    margin:60rpx auto 32rpx;
    justify-content:space-between;
}
.up_audioLiBg {
    width: 88rpx;
    height: 88rpx;
    background: rgba(238, 238, 238, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up_audioLiTxt {
    font-size: 26rpx;
    color: rgba(102, 102, 102, 1);
    margin-top: 16rpx;
    text-align: center;
}

.voice{
    margin: 0 0 36rpx;
}
.voiceLi {
    display: flex;
    align-items: center;
    width: 154rpx;
    height: 52rpx;
    background: rgba(77, 169, 255, 1);
    border-radius: 10rpx;
}

.voiceImg {
    width: 24rpx;
    height: 30rpx;
    margin: 0 16rpx 0 18rpx;
}

.voiceTxt {
    line-height: 1;
    font-size: 28rpx;
    color: rgba(255, 255, 255, 1);
}
.recordIng{
  width: 88rpx;
  height: 88rpx;
}
.image_icon{
  width: 40rpx;
  height: 40rpx;
  position: relative;
  left: 4rpx;
}
.pasue_icon{
  width: 40rpx;
  height: 40rpx;
}
.audioCons{
  margin-top: 80rpx
}