news.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* news.css */
  2. page{background: #fff;}
  3. .con{padding: 0 30rpx;}
  4. #editor {width: 100%;height: 200px;background-color: #fff;padding-top: 30rpx;font-style: normal;font-size: 32rpx;color: #333;}
  5. .ql-editor.ql-blank:before {color: #999;font-style: normal;}
  6. .imgbox{margin-top: 60rpx;flex-wrap: wrap;}
  7. .imgs{width: 158rpx;height: 158rpx;position: relative;border-radius: 8rpx;margin: 0 19rpx 25rpx 0;}
  8. .imgbox .imgs:nth-child(4n){margin-right: 0;}
  9. .img{width: 100%;height: 100%;border-radius: 8rpx;}
  10. .del{width: 36rpx;height: 36rpx;position: absolute;top: -15rpx;right: -15rpx;}
  11. .upload{width: 160rpx;height: 160rpx;background: #F7F8FA;border-radius: 8rpx;flex-direction: column;justify-content: center;margin-bottom: 25rpx;font-size: 20rpx;color: #999;}
  12. .upload image{width: 35rpx;height: 35rpx;margin: 0 auto 10rpx;}
  13. .video{width: 100%;height: 416rpx;border-radius: 10rpx;position: relative;}
  14. .video video{width: 100%;height: 416rpx;border-radius: 10rpx;}
  15. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  16. .video-play image{width: 82rpx;height: 82rpx;}
  17. .other{padding: 0 30rpx;}
  18. .other .li{border-top: 1rpx solid #eee;font-size: 28rpx;color: #666;padding: 35rpx 0;}
  19. .o-ico{width: 32rpx;height: 32rpx;margin-right: 10rpx;}
  20. .sel-ht{font-size: 24rpx;color: #666;}
  21. .sel-ht text{margin-right: 15rpx;}
  22. .loca{height: 62rpx;overflow: hidden;}
  23. .locas{height: 70rpx;white-space: nowrap;}
  24. .loca .lis{height: 60rpx;border: 1rpx solid #E6E6E6;font-size: 24rpx;color: #666;padding: 0 20rpx;display: inline-block;line-height: 58rpx;border-radius: 30rpx;margin-right: 10rpx;box-sizing: border-box;max-width: 200rpx;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
  25. .loca .lis:first-child{margin-left: 30rpx;}
  26. .loca .lis:last-child{margin-right: 30rpx;}
  27. .loca .lis.active{border-color: var(--mina);color: var(--mina);}
  28. .btn-after{width: 580rpx;height: 76rpx;background: var(--mina);border-radius: 38rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 76rpx;position: fixed;left: 50%;transform: translateX(-50%);bottom: 45rpx;z-index: 50;}
  29. .bot{position: fixed;left: 0;right: 0;bottom: 0;padding: 0 30rpx 50rpx;background: #fff;z-index: 50;}
  30. .type{padding: 30rpx 0;border-bottom: 1rpx solid #e6e6e6;font-size: 28rpx;color: #333;margin-bottom: 30rpx;}
  31. .canyu{height: 60rpx;border: 1rpx solid #E6E6E6;border-radius: 30rpx;font-size: 28rpx;color: #666;padding: 0 20rpx;}
  32. .canyu image{width: 39rpx;height: 39rpx;margin-right: 10rpx;}
  33. .sel{font-size: 26rpx;color: #aaa;text-align: right;}
  34. .sel.active{color: #333;font-size: 30rpx;}
  35. .rico{width: 15rpx;height: 24rpx;margin-left: 19rpx;}
  36. .bot-b{margin-top: 20rpx;}
  37. .btns navigator{margin-right: 32rpx;position: relative;}
  38. .point{width: 10rpx;height: 10rpx;position: absolute;top: 10rpx;right: 10rpx;border-radius: 50%;background: #FF2424;}
  39. .new{position: absolute;top:0;right: 0;min-width: 30rpx;height: 30rpx;background: #FF2424;border-radius: 50%;box-sizing: border-box;line-height: 30rpx;padding: 0 6rpx;font-size: 22rpx;color: #fff;text-align: center;}
  40. .btns image{width: 70rpx;height: 70rpx;}
  41. .btn{width: 108rpx;height: 60rpx;background: var(--mina);border-radius: 30rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 60rpx;}
  42. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;transition: all .3s ease;}
  43. .popup{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;z-index: 100;text-align: center;border-radius: 15rpx 15rpx 0 0;transition: all .3s ease;}
  44. .pop-list .li{font-size: 32rpx;height: 90rpx;border-bottom: 1rpx solid #f1f1f1;line-height: 90rpx;}
  45. .pop-list .li:last-child{border-bottom: none;}
  46. .pop-cancel{font-size: 32rpx;height: 90rpx;border-top: 10rpx solid #f1f1f1;line-height: 90rpx;}
  47. .popup-center{
  48. position: fixed;
  49. top: 50%;
  50. left: 50%;
  51. transform: translate(-50%,calc(-50% - 70rpx));
  52. width: 630rpx;
  53. height: 512rpx;
  54. background: #FFFFFF;
  55. border-radius: 10rpx 10rpx 10rpx 10rpx;
  56. opacity: 1;
  57. z-index: 100;
  58. /* overflow: hidden; */
  59. }
  60. .popup-center-title{
  61. line-height: 62rpx;
  62. font-size: 42rpx;
  63. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  64. font-weight: bold;
  65. color: #333333;
  66. margin: 75rpx auto 25rpx;
  67. text-align: center;
  68. }
  69. .popup-center-option{
  70. width: 460rpx;
  71. height: 90rpx;
  72. line-height: 90rpx;
  73. background: #FF7000;
  74. border-radius: 0rpx 0rpx 0rpx 0rpx;
  75. opacity: 1;
  76. font-size: 32rpx;
  77. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  78. font-weight: normal;
  79. color: #FFFFFF;
  80. text-align: center;
  81. margin:43rpx auto 0;
  82. }
  83. .popup-center-close{
  84. width: 82rpx;
  85. height: 82rpx;
  86. position: absolute;
  87. z-index: 100;
  88. bottom: 0;
  89. left: 50%;
  90. transform: translate(-50%,70rpx);
  91. }
  92. .sel-ht-ac{
  93. height: 62rpx;
  94. line-height: 62rpx;
  95. background: #E1FFF4;
  96. border-radius: 31rpx 31rpx 31rpx 31rpx;
  97. opacity: 1;
  98. font-size: 24rpx;
  99. font-family: PingFang SC-Regular, PingFang SC;
  100. font-weight: 400;
  101. color: #FF7000;
  102. padding: 0 23rpx;
  103. }