cleanReport.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* pages/my/cleanReport/cleanReport.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .itemBox {
  8. margin: 25rpx auto;
  9. width: 702rpx;
  10. background: #FFFFFF;
  11. border-radius: 12rpx;
  12. padding: 24rpx;
  13. position: relative;
  14. padding-top: 65rpx;
  15. }
  16. .itemBox .tips {
  17. width: 178rpx;
  18. height: 46rpx;
  19. border-radius: 0px 23rpx 23rpx 0px;
  20. position: absolute;
  21. left: 0rpx;
  22. top: 25rpx;
  23. text-align: center;
  24. font-size: 26rpx;
  25. color: #FFFFFF;
  26. line-height: 46rpx;
  27. }
  28. .itemBox .tips.orage {
  29. background: #FF663D;
  30. }
  31. .itemBox .item {
  32. padding-top: 30rpx;
  33. padding-bottom: 30rpx;
  34. }
  35. .itemBox .item .topBox .icon {
  36. width: 70rpx;
  37. height: 70rpx;
  38. margin-right: 35rpx;
  39. }
  40. .item .topBox .message .tit {
  41. font-size: 30rpx;
  42. font-weight: bold;
  43. margin-bottom: 4rpx;
  44. color: #191C27;
  45. }
  46. .item .topBox .message .col {
  47. font-size: 26rpx;
  48. color: #999999;
  49. }
  50. .item .scroll {
  51. white-space: nowrap;
  52. width: 650rpx;
  53. height: 130rpx;
  54. margin-top: 35rpx;
  55. }
  56. .item .scroll scroll-view {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .item .scroll .icon {
  61. width: 120rpx;
  62. height: 120rpx;
  63. margin-right: 25rpx;
  64. }
  65. .item .reason .tit {
  66. font-size: 30rpx;
  67. font-weight: bold;
  68. color: #191C27;
  69. margin-top: 20rpx;
  70. margin-bottom: 20rpx;
  71. }
  72. .item .reason .cont {
  73. font-size: 26rpx;
  74. line-height: 38rpx;
  75. color: #666666;
  76. }
  77. .itemBox>.b-bottom:nth-last-child(1){
  78. border-bottom: 0rpx solid #ededed !important;
  79. }
  80. .bot_text{
  81. margin: 20rpx 0 0;
  82. font-size: 26rpx;
  83. color: #555;
  84. }