apply_bookLists.wxss 2.8 KB

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