record.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @import "../../../components/radar/radar.wxss";
  2. .col{position: relative;}
  3. /* .col:first-child:before{content: '\e943'; font-family: 'icomoon'; font-size: 24rpx; color: #ee3a43; position: absolute; left: 0; top: 0;} */
  4. .recordCol{background-color:#fff;padding:20rpx;box-sizing:border-box;}
  5. .recordCol .col{line-height:50rpx; font-size: 24rpx; color: #595757;}
  6. .recordCol .sname{color: #333; font-size: 28rpx;}
  7. .firstImg{width:100%;}
  8. .comment{font-size:28rpx;margin:20rpx 0;}
  9. .norecord{text-align:center;font-size:30rpx;line-height:100rpx;color:#aaa;}
  10. .copy{color:#ee3a43;padding-left:10rpx;}
  11. .arrow-up, .arrow-down{position: relative;}
  12. .arrow-up::after, .arrow-down::after{content: '\e912'; position: absolute; top: 14rpx; right: 10rpx; font-size: 60rpx; color: #ee3a43; font-family: 'icomoon';}
  13. .arrow-down::after{transform: rotate(180deg);}
  14. .recordCol .tab_item{
  15. position: relative;
  16. }
  17. .recordCol .tab_item .rightTop_Btn{
  18. position: absolute;
  19. right: 0;
  20. top: 0;
  21. display: inline-block;
  22. font-size: 28rpx;
  23. color: #ee3a43;
  24. line-height: 1.5;
  25. z-index: 9999;
  26. }
  27. .swiper_content{
  28. position: relative;
  29. }
  30. .swiper_content .indicator{
  31. position: absolute;
  32. top: 15rpx;
  33. right: 15rpx;
  34. background: rgba(0, 0, 0, .4);
  35. color: #fff;
  36. display: inline-block;
  37. line-height: 1.4;
  38. font-size: 26rpx;
  39. padding: 0 12rpx;
  40. border-radius: 30rpx;
  41. }
  42. .swiper_content image{
  43. height: 100%;
  44. position: absolute;
  45. margin: auto;
  46. }