index.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. @import "./index.skeleton.wxss";
  2. page {
  3. height: 100vh;
  4. overflow: hidden;
  5. }
  6. .total {
  7. height: 60rpx;
  8. line-height: 60rpx;
  9. font-size: 24rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #666666;
  12. padding-left: 30rpx;
  13. }
  14. .item {
  15. display: flex;
  16. flex-wrap: wrap;
  17. align-items: center;
  18. width: 100vw;
  19. padding: 20rpx 30rpx 0;
  20. background-color: #FFFFFF;
  21. box-sizing: border-box;
  22. border-bottom: 1rpx solid #DDDDDD;
  23. margin-bottom: 20rpx;
  24. overflow: hidden;
  25. .main {
  26. width: 100%;
  27. padding-right: 20rpx;
  28. box-sizing: border-box;
  29. padding-bottom: 20rpx;
  30. border-bottom: 1px solid #DDDDDD;
  31. .title {
  32. height: 40rpx;
  33. line-height: 40rpx;
  34. font-size: 28rpx;
  35. font-family: PingFang SC-Semibold, PingFang SC;
  36. font-weight: 600;
  37. color: #333333;
  38. }
  39. .subfield {
  40. margin-top: 6rpx;
  41. height: 34rpx;
  42. line-height: 34rpx;
  43. font-size: 24rpx;
  44. color: #999999;
  45. }
  46. }
  47. .editor {
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. width: 100%;
  52. padding: 10rpx 0;
  53. .radio {
  54. font-size: 24rpx;
  55. font-family: PingFang SC-Regular, PingFang SC;
  56. color: #666666;
  57. margin-left: -10rpx;
  58. }
  59. .icon-but {
  60. padding-right: 30rpx;
  61. navigator {
  62. display: inline-block;
  63. width: 60rpx;
  64. line-height: 60rpx;
  65. text-align: center;
  66. margin-left: 30rpx;
  67. width: 32px;
  68. color: #707070;
  69. }
  70. }
  71. }
  72. }
  73. .footer {
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. padding: 0 30rpx;
  78. position: fixed;
  79. width: 100vw;
  80. height: 130rpx;
  81. background: #FFFFFF;
  82. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  83. bottom: 0;
  84. box-sizing: border-box;
  85. .count {
  86. font-size: 28rpx;
  87. font-family: PingFang SC-Regular, PingFang SC;
  88. color: #333333;
  89. }
  90. .but {
  91. width: 156rpx;
  92. height: 90rpx;
  93. background: #3874F6;
  94. border-radius: 8rpx;
  95. font-size: 28rpx;
  96. font-family: PingFang SC-Bold, PingFang SC;
  97. font-weight: bold;
  98. color: #FFFFFF;
  99. }
  100. }
  101. .footer {
  102. display: flex;
  103. justify-content: center;
  104. position: fixed;
  105. bottom: 0;
  106. width: 100vw;
  107. min-height: 130rpx;
  108. background-color: #fff;
  109. box-shadow: rgba(0, 0, 0, 0.15) 0px 5rpx 15rpx 0px;
  110. .but {
  111. width: 690rpx;
  112. height: 90rpx;
  113. background: #3774F6;
  114. border-radius: 16rpx;
  115. font-size: 28rpx;
  116. font-weight: 600;
  117. color: #FFFFFF;
  118. }
  119. }