| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- .detailsbox{
- height: 100vh;
- margin-top: 75rpx;
- background: #FDFAF3;
- }
- .title{
- position:fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 10;
- background: #F7EFDF;
- .titles{
- text-align: center;
- color: #1A1A1A;
- font-size: 36rpx;
- font-family: Georgia, 'Times New Roman', Times, serif;
- font-weight: bold;
- padding-top: 10rpx;
- padding-bottom: 10rpx;
- }
- .back{
- position: absolute;
- left: 30rpx;
- width: 80rpx;
- height: 35rpx;
- image{
- width: 18rpx;
- height: 100%;
- }
- }
- }
- .cover{
- width: 100%;
- // height:624rpx;
- position: relative;
- background: #fff;
- // padding-top: 64rpx;
- .images{
- width: 80%;
- // height:500rpx;
- position:relative;
- margin:0 auto;
- .mark{
- position: absolute;
- box-shadow: 0px 4px 4px 0px #00000040;
- color: #B26F59;
- background-color: rgba(250,239,214,.85);
- padding:10rpx;
- border-radius: 10rpx;
- font-size: 24rpx;
- }
- }
- image{
- width: 100%;
- // max-height: 100%;
- }
- .button{
- position: absolute;
- bottom: 50rpx;
- right: 40rpx;
- image{
- display: block;
- width: 80rpx;
- height: 80rpx;
- margin-bottom: 10rpx;
- }
- }
- .voiceimg{
- position: absolute;
- bottom: 34rpx;
- left: 20rpx;
- font-size: 20rpx;
- color: #B26F59;
- image{
- width:80rpx;
- height:80rpx;
- display: block;
- }
- }
- }
- .info{
- width: calc(100% - 80rpx);
- overflow-y: auto;
- // margin-top: -40rpx;
- background: #FDFAF3;
- border-top-left-radius: 40rpx;
- border-top-right-radius: 40rpx;
- padding:80rpx 40rpx;
- padding-bottom: 304rpx;
- .info_title{
- font-size: 40rpx;
- font-family:Georgia, 'Times New Roman', Times, serif;
- font-weight: bold;
- display: flex;
- align-items: center;
- justify-content: center;
- border-bottom:1px solid rgba(149,64,36,.3);
- padding-bottom: 30rpx;
- text{
- flex:1;
- }
- span{
- background:#954024;
- font-size: 26rpx;
- color: #fff;
- font-weight: normal;
- font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
- // width: 148rpx;
- height: 64rpx;
- border-radius: 80rpx;
- line-height: 64rpx;
- text-align: center;
- padding:0 20rpx;
- image{
- width: 40rpx;
- height: 40rpx;
- vertical-align: sub;
- margin-right: 8rpx;
- }
- }
- .nocollect{
- border:1px solid #954024;
- background-color: rgba(149,64,36,0.15);
- color: #954024;
- }
- }
- .time{
- font-size: 28rpx;
- color: #666666;
- }
- .intro{
- font-size: 36rpx;
- font-family:Georgia, 'Times New Roman', Times, serif;
- font-weight: bold;
- padding-top: 40rpx;
- padding-bottom: 20rpx;
- }
- .info1{
- font-size: 28rpx;
- }
- .text{
- font-size: 28rpx;
- line-height: 50rpx;
- text-indent: 2em;
- }
- .audio{
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height:304rpx;
- background: #F5EAD2;
- .progress{
- padding:0 50rpx;
- padding-top: 50rpx;
- .bigbar{
- width: 100%;
- height: 8rpx;
- background: #FFF2CB;
- box-shadow: 0px 1px 2.799999952316284px 0px #00000040 inset;
- position: relative;
- .bar{
- position: absolute;
- background: #ccc;
- top:0;
- left: 0;
- height: 8rpx;
- }
- .knob{
- position: absolute;
- top:-14rpx;
- width: 28rpx;
- height: 28rpx;
- background: linear-gradient(130.98deg, #000000 -364.38%, #FFFFFF 95.02%);
- border-radius: 20rpx;
- }
- }
- }
- .button{
- display: flex;
- align-items: center;
- justify-content: center;
- .prev{
- width:102rpx;
- height: 102rpx;
- image{
- width: 100%;
- height: 100%;
- }
- }
- .play{
- width: 184rpx;
- height: 184rpx;
- image{
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- }
- /* 播放器 */
- .audioPlayer{
- width: 95%;
- // height: 208rpx;
- box-sizing: border-box;
- box-shadow: 0px 0px 12px 0px #00000033;
- padding: 20rpx 30rpx;
- background: #ffffff;
- display: flex;
- position: relative;
- border-radius: 20rpx;
- padding-top: 50rpx;
- position: fixed;
- bottom: 30rpx;
- left: 2.5%;
- .close{
- position: absolute;
- top:20rpx;
- right: 20rpx;
- image{
- width: 40rpx;
- height: 40rpx;
- }
- }
- .bottom{
- margin-right: 10rpx;
- .playPouse{
- image{
- width: 128rpx;
- height: 128rpx;
- }
- }
- }
- .audioControls{
- width: 100%;
- font-size: 28rpx;
- .controls{
- .time{
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
- .sliders{
- margin:0;
- .wx-slider-handle-wrapper {
- height: 8rpx;
- border-radius: 20rpx;
- box-shadow: 0px 1px 2.799999952316284px 0px #0000000F inset;
- }
- .wx-slider-track {
- height: 8rpx;
- }
- }
- }
- }
- }
- .img_dialog{
- width: 100%;
- height: 100%;
- position: fixed;
- top:0;
- left: 0;
- z-index: 999;
- background-color: rgba(0,0,0,1);
- .img_cont{
- position: absoulte;
- top:50px;
- left:0;
- display: flex;
- align-items: center;
- justify-content: center;
- image{
- max-width: 100%;
- max-height: 100%;
- }
- }
- }
- .swiper .wx-swiper-dots.wx-swiper-dots-horizontal{
- position: absolute;
- bottom: 85rpx;
- }
- .swiper .wx-swiper-dots .wx-swiper-dot{width:16rpx;height:16rpx;border-radius:10rpx;background-color: #000;}
- .swiper .wx-swiper-dots .wx-swiper-dot.wx-swiper-dot-active{background-color:rgb(207, 205, 205);opacity: 1;}
|