third.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. .name {
  33. padding: 0rpx 35rpx;
  34. padding-bottom: 15rpx !important;
  35. font-size: 36rpx;
  36. font-weight: 500;
  37. }
  38. .content_box {
  39. background-color: #ffffff;
  40. padding: 0rpx 25rpx;
  41. margin: 25rpx auto;
  42. }
  43. .item-list {
  44. padding: 25rpx 45rpx;
  45. color: #222222;
  46. font-weight: 400;
  47. font-size: 35rpx;
  48. }
  49. .item-list .add-tip {
  50. color: #E62129 !important;
  51. }
  52. .row {
  53. display: -webkit-box;
  54. display: -webkit-flex;
  55. display: flex;
  56. -webkit-box-align: center;
  57. -webkit-align-items: center;
  58. align-items: center;
  59. padding: 0 30rpx;
  60. height: 110rpx;
  61. background: #fff;
  62. border-bottom: 1rpx solid #f8f6f6;
  63. }
  64. .row .tit {
  65. -webkit-flex-shrink: 0;
  66. flex-shrink: 0;
  67. width: 280rpx;
  68. font-size: 30rpx;
  69. color: #303133;
  70. }
  71. .row .input {
  72. -webkit-box-flex: 1;
  73. -webkit-flex: 1;
  74. flex: 1;
  75. font-size: 30rpx;
  76. color: #303133;
  77. text-align: right;
  78. }
  79. .row .iconlocation {
  80. font-size: 36rpx;
  81. color: #909399;
  82. }
  83. .examine_name {
  84. color: #171717;
  85. font-size: 28rpx;
  86. padding: 25rpx 25rpx;
  87. }
  88. .examine_img {
  89. width: 100%;
  90. text-align: center;
  91. }
  92. .examine_img .image {
  93. width: 150rpx;
  94. height: 150rpx;
  95. }
  96. .examine_img .image1 {
  97. min-width: 150rpx;
  98. max-width: 100%;
  99. min-height: 150rpx;
  100. }
  101. .add-img-box {
  102. width: 100%;
  103. -webkit-box-orient: horizontal;
  104. -webkit-box-direction: normal;
  105. -webkit-flex-direction: row;
  106. flex-direction: row;
  107. -webkit-flex-wrap: wrap;
  108. flex-wrap: wrap;
  109. margin-top: 50rpx;
  110. }
  111. .add-img-item {
  112. margin-bottom: 25rpx;
  113. width: 100%;
  114. }
  115. .add-img-item .add-img {
  116. min-width: 150rpx;
  117. max-width: 100%;
  118. height: 400rpx;
  119. }
  120. .add-img-del {
  121. position: absolute;
  122. width: 40rpx;
  123. height: 40rpx;
  124. right: 60rpx;
  125. border-radius: 20rpx;
  126. }
  127. .default-row {
  128. margin-top: 16rpx;
  129. }
  130. .default-row .tit {
  131. -webkit-box-flex: 1;
  132. -webkit-flex: 1;
  133. flex: 1;
  134. }
  135. .default-row switch {
  136. -webkit-transform: translateX(16rpx) scale(0.9);
  137. transform: translateX(16rpx) scale(0.9);
  138. }
  139. .add-btn {
  140. position: fixed;
  141. bottom: 0rpx;
  142. left: 0rpx;
  143. width: 100%;
  144. height: 100rpx;
  145. font-size: 28rpx;
  146. color: #FFFFFF;
  147. background-color: #FF727E;
  148. line-height: 100rpx;
  149. text-align: center;
  150. }
  151. .img_box {
  152. padding: 35rpx 35rpx;
  153. width: 250rpx;
  154. height: 250rpx;
  155. }
  156. .img_box image {
  157. width: 100%;
  158. height: 100%;
  159. }
  160. .alert-box {
  161. background-color: #ffffff;
  162. }
  163. .b-b:after {
  164. position: relative !important;
  165. }
  166. .check_box {
  167. padding: 25rpx 25rpx;
  168. font-size: 20rpx;
  169. padding-bottom: 150rpx;
  170. }
  171. .check_box text {
  172. color: #6786FB;
  173. }