announcement.acss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. page {
  2. background: #F6F7F8;
  3. width: 100%;
  4. min-height: 100%
  5. }
  6. .at-topbox {
  7. width: 750rpx;
  8. padding-top: 32rpx;
  9. }
  10. .at-topbox .box-image {
  11. width: 95rpx;
  12. height: 72rpx;
  13. position: sticky;
  14. z-index: 10;
  15. top: 0;
  16. left: 0;
  17. }
  18. .at-topboxlist {
  19. width: 686rpx;
  20. /* height: 264rpx; */
  21. background: #FFFFFF;
  22. border-radius: 16rpx;
  23. margin: 0 auto;
  24. margin-bottom: 24rpx;
  25. padding-bottom: 20rpx;
  26. }
  27. .at-text {
  28. display: block;
  29. width: 616rpx;
  30. font-size: 28rpx;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. font-weight: 400;
  33. color: #20242A;
  34. margin: 0 auto;
  35. padding: 40rpx 30rpx 0 30rpx;
  36. margin-bottom: 48rpx;
  37. word-wrap: break-word;
  38. overflow: hidden;
  39. }
  40. .at-view {
  41. width: 628rpx;
  42. height: 0rpx;
  43. border-bottom: 2rpx solid #F0F0F0;
  44. margin: 0 auto;
  45. margin-bottom: 28rpx;
  46. }
  47. .at-date-box {
  48. width: 164rpx;
  49. height: 34rpx;
  50. font-size: 24rpx;
  51. font-family: PingFangSC-Regular, PingFang SC;
  52. font-weight: 400;
  53. color: #B1B2B3;
  54. margin-left: 32rpx;
  55. }
  56. .at-check-box {
  57. width: 96rpx;
  58. height: 34rpx;
  59. font-size: 24rpx;
  60. font-family: PingFangSC-Regular, PingFang SC;
  61. font-weight: 400;
  62. color: #0D8C44;
  63. margin-left: 355rpx;
  64. }
  65. .at-topboxlist image {
  66. width: 24rpx;
  67. height: 24rpx;
  68. position: absolute;
  69. top: 3.5rpx;
  70. }
  71. .at-image-box {
  72. width: 24rpx;
  73. height: 24rpx;
  74. margin-left: 8rpx;
  75. display: inline-block;
  76. margin-top: 10rpx;
  77. position: relative;
  78. }
  79. .at-topbox .dbicon {
  80. width: 86rpx;
  81. height: 47.3rpx;
  82. position: fixed;
  83. bottom: 0;
  84. right: 0;
  85. margin: 0;
  86. }
  87. .at-topbox .at-topboxlist:nth-child(2){
  88. margin-top: 5rpx;
  89. }