apply_booklists.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* president/pages/apply_bookLists/apply_booklists.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .header {
  4. padding: 24rpx 30rpx;
  5. }
  6. .header-active {
  7. background: #fff;
  8. }
  9. .li {
  10. display: flex;
  11. justify-content: space-between;
  12. /* align-items: flex-start; */
  13. }
  14. .li-img {
  15. width: 102rpx;
  16. height: 118rpx;
  17. margin:40rpx 30rpx;
  18. }
  19. .li-center-info{
  20. display: inline-block;
  21. }
  22. .li-col {
  23. flex: 1;
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: flex-start;
  27. align-items: flex-start;
  28. }
  29. .li-title {
  30. font-size: 32rpx;
  31. color: #333;
  32. }
  33. .li-row {
  34. width: 100%;
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. margin-top: 30rpx;
  39. }
  40. .li-text-blue {
  41. color: #00B7FF;
  42. font-size: 32rpx;
  43. margin-right: 10rpx;
  44. }
  45. .li-text-yellow {
  46. color: #FF6464;
  47. font-size: 32rpx;
  48. margin-right: 10rpx;
  49. }
  50. .li-text-red {
  51. color: #FF80A8;
  52. font-size: 32rpx;
  53. }
  54. .li-text-gray {
  55. font-size: 30rpx;
  56. color: #666;
  57. }
  58. .li-text-black {
  59. font-size: 30rpx;
  60. color: #999999;
  61. flex: 1;
  62. }
  63. .li-text-title{
  64. color: #333333;
  65. font-size: 34rpx;
  66. }
  67. .li-icon {
  68. width: 30rpx;
  69. height: 26rpx;
  70. margin-right: 14rpx;
  71. }
  72. .li-icon-two {
  73. width: 26rpx;
  74. height: 26rpx;
  75. margin-right: 14rpx;
  76. }
  77. .li-circle {
  78. width: 40rpx;
  79. height: 40rpx;
  80. margin-right: 30rpx;
  81. }
  82. .li-circle-label {
  83. font-size: 30rpx;
  84. color: #ccc;
  85. margin-right: 30rpx;
  86. }
  87. .li-center {
  88. align-items: center;
  89. padding: 0 !important;
  90. }
  91. .step-items{
  92. background-color:#FEF7EC;
  93. width:100%;
  94. margin:0 auto;
  95. height:80rpx;
  96. line-height: 70rpx;
  97. color:#C07C2B;
  98. font-size:25rpx;
  99. }
  100. .step-topic{
  101. color:#333;
  102. margin:30rpx 0rpx;
  103. }
  104. .step-number{
  105. background-color:#FFE1C0;
  106. height:30rpx;
  107. width:30rpx;
  108. border-radius:15rpx;
  109. text-align:center;
  110. line-height:30rpx;
  111. margin:5rpx;
  112. }
  113. .step-text{
  114. margin-right:5rpx;
  115. }
  116. .step-item{
  117. display:inline-block;
  118. margin:5rpx;
  119. }
  120. .addBooks{
  121. height:60rpx;
  122. text-align:center;
  123. line-height:60rpx;
  124. width:160rpx;
  125. border: 1rpx solid #C07C2B;
  126. color:#C07C2B;
  127. border-radius:30rpx;
  128. font-size:14px;
  129. padding:5rpx;
  130. margin: 0 auto;
  131. margin-bottom: 110rpx;
  132. }
  133. .li-center-index{
  134. color: #00B7FF;
  135. font-size: 34rpx;
  136. padding: 75rpx 33rpx;
  137. text-align: center;
  138. border-right: 2rpx solid #EBEBEB;
  139. display: inline-block;
  140. }
  141. .li-text-subration{
  142. width: 50rpx;
  143. height: 50rpx;
  144. margin: auto 30rpx;
  145. }
  146. .image-Nodata{
  147. width:300rpx;
  148. height:300rpx;
  149. }
  150. .Nodata{
  151. width:300rpx;
  152. height:300rpx;
  153. margin:0 auto;
  154. }
  155. .text-Nodata{
  156. font-size:30rpx;
  157. color:#999999;
  158. width:100%;
  159. margin:0 auto;
  160. text-align:center;
  161. }