random_books.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. /* president//pages/random_books/random_books.wxss */
  2. .book{
  3. margin: 20rpx;
  4. padding: 0;
  5. color: #333333;
  6. font-size: 34rpx;
  7. }
  8. .book-all{
  9. margin: 20rpx 0 40rpx 0;
  10. text-align: left;
  11. }
  12. .book-num{
  13. padding: 0
  14. }
  15. .book-num-items{
  16. width:47%;
  17. display: inline-block;
  18. padding: auto 0;
  19. height:98rpx;
  20. background:rgba(255,255,255,1);
  21. border-radius:18rpx;
  22. line-height: 98rpx;
  23. text-align: center;
  24. color: #00B7FF;
  25. font-size: 30rpx;
  26. margin-bottom: 30rpx;
  27. border: 2rpx solid transparent;
  28. }
  29. .book-num-items-input{
  30. color: #00B7FF;
  31. font-size: 30rpx;
  32. text-align: center;
  33. margin: auto;
  34. display: inline-block;
  35. width: 180rpx;
  36. height: 45rpx;
  37. position: relative;
  38. top: 10rpx;
  39. }
  40. .scope-input{
  41. /* width:100%; */
  42. height:88rpx;
  43. background:rgba(255,255,255,1);
  44. border-radius:18rpx;
  45. padding:0 30rpx;
  46. display: flex;
  47. justify-content: space-between;
  48. align-items: center
  49. }
  50. .scope-input-triangle{
  51. width:0;
  52. height:0;
  53. overflow:hidden;
  54. font-size: 0;
  55. line-height: 0;
  56. border-width:10rpx;
  57. border-style:solid dashed dashed dashed;
  58. border-color:#999999 transparent transparent transparent;
  59. display: inline-block;
  60. }
  61. .book-btn{
  62. width: 100%;
  63. height:88rpx;
  64. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  65. opacity:0.9;
  66. line-height: 88rpx;
  67. color: #FFFFFF;
  68. font-size: 30rpx;
  69. text-align: center;
  70. position: fixed;
  71. bottom: 0;
  72. }
  73. .screen{
  74. width:57.3%;
  75. height:100vh;
  76. background:rgba(255,255,255,1);
  77. position: fixed;
  78. top: 0;
  79. right: 0;
  80. padding-bottom: 100rpx;
  81. }
  82. .screen-items{
  83. border-bottom: 2rpx solid #E6E6E6;
  84. padding: 30rpx;
  85. }
  86. .screen-items-head{
  87. color: #333333;
  88. font-size: 28rpx;
  89. text-align: left;
  90. margin-bottom: 30rpx;
  91. }
  92. .screen-items-all{
  93. width: 50%;
  94. text-align: center;
  95. display: inline-block;
  96. margin-bottom: 40rpx;
  97. position: relative;
  98. }
  99. .screen-items-all-img{
  100. width: 38rpx;
  101. height: 38rpx;
  102. position: absolute;
  103. bottom: 0;
  104. right: 0;
  105. }
  106. .screen-active{
  107. border:2rpx solid rgba(0,183,255,1) !important;
  108. background:rgba(235,246,250,1) !important;
  109. color: #00B7FF !important;
  110. }
  111. .screen-items-content{
  112. padding: 20rpx 28rpx;
  113. background:rgba(240,242,242,1);
  114. border-radius:10rpx;
  115. display: inline-block;
  116. background: #F0F2F2;
  117. color: #4D4D4D;
  118. font-size: 28rpx;
  119. overflow: hidden;
  120. position: relative;
  121. border:2rpx solid transparent;
  122. }
  123. .screen-btn{
  124. /* width: 336rpx;
  125. height:68rpx; */
  126. border-radius:100rpx;
  127. color: #fff;
  128. font-size: 28rpx;
  129. line-height: 68rpx;
  130. position: fixed;
  131. bottom: 30rpx;
  132. right: 47rpx;
  133. display: flex;
  134. margin: auto;
  135. }
  136. .screen-btn-rest{
  137. background: #51CEFF;
  138. padding: 14rpx 52rpx;
  139. border-radius:100rpx 0px 0px 100rpx;
  140. }
  141. .screen-btn-sure{
  142. background: #00B7FF;
  143. padding: 14rpx 52rpx;
  144. border-radius:0px 100rpx 100rpx 0px;
  145. }
  146. .sub{
  147. width:528rpx;
  148. height:314rpx;
  149. background:rgba(255,255,255,1);
  150. border-radius:30rpx;
  151. color: #666666;
  152. font-size: 34rpx;
  153. margin: auto;
  154. padding: 50rpx 30rpx;
  155. position: fixed;
  156. top: 300rpx;
  157. }
  158. .sub-btn{
  159. display: flex;
  160. justify-content: space-between;
  161. align-items: center;
  162. font-size: 32rpx;
  163. margin-top: 140rpx;
  164. }
  165. .sub-btn-left{
  166. width:224rpx;
  167. height:68rpx;
  168. background:rgba(255,255,255,1);
  169. border-radius:44rpx;
  170. border:2rpx solid rgba(0,183,255,1);
  171. color: #00B7FF;
  172. line-height: 68rpx;
  173. text-align: center;
  174. }
  175. .sub-btn-right{
  176. width:224rpx;
  177. height:68rpx;
  178. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  179. border-radius:44rpx;
  180. color: #fff;
  181. line-height: 68rpx;
  182. text-align: center;
  183. }
  184. .num-active{
  185. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  186. color: #fff;
  187. }
  188. .input-active{
  189. border: 2rpx solid #00B7FF;
  190. }
  191. .scope-input-word{
  192. color: #333333;
  193. font-size: 30rpx;
  194. width: 80%
  195. }
  196. .scope-input-down{
  197. width: 15%;
  198. height: 80rpx;
  199. text-align: right;
  200. line-height: 80rpx;
  201. }