12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- @import "../../../components/radar/radar.wxss";
- .col{position: relative;}
- /* .col:first-child:before{content: '\e943'; font-family: 'icomoon'; font-size: 24rpx; color: #ee3a43; position: absolute; left: 0; top: 0;} */
- .recordCol{background-color:#fff;padding:20rpx;box-sizing:border-box;}
- .recordCol .col{line-height:50rpx; font-size: 24rpx; color: #595757;}
- .recordCol .sname{color: #333; font-size: 28rpx;}
- .firstImg{width:100%;}
- .comment{font-size:28rpx;margin:20rpx 0;}
- .norecord{text-align:center;font-size:30rpx;line-height:100rpx;color:#aaa;}
- .copy{color:#ee3a43;padding-left:10rpx;}
- .arrow-up, .arrow-down{position: relative;}
- .arrow-up::after, .arrow-down::after{content: '\e912'; position: absolute; top: 14rpx; right: 10rpx; font-size: 60rpx; color: #ee3a43; font-family: 'icomoon';}
- .arrow-down::after{transform: rotate(180deg);}
- .recordCol .tab_item{
- position: relative;
- }
- .recordCol .tab_item .rightTop_Btn{
- position: absolute;
- right: 0;
- top: 0;
- display: inline-block;
- font-size: 28rpx;
- color: #ee3a43;
- line-height: 1.5;
- z-index: 9999;
- }
- .swiper_content{
- position: relative;
- }
- .swiper_content .indicator{
- position: absolute;
- top: 15rpx;
- right: 15rpx;
- background: rgba(0, 0, 0, .4);
- color: #fff;
- display: inline-block;
- line-height: 1.4;
- font-size: 26rpx;
- padding: 0 12rpx;
- border-radius: 30rpx;
- }
- .swiper_content image{
- height: 100%;
- position: absolute;
- margin: auto;
- }
|