index.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 30rpx 30rpx 0 30rpx;
  5. }
  6. .main .topBtn {
  7. float: left;
  8. width: 100%;
  9. margin: 0 0 30rpx 0;
  10. }
  11. .red-color {
  12. color: #E9021D;
  13. /* margin: 0 0 15rpx 0; */
  14. }
  15. .tabs .van-tab {
  16. font-size: 34rpx;
  17. }
  18. .tabs .van-tab--active .van-tab__title {
  19. color: #E9021D;
  20. }
  21. .color-box {
  22. background: rgba(242, 245, 250, 1);
  23. height: 68rpx;
  24. width: 100%;
  25. line-height: 68rpx;
  26. /* font-size: 26rpx; */
  27. margin-top: 10rpx;
  28. }
  29. .list {
  30. margin-top: 20rpx;
  31. }
  32. .list image {
  33. width: 200rpx;
  34. height: 200rpx;
  35. }
  36. .list .title {
  37. /* font-size: 30rpx; */
  38. font-family: Source Han Sans SC;
  39. font-weight: bold;
  40. color: rgba(40, 40, 40, 1);
  41. }
  42. .list .title-left {
  43. /* font-size: 26rpx; */
  44. font-family: Source Han Sans SC;
  45. font-weight: 400;
  46. margin-top: 19rpx;
  47. color: rgba(40, 40, 40, 1);
  48. }
  49. .list .title-left-red {
  50. color: #E9021D;
  51. }
  52. .list .van-col--8{
  53. text-align: center!important;
  54. }
  55. .title-name {
  56. margin: 20rpx 0 20rpx 0;
  57. /* font-size: 30rpx; */
  58. font-family: Source Han Sans SC;
  59. font-weight: 400;
  60. color: rgba(136, 136, 136, 1);
  61. }
  62. .title-content {
  63. margin-top: 40rpx;
  64. margin-bottom: 10rpx;
  65. margin-left: 30rpx;
  66. /* font-size: 28rpx; */
  67. overflow: hidden;
  68. white-space: nowrap;
  69. text-overflow:ellipsis;
  70. }
  71. .input .van-field__input {
  72. width: 40%;
  73. border: 1px solid rgba(217, 217, 217, 1);
  74. border-radius: 5px;
  75. }
  76. .weui-input {
  77. display: inline-block;
  78. width: 100rpx;
  79. margin-top: 2%;
  80. margin-left: 6%;
  81. vertical-align: text-bottom;
  82. /* font-size: 28rpx; */
  83. border: 1px solid sienna;
  84. border-radius: 5px;
  85. padding: 0 20rpx;
  86. }
  87. .weui-input1 {
  88. margin-left: 0;
  89. }
  90. button:not([size='mini']) {
  91. margin-left: auto;
  92. margin-right: auto;
  93. width: 100% !important;
  94. margin-bottom: 40rpx;
  95. }
  96. .button .van-button--large{
  97. margin-bottom: 50rpx;
  98. }
  99. button[type='default'] {
  100. background-color: #f44 !important;
  101. color: #fff !important;
  102. border-radius: 50rpx;
  103. }
  104. .main .topBtn .title {
  105. float: left;
  106. width: 100%;
  107. font-size: 30rpx;
  108. font-family: Source Han Sans SC;
  109. font-weight: bold;
  110. color: rgba(40, 40, 40, 1);
  111. margin: 60rpx 0 30rpx 0;
  112. }
  113. .main .topBtn .topCLick {
  114. float: left;
  115. width: 93%;
  116. height: 217rpx;
  117. background: rgba(255, 255, 255, 1);
  118. box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1);
  119. border-radius: 20px;
  120. padding: 50rpx 0 0 50rpx;
  121. }
  122. .main .topBtn .topCLick div {
  123. float: left;
  124. width: 118rpx;
  125. text-align: center;
  126. margin: 0 118rpx 0 0;
  127. }
  128. .main .topBtn .topCLick div image {
  129. float: left;
  130. width: 99rpx;
  131. height: 99rpx;
  132. margin-left: 12rpx;
  133. }
  134. .main .topBtn .topCLick div:last-child {
  135. margin: 0;
  136. }
  137. .main .topBtn .topCLick div button {
  138. padding: 0;
  139. width: 118rpx;
  140. font-size: 30rpx;
  141. font-family: Source Han Sans SC;
  142. font-weight: 400;
  143. color: rgba(40, 40, 40, 1);
  144. background: transparent;
  145. }
  146. .main .functBtn {
  147. float: left;
  148. width: 100%;
  149. }
  150. .main .functBtn button {
  151. float: left;
  152. width: 100%;
  153. height: 108rpx;
  154. line-height: 108rpx;
  155. text-align: left;
  156. border-bottom: 1px solid #ccc;
  157. background: transparent;
  158. border-radius: 0;
  159. font-size: 30rpx;
  160. font-family: Source Han Sans SC;
  161. font-weight: 400;
  162. color: rgba(40, 40, 40, 1);
  163. padding: 0;
  164. }
  165. .main .functBtn button span {
  166. float: right;
  167. padding: 0 20rpx 0 0;
  168. color: #ccc;
  169. font-size: 50rpx;
  170. }
  171. .input {
  172. vertical-align: text-bottom;
  173. background: rgba(255, 255, 255, 1);
  174. border: 1px solid rgba(217, 217, 217, 1);
  175. border-radius: 10px;
  176. padding: 0 20rpx;
  177. height: 78rpx;
  178. width: 63%;
  179. }
  180. .input1{
  181. width: 20%;
  182. margin-top: 20rpx;
  183. }
  184. .itemView {
  185. margin-bottom: 30rpx;
  186. margin-left: 30rpx;
  187. line-height: 120rpx;
  188. /* font-size: 28rpx; */
  189. display: flex;
  190. color: #333;
  191. }
  192. .view_textarea{
  193. vertical-align: text-bottom;
  194. background: rgba(255, 255, 255, 1);
  195. border: 1px solid rgba(217, 217, 217, 1);
  196. padding: 0 20rpx;
  197. height: 200rpx;
  198. width: 62%;
  199. }
  200. .itemView1{
  201. line-height: 30rpx;
  202. }
  203. .picker{
  204. margin-bottom: 30rpx;
  205. margin-left: 30rpx;
  206. line-height: 120rpx;
  207. font-size: 28rpx;
  208. display: flex;
  209. color: #333;
  210. }
  211. .form-button{
  212. background-color: #f44;
  213. color: white;
  214. margin-bottom: 30rpx;
  215. }
  216. button{
  217. border-radius:50rpx!important;
  218. padding: 13px 24px!important;
  219. }
  220. view.search {
  221. display: flex;
  222. flex-direction: row;
  223. height: 98rpx;
  224. align-items: center;
  225. margin-bottom: 20rpx;
  226. }
  227. view.searchItem {
  228. display: flex;
  229. width: 60%;
  230. background: #fff;
  231. border-radius: 20rpx;
  232. border: 1px solid rgba(217, 217, 217, 1);
  233. padding: 19rpx;
  234. vertical-align: text-bottom;
  235. }
  236. view.search-left {
  237. margin-left: 30rpx;
  238. }
  239. view.searchItem input {
  240. flex: 1;
  241. font-size: 26rpx;
  242. }