uploadP.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. background: #f8f8f8;
  16. }
  17. .tip {
  18. font-size: 24rpx;
  19. color: #fd3939;
  20. padding: 10rpx 20rpx;
  21. }
  22. .banner-box {
  23. background: #ffffff;
  24. padding: 20rpx;
  25. display: flex;
  26. align-items: center;
  27. flex-wrap: wrap;
  28. }
  29. .banner-box image {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .banner-box .banner {
  34. position: relative;
  35. width: 160rpx;
  36. height: 160rpx;
  37. margin-right: 10rpx;
  38. }
  39. .banner-box .banner .banner-main {
  40. position: absolute;
  41. top: 0;
  42. left: 0;
  43. right: 0;
  44. width: 160rpx;
  45. height: 160rpx;
  46. border-radius: 20rpx;
  47. }
  48. .banner-box .banner .banner-main image {
  49. border-radius: 20rpx;
  50. }
  51. .banner-box .banner .cha {
  52. position: absolute;
  53. top: 0;
  54. right: 0;
  55. width: 40rpx;
  56. height: 40rpx;
  57. }
  58. .main {
  59. background: #ffffff;
  60. margin-top: 20rpx;
  61. padding: 0 20rpx 20rpx;
  62. }
  63. .box-1 {
  64. display: flex;
  65. justify-content: space-between;
  66. align-items: center;
  67. width: 100%;
  68. padding-top: 20rpx;
  69. }
  70. .box-1 .box-left {
  71. padding-left: 2rpx;
  72. width: 50%;
  73. text-align: left;
  74. color: #000000;
  75. }
  76. .box-1 .box-left .imp {
  77. color: #e63931;
  78. }
  79. .box-1 input {
  80. height: 66rpx;
  81. line-height: 66rpx;
  82. }
  83. .box-1 .list-input {
  84. color: #9598a3;
  85. height: 66rpx;
  86. padding-left: 24rpx;
  87. font-size: 28rpx;
  88. display: flex;
  89. justify-content: flex-end;
  90. align-items: center;
  91. width: 50%;
  92. flex: 1;
  93. text-align: right;
  94. padding-right: 24rpx;
  95. }
  96. .box-1 .list-input .input-placeholder {
  97. height: 70rpx;
  98. color: #959595;
  99. }
  100. .box-1 .box-image {
  101. height: 66rpx;
  102. width: 66rpx;
  103. }
  104. .box-1 .box-image image {
  105. width: 100%;
  106. height: 100%;
  107. }
  108. .btn {
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. width: 560rpx;
  113. height: 76rpx;
  114. background: #000000;
  115. border-radius: 38rpx;
  116. font-size: 34rpx;
  117. font-family: PingFang SC;
  118. font-weight: 500;
  119. color: #ffffff;
  120. margin: 40rpx auto 20rpx;
  121. }
  122. .btn1 {
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. width: 560rpx;
  127. height: 76rpx;
  128. background: #ffffff;
  129. border: 1px solid #000000;
  130. border-radius: 38rpx;
  131. font-size: 34rpx;
  132. font-family: PingFang SC;
  133. font-weight: 500;
  134. color: #000000;
  135. margin: 40rpx auto 20rpx;
  136. }
  137. .bjq {
  138. background: #ffffff;
  139. padding: 20rpx;
  140. }