You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

297 lines
4.5 KiB

  1. @import '../../../iconfont.wxss';
  2. .solution {
  3. width: 710rpx;
  4. border-radius: 18rpx;
  5. flex-direction: column;
  6. background: #f8f8fa;
  7. overflow: hidden;
  8. margin: 40rpx auto 140rpx;
  9. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  10. }
  11. .solution>view {
  12. border-bottom: 1rpx solid #f5f5f5;
  13. background: #fff;
  14. padding: 30rpx 0;
  15. }
  16. .solution>view>view {
  17. width: 100%;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .alsubmit{
  22. color: #999;
  23. }
  24. .write0ff01 {
  25. color: #fff;
  26. font-size: 30rpx;
  27. }
  28. .solution>view:nth-of-type(1) {
  29. font-weight: bold;
  30. }
  31. .solution>view:nth-last-child(1) {
  32. padding-bottom: 20rpx;
  33. }
  34. .solution view text {
  35. padding: 0 4%;
  36. font-size: 26rpx;
  37. }
  38. .solution view text:nth-of-type(2) {
  39. padding: 0 4%;
  40. font-size: 26rpx;
  41. letter-spacing: 1.16rpx;
  42. text-align: right;
  43. margin-top: 6rpx;
  44. }
  45. .solution button {
  46. width: 100%;
  47. height: 6.6%;
  48. background: #169bd5;
  49. font-size: 36rpx;
  50. color: #fff;
  51. }
  52. .solution view input {
  53. width: 400rpx;
  54. height: 100rpx;
  55. border: 1rpx solid #000;
  56. }
  57. .subList {
  58. width: 100%;
  59. height: 150rpx !important;
  60. background: #fff !important;
  61. line-height: 150rpx !important;
  62. display: flex !important;
  63. align-items: center;
  64. padding-bottom: 60rpx;
  65. }
  66. .write0ff {
  67. width: 100%;
  68. padding-bottom: 30rpx;
  69. background: #52a0fd;
  70. color:#fff;
  71. font-size:30rpx;
  72. }
  73. .write0ff>view {
  74. width: 750rpx;
  75. margin: 0 auto;
  76. display: flex;
  77. line-height: 70rpx;
  78. position: relative;
  79. padding-top: 35rpx;
  80. }
  81. .write0ff>view:nth-child(1) {
  82. padding-top: 0;
  83. }
  84. .write0ff>view>text:nth-child(1) {
  85. width: 134rpx;
  86. text-align: right;
  87. color: #fff;
  88. font-size: 30rpx;
  89. margin-left: 4%;
  90. margin-right: 2.2%;
  91. line-height: 70rpx;
  92. }
  93. .line {
  94. width: 3rpx;
  95. height: 40rpx;
  96. background: #999;
  97. display: inline-block;
  98. margin-top: 8.2%;
  99. }
  100. .iconfont {
  101. width: 510rpx;
  102. line-height: 70rpx;
  103. height: 70rpx;
  104. color: #666;
  105. background: #fff;
  106. font-size: 30rpx;
  107. margin-top: 36rpx;
  108. }
  109. .search {
  110. width: 400rpx;
  111. overflow: hidden;
  112. font-size: 30rpx;
  113. color: #bfbfbf;
  114. letter-spacing: 0;
  115. line-height: 70rpx;
  116. border: 1rpx solid #ccc;
  117. height: 70rpx;
  118. border-radius: 6rpx;
  119. padding-left: 10rpx;
  120. background: #fff;
  121. }
  122. .write0ff>view>text:nth-child(4) {
  123. width: 40%;
  124. background: #52a0fd;
  125. color: #fff;
  126. text-align: center;
  127. line-height: 70rpx;
  128. font-size: 59rpx;
  129. border-radius: 16rpx;
  130. }
  131. .camera {
  132. height: 340rpx;
  133. width: 310rpx;
  134. margin: 88rpx auto;
  135. border: 1px solid #52a0fd;
  136. color: #52a0fd;
  137. }
  138. button::after {
  139. border: none;
  140. }
  141. .camera image {
  142. width: 59rpx;
  143. height: 45rpx;
  144. margin: 113rpx 125rpx 35rpx 126rpx;
  145. }
  146. .btn {
  147. display: inline-block;
  148. color: #666;
  149. height: 65rpx;
  150. line-height: 65rpx;
  151. font-size: 30rpx;
  152. width: 120rpx;
  153. }
  154. .up-img {
  155. width: 300rpx;
  156. margin: 40rpx auto 0;
  157. height: auto;
  158. padding: 10rpx;
  159. border: 1px dashed #52a0fd;
  160. }
  161. .up-img image {
  162. width: 300rpx;
  163. margin-left: 165rpx;
  164. }
  165. .camera text {
  166. display: block;
  167. text-align: center;
  168. }
  169. .actives {
  170. opacity: 0.6 !important;
  171. }
  172. .softkey {
  173. width: 100% !important;
  174. height: 100rpx !important;
  175. display: flex !important;
  176. border: 1px solid red;
  177. }
  178. .softkey view:nth-child(1) {
  179. height: 401rpx;
  180. width: 82%;
  181. background: #fff;
  182. position: fixed;
  183. bottom: 0;
  184. left: 0;
  185. display: flex;
  186. flex-wrap: wrap;
  187. text-align: center;
  188. }
  189. .softkey view:nth-child(1) text {
  190. width: 30.3%;
  191. border-top: 1rpx solid #ccc;
  192. border-left: 1rpx solid #ccc;
  193. }
  194. .softkey view:nth-child(2) {
  195. height: 399rpx;
  196. border-top: 1rpx solid #ccc;
  197. width: 25%;
  198. background: #fff;
  199. position: fixed;
  200. bottom: 0;
  201. right: 0;
  202. display: flex;
  203. flex-direction: column;
  204. text-align: center;
  205. line-height: 198rpx;
  206. }
  207. .softkey view:nth-child(2) text {
  208. width: 100%;
  209. height: 50%;
  210. border-left: 1rpx solid #ccc;
  211. }
  212. .softkey view:nth-child(2) text:nth-child(1) {
  213. font-size: 48rpx;
  214. }
  215. .sure {
  216. width: 100%;
  217. padding: 0 5rpx;
  218. display: block;
  219. background: #52a0fd;
  220. color: #fff;
  221. font-size: 42rpx;
  222. }
  223. .hideKey {
  224. font-size: 48rpx;
  225. }
  226. .todayTimer {
  227. display: block !important;
  228. color: #fff;
  229. text-align: center;
  230. font-size: 36rpx;
  231. }
  232. .write0ff input {
  233. background: #fff;
  234. margin-right: 6rpx;
  235. }
  236. .upload image {
  237. width: 426rpx;
  238. }
  239. .budan{
  240. color: red;
  241. }
  242. .supplement {
  243. position: fixed;
  244. width: 110rpx;
  245. height: 110rpx;
  246. border-radius: 50%;
  247. background: #52a0fd;
  248. line-height: 110rpx;
  249. bottom: 20rpx;
  250. right: 20rpx;
  251. text-align: center;
  252. color: #fff;
  253. font-size:30rpx;
  254. z-index: 999;
  255. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  256. }
  257. .supplement text{
  258. display: block;
  259. text-align: center;
  260. }