appliSystem2.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #f3afad;
  13. }
  14. .content {
  15. padding-top: 44rpx;
  16. background-color: #f3afad;
  17. padding-bottom: 108rpx;
  18. }
  19. .content .buttom {
  20. width: 660rpx;
  21. height: 100rpx;
  22. background: #FF727E;
  23. border-radius: 50rpx;
  24. margin: 50rpx auto;
  25. font-size: 36rpx;
  26. font-weight: 400;
  27. color: #FFFFFF;
  28. line-height: 100rpx;
  29. text-align: center;
  30. }
  31. .content .buttom.action {
  32. background: #999999;
  33. }
  34. .content .box {
  35. width: 690rpx;
  36. margin: 20rpx auto 0;
  37. background-color: #FFFFFF;
  38. border-radius: 10rpx;
  39. padding: 28rpx 20rpx 32rpx 20rpx;
  40. position: relative;
  41. }
  42. .content .box .info {
  43. text-indent: 54rpx;
  44. margin: 42rpx 0 24rpx;
  45. padding: 0 12rpx 20rpx;
  46. width: 100%;
  47. display: -webkit-box;
  48. display: -webkit-flex;
  49. display: flex;
  50. -webkit-box-orient: vertical;
  51. -webkit-box-direction: normal;
  52. -webkit-flex-direction: column;
  53. flex-direction: column;
  54. border-radius: 25rpx;
  55. color: #E63931;
  56. }
  57. .content .box .red-box {
  58. width: 405rpx;
  59. line-height: 66rpx;
  60. text-align: center;
  61. background: #FF727E;
  62. border-radius: 10rpx;
  63. font-size: 30rpx;
  64. font-weight: 500;
  65. color: #FFFFFF;
  66. position: absolute;
  67. top: -36rpx;
  68. left: 50%;
  69. -webkit-transform: translateX(-50%);
  70. transform: translateX(-50%);
  71. z-index: 1;
  72. }
  73. .content .box .box-check {
  74. font-size: 28rpx;
  75. font-weight: 500;
  76. color: #666666;
  77. line-height: 100rpx;
  78. }
  79. .content .box .imp {
  80. color: red;
  81. margin-left: 5rpx;
  82. }
  83. .content .box .box-1 {
  84. display: -webkit-box;
  85. display: -webkit-flex;
  86. display: flex;
  87. -webkit-box-orient: vertical;
  88. -webkit-box-direction: normal;
  89. -webkit-flex-direction: column;
  90. flex-direction: column;
  91. -webkit-box-align: center;
  92. -webkit-align-items: center;
  93. align-items: center;
  94. width: 100%;
  95. margin-top: 32rpx;
  96. }
  97. .content .box .box-1 .box-left {
  98. padding-left: 2rpx;
  99. width: 100%;
  100. text-align: left;
  101. color: #E63931;
  102. }
  103. .content .box .box-1 input {
  104. height: 66rpx;
  105. line-height: 66rpx;
  106. margin-top: 32rpx;
  107. }
  108. .content .box .box-1 .list-input {
  109. padding-left: 24rpx;
  110. display: -webkit-box;
  111. display: -webkit-flex;
  112. display: flex;
  113. -webkit-box-align: center;
  114. -webkit-align-items: center;
  115. align-items: center;
  116. width: 100%;
  117. font-size: 36rpx;
  118. -webkit-box-flex: 1;
  119. -webkit-flex: 1;
  120. flex: 1;
  121. color: #FF9797;
  122. border: 1rpx solid #f3afad;
  123. border-radius: 22rpx;
  124. text-align: left;
  125. padding-right: 24rpx;
  126. }
  127. .content .box .box-1 .list-input .input-placeholder {
  128. height: 70rpx;
  129. color: #FF9797;
  130. }
  131. .content .box .box-1 .box-right {
  132. display: -webkit-box;
  133. display: -webkit-flex;
  134. display: flex;
  135. -webkit-box-align: center;
  136. -webkit-align-items: center;
  137. align-items: center;
  138. padding-left: 24rpx;
  139. height: 66rpx;
  140. line-height: 66rpx;
  141. border: 1rpx solid #f3afad;
  142. border-radius: 22rpx;
  143. margin: 32rpx 36rpx 0 36rpx;
  144. width: 96%;
  145. font-size: 36rpx;
  146. color: #FF9797;
  147. text-align: left;
  148. }
  149. .content .box .upload-box {
  150. width: 100%;
  151. height: 247rpx;
  152. background: #FFFFFF;
  153. border-radius: 27rpx;
  154. display: -webkit-box;
  155. display: -webkit-flex;
  156. display: flex;
  157. -webkit-box-orient: vertical;
  158. -webkit-box-direction: normal;
  159. -webkit-flex-direction: column;
  160. flex-direction: column;
  161. padding: 30rpx 40rpx 30rpx 0;
  162. margin: 0 auto 30rpx;
  163. }
  164. .content .box .upload-box .upload-left {
  165. font-weight: 400;
  166. color: #E63931;
  167. }
  168. .content .box .upload-box .upload-right {
  169. -webkit-box-flex: 1;
  170. -webkit-flex: 1;
  171. flex: 1;
  172. display: -webkit-box;
  173. display: -webkit-flex;
  174. display: flex;
  175. -webkit-box-align: center;
  176. -webkit-align-items: center;
  177. align-items: center;
  178. -webkit-box-pack: center;
  179. -webkit-justify-content: center;
  180. justify-content: center;
  181. }
  182. .content .box .upload-box .upload-right .upload-img {
  183. width: 103rpx;
  184. height: 103rpx;
  185. margin-top: 24rpx;
  186. }