apply_book.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. /* parents//pages/apply_book/apply_book.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .header {
  4. padding: 0 40rpx 24rpx 40rpx;
  5. }
  6. .header-active {
  7. background: #fff;
  8. }
  9. page{
  10. background: #fff;
  11. }
  12. .li {
  13. padding:0 20rpx !important;
  14. background: #F6F5FB;
  15. border-radius:18rpx;
  16. }
  17. .li-img {
  18. width: 102rpx;
  19. height: 118rpx;
  20. margin:40rpx 0 40rpx 30rpx;
  21. }
  22. .li-center-info{
  23. display: inline-block;
  24. margin-left: 24rpx;
  25. margin-bottom: 20rpx;
  26. }
  27. .li-col {
  28. flex: 1;
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: flex-start;
  32. align-items: flex-start;
  33. }
  34. .li-title {
  35. font-size: 32rpx;
  36. color: #333;
  37. }
  38. .li-row {
  39. width: 100%;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. margin-top: 30rpx;
  44. }
  45. .li-text-blue {
  46. color: #00B7FF;
  47. font-size: 32rpx;
  48. margin-right: 10rpx;
  49. }
  50. .li-text-yellow {
  51. color: #FF6464;
  52. font-size: 32rpx;
  53. margin-right: 10rpx;
  54. }
  55. .li-text-red {
  56. color: #FF80A8;
  57. font-size: 32rpx;
  58. }
  59. .li-text-gray {
  60. font-size: 30rpx;
  61. color: #666;
  62. }
  63. .li-text-black {
  64. font-size: 30rpx;
  65. color: #999999;
  66. flex: 1;
  67. }
  68. .li-text-title{
  69. padding-top: 20rpx;
  70. color: #333333;
  71. font-size: 34rpx;
  72. font-weight: bold;
  73. }
  74. .li-icon {
  75. width: 30rpx;
  76. height: 26rpx;
  77. margin-right: 14rpx;
  78. }
  79. .li-icon-two {
  80. width: 26rpx;
  81. height: 26rpx;
  82. margin-right: 14rpx;
  83. }
  84. .li-circle {
  85. width: 40rpx;
  86. height: 40rpx;
  87. margin-right: 30rpx;
  88. }
  89. .li-circle-label {
  90. font-size: 30rpx;
  91. color: #ccc;
  92. margin-right: 30rpx;
  93. }
  94. .li-items{
  95. display: flex;
  96. justify-content: flex-start;
  97. align-items: center;
  98. }
  99. .step-items{
  100. background:#CEF1FF;
  101. width:100%;
  102. margin:0 auto;
  103. height:80rpx;
  104. line-height: 70rpx;
  105. color:#0088BE;
  106. font-size:25rpx;
  107. border-radius: 10rpx;
  108. display: flex;
  109. justify-content: space-around
  110. }
  111. .step-topic{
  112. color:#41414C;
  113. margin:30rpx 0rpx;
  114. display: flex;
  115. justify-content: space-between;
  116. }
  117. .step-topic-title{
  118. font-size: 36rpx;
  119. font-weight: 800
  120. }
  121. .step-topic-say{
  122. color: #A1A1B3;
  123. font-size: 23rpx;
  124. font-weight:500;
  125. }
  126. .step-topic-img{
  127. width: 30rpx;
  128. height: 30rpx;
  129. margin-right: 10rpx;
  130. }
  131. .step-number{
  132. background:#AFE5FB;
  133. height:30rpx;
  134. width:30rpx;
  135. border-radius:15rpx;
  136. text-align:center;
  137. line-height:30rpx;
  138. margin:5rpx;
  139. }
  140. .step-text{
  141. margin:auto 15rpx;
  142. }
  143. .step-item{
  144. display:inline-block;
  145. margin:5rpx;
  146. }
  147. .addBooks{
  148. height:60rpx;
  149. text-align:center;
  150. line-height:60rpx;
  151. width:160rpx;
  152. border: 1rpx solid #0088BE;
  153. color:#0088BE;
  154. border-radius:50rpx;
  155. font-size:14px;
  156. padding:5rpx;
  157. margin: 0 auto;
  158. }
  159. .li-center-index{
  160. color: #00B7FF;
  161. font-size: 34rpx;
  162. margin: auto 0;
  163. /* padding: 40rpx 33rpx; */
  164. text-align: center;
  165. display: inline-block;
  166. }
  167. .li-center-two{
  168. margin-left: 20rpx;
  169. border-left: 2rpx solid #EBEBEB;
  170. }
  171. .li-text-subration{
  172. width: 50rpx;
  173. height: 50rpx;
  174. margin: auto 30rpx;
  175. }
  176. .list{
  177. margin-bottom: 70rpx;
  178. }
  179. .image-Nodata{
  180. width:150rpx;
  181. height:150rpx;
  182. }
  183. .nodata{
  184. text-align: center;
  185. margin-top: 30%;
  186. }
  187. .text-Nodata{
  188. font-size:30rpx;
  189. color:#999999;
  190. width:100%;
  191. margin:0 auto;
  192. text-align:center;
  193. }
  194. .model-list{
  195. color: #A1A1B3;
  196. font-size: 28rpx;
  197. text-align: left;
  198. padding: 0 34rpx 34rpx 34rpx;
  199. }
  200. .model-list-title{
  201. color: #41414C;
  202. font-size: 32rpx;
  203. padding: 37rpx 0;
  204. text-align: center;
  205. }
  206. .model-list-del{
  207. position: absolute;
  208. bottom: -120rpx;
  209. left: 45%;
  210. }
  211. .model-list-img{
  212. width: 60rpx;
  213. height: 60rpx;
  214. }