book_entry.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. /* parents/pages/information/information.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. page{
  4. background: #fff;
  5. }
  6. .list {
  7. padding: 0rpx;
  8. }
  9. .li {
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. padding: 30rpx;
  14. background: #fff;
  15. border-radius: 0;
  16. border-bottom: solid 1rpx #e6e6e6;
  17. margin: 0;
  18. }
  19. .li-label {
  20. font-size: 32rpx;
  21. color: #666;
  22. margin: 0;
  23. }
  24. .li-image {
  25. width: 60rpx;
  26. height: 60rpx;
  27. margin-top:80rpx;
  28. }
  29. .li-imageTip{
  30. width: 100%;
  31. height: 100%;
  32. /* border-radius:50%; */
  33. }
  34. .upload-text{
  35. font-size:12px;
  36. color:#999999;
  37. }
  38. .upload-refrehtext{
  39. font-size:12px;
  40. color:#ffff;
  41. }
  42. .uploadImg{
  43. width:200rpx;
  44. height:220rpx;
  45. background-color:#ebebeb;
  46. margin:0 auto;
  47. text-align:center;
  48. line-height:30rpx;
  49. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  50. border-radius:10rpx;
  51. }
  52. .upload-Model{
  53. width:100%;
  54. height:100%;
  55. background: rgba(0, 0, 0, 0.5);
  56. z-index: 1000;
  57. line-height:220rpx;
  58. position:relative;
  59. top:-218rpx;
  60. }
  61. .li-input,
  62. .li-picker,
  63. .li-text {
  64. width: 400rpx;
  65. font-size: 30rpx;
  66. color: #999;
  67. text-align: right;
  68. }
  69. .li-input-text{
  70. width: 400rpx;
  71. max-height: 1.4rem;
  72. font-size: 30rpx;
  73. color: #999;
  74. text-align: right;
  75. }
  76. .li-label-right{
  77. width: 12rpx;
  78. height: 22rpx;
  79. margin: auto 0;
  80. margin-left: 20rpx;
  81. }
  82. /* 图书录入 */
  83. .list-logo{
  84. margin: 40% 0 35% 0;
  85. text-align: center;
  86. }
  87. .list-logo-img{
  88. width: 395rpx;
  89. height: 181rpx;
  90. }
  91. .list-btn{
  92. width:518rpx;
  93. height:98rpx;
  94. background:rgba(255,128,168,1);
  95. border-radius:49rpx;
  96. margin: 0 auto;
  97. line-height: 98rpx;
  98. color: #FFFFFF;
  99. font-size: 32rpx;
  100. text-align: center;
  101. font-weight:bold;
  102. }
  103. .list-btns{
  104. margin: 0
  105. }
  106. .list-btns-yellow{
  107. width:518rpx;
  108. height:98rpx;
  109. background:#FFD76C;
  110. border-radius:49rpx;
  111. margin: 0 auto;
  112. line-height: 98rpx;
  113. color: #41414C;
  114. font-size: 32rpx;
  115. text-align: center;
  116. font-weight:bold;
  117. margin-bottom: 30rpx;
  118. }
  119. .list-btns-blue{
  120. width:518rpx;
  121. height:98rpx;
  122. background:#82DCFF;
  123. border-radius:49rpx;
  124. margin: 0 auto;
  125. line-height: 98rpx;
  126. color: #41414C;
  127. font-size: 32rpx;
  128. text-align: center;
  129. font-weight:bold;
  130. }
  131. .list-book-img{
  132. width:210rpx;
  133. height:220rpx;
  134. background:rgba(103,103,103,1);
  135. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  136. border-radius:10rpx;
  137. }
  138. .list-logo-text{
  139. color: #41414C;
  140. font-size: 32rpx;
  141. font-weight: bold;
  142. margin: 30rpx 28%;
  143. }
  144. .list-info{
  145. margin: 58rpx 0 74rpx 0;
  146. text-align: center;
  147. }
  148. .scan-btn {
  149. margin: 150rpx auto;
  150. width: 320rpx;
  151. height: 320rpx;
  152. background: linear-gradient(152deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  153. box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0,175,243,0.5);
  154. position: relative;
  155. display: flex;
  156. flex-direction: column;
  157. justify-content: center;
  158. align-items: center;
  159. border-radius: 400rpx;
  160. z-index: 3;
  161. cursor: pointer;
  162. }
  163. .scan-btn::before {
  164. content: "";
  165. position: absolute;
  166. top: -23rpx;
  167. left: -23rpx;
  168. width: 366rpx;
  169. height: 366rpx;
  170. border-radius: 500rpx;
  171. background: rgba(0,183,255,1);
  172. opacity: 0.06;
  173. z-index: 2;
  174. }
  175. .scan-btn::after {
  176. content: "";
  177. position: absolute;
  178. top: -56rpx;
  179. left: -56rpx;
  180. width: 432rpx;
  181. height: 432rpx;
  182. background: rgba(0,183,255,1);
  183. opacity: 0.04;
  184. z-index: 1;
  185. border-radius: 500rpx;
  186. }
  187. .scan-btn-icon {
  188. width: 128rpx;
  189. height: 120rpx;
  190. }
  191. .scan-btn-text {
  192. margin-top: 40rpx;
  193. color: #fff;
  194. font-size: 32rpx;
  195. }
  196. .scan-row {
  197. display: flex;
  198. justify-content: center;
  199. align-items: center;
  200. margin-top: 80rpx;
  201. }
  202. .scan-row-icon {
  203. width: 30rpx;
  204. height: 30rpx;
  205. margin-right: 14rpx;
  206. }
  207. .scan-row-text {
  208. font-size: 30rpx;
  209. color: #999;
  210. }
  211. .scan-row-btn {
  212. display: flex;
  213. justify-content: center;
  214. align-items: center;
  215. background: rgba(255,215,108,1);
  216. border-radius: 100rpx;
  217. padding: 18rpx 68rpx;
  218. }
  219. .scan-row-btn-icon {
  220. width: 16rpx;
  221. height: 24rpx;
  222. margin-left: 14rpx;
  223. }
  224. .scan-row-btn-text {
  225. font-size: 30rpx;
  226. color: rgba(102, 102, 102, 1);
  227. }
  228. .picker{
  229. box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
  230. width: 100%;
  231. position: fixed;
  232. left: 0;
  233. bottom: 0;
  234. z-index:999,
  235. }
  236. .li-label-picker{
  237. width: 100%;
  238. height: 400rpx;
  239. text-align: center
  240. }
  241. .picker-btn{
  242. text-align: right;
  243. padding: 30rpx 0;
  244. color: #00B7FF;
  245. font-weight: 500;
  246. border-bottom: 1rpx solid #E6E6EC;
  247. padding-right: 35rpx;
  248. }
  249. .picker-item{
  250. line-height: 80rpx;
  251. }
  252. .list-book-header{
  253. width:210rpx;
  254. height:220rpx;
  255. border-radius:10rpx;
  256. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  257. }