fourth.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. min-height: 100%;
  14. }
  15. .content {
  16. padding-bottom: 100rpx;
  17. }
  18. .tip {
  19. color: #DE2412;
  20. background-color: #FEE2E3;
  21. font-size: 24rpx;
  22. padding: 25rpx 35rpx;
  23. }
  24. .til-list {
  25. padding: 35rpx 50rpx;
  26. font-size: 28rpx;
  27. color: #666666;
  28. }
  29. .til-list .red {
  30. color: #E62129 !important;
  31. }
  32. .item-list {
  33. padding: 25rpx 45rpx;
  34. color: #222222;
  35. font-weight: 400;
  36. font-size: 35rpx;
  37. }
  38. .name {
  39. padding: 0rpx 35rpx;
  40. padding-bottom: 15rpx !important;
  41. font-size: 36rpx;
  42. font-weight: 500;
  43. }
  44. .content_box {
  45. background-color: #ffffff;
  46. padding: 0rpx 25rpx;
  47. margin: 25rpx auto;
  48. }
  49. .content_box .examine_list {
  50. width: 100%;
  51. }
  52. .content_box .examine_list .textarea-box {
  53. width: 100%;
  54. padding-bottom: 35rpx;
  55. padding-left: 25rpx;
  56. }
  57. .content_box .examine_list .textarea-box .textarea {
  58. width: 100%;
  59. font-size: 28rpx;
  60. min-height: 150rpx;
  61. }
  62. .content_box .examine_list .textarea-box input {
  63. font-size: 28rpx;
  64. }
  65. .mar-b {
  66. margin-bottom: 120rpx;
  67. }
  68. .row {
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: flex;
  72. -webkit-box-align: center;
  73. -webkit-align-items: center;
  74. align-items: center;
  75. padding: 0 30rpx;
  76. height: 110rpx;
  77. background: #fff;
  78. border-bottom: 1rpx solid #f8f6f6;
  79. }
  80. .row .tit {
  81. -webkit-flex-shrink: 0;
  82. flex-shrink: 0;
  83. width: 300rpx;
  84. font-size: 30rpx;
  85. color: #303133;
  86. }
  87. .row .input {
  88. -webkit-box-flex: 1;
  89. -webkit-flex: 1;
  90. flex: 1;
  91. font-size: 30rpx;
  92. color: #303133;
  93. text-align: right;
  94. }
  95. .row .iconlocation {
  96. font-size: 36rpx;
  97. color: #909399;
  98. }
  99. .examine_name {
  100. color: #171717;
  101. font-size: 28rpx;
  102. padding: 25rpx 25rpx;
  103. }
  104. .examine_img {
  105. width: 100%;
  106. text-align: center;
  107. }
  108. .examine_img .image {
  109. width: 150rpx;
  110. height: 150rpx;
  111. }
  112. .examine_img .image1 {
  113. min-width: 150rpx;
  114. max-width: 100%;
  115. min-height: 150rpx;
  116. }
  117. .add-img-box {
  118. width: 100%;
  119. -webkit-flex-wrap: wrap;
  120. flex-wrap: wrap;
  121. margin-top: 50rpx;
  122. }
  123. .add-img-item {
  124. margin-bottom: 25rpx;
  125. width: 33.33%;
  126. position: relative;
  127. }
  128. .add-img-item .add-img {
  129. padding: 0rpx 10rpx;
  130. width: 100%;
  131. height: 214rpx;
  132. }
  133. .add-img-del {
  134. position: absolute;
  135. width: 40rpx;
  136. height: 40rpx;
  137. right: 10rpx;
  138. top: 0;
  139. border-radius: 20rpx;
  140. }
  141. .default-row {
  142. margin-top: 16rpx;
  143. }
  144. .default-row .tit {
  145. -webkit-box-flex: 1;
  146. -webkit-flex: 1;
  147. flex: 1;
  148. }
  149. .default-row switch {
  150. -webkit-transform: translateX(16rpx) scale(0.9);
  151. transform: translateX(16rpx) scale(0.9);
  152. }
  153. .add-btn {
  154. position: fixed;
  155. bottom: 0rpx;
  156. left: 0rpx;
  157. width: 100%;
  158. height: 100rpx;
  159. font-size: 28rpx;
  160. color: #FFFFFF;
  161. background-color: #FF727E;
  162. line-height: 100rpx;
  163. text-align: center;
  164. }
  165. .img_box {
  166. padding: 35rpx 35rpx;
  167. width: 250rpx;
  168. height: 250rpx;
  169. }
  170. .img_box image {
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .alert-box {
  175. background-color: #ffffff;
  176. }
  177. .b-b:after {
  178. position: relative !important;
  179. }
  180. .check_box {
  181. padding: 25rpx 25rpx;
  182. font-size: 20rpx;
  183. padding-bottom: 150rpx;
  184. }
  185. .check_box text {
  186. color: #6786FB;
  187. }