book_entry.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /* parents/pages/information/information.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. page{
  4. background: #fff;
  5. }
  6. .list {
  7. padding: 0rpx;
  8. margin-bottom:120rpx;
  9. }
  10. .li {
  11. display: flex;
  12. justify-content: space-between;
  13. align-items: center;
  14. padding: 30rpx;
  15. background: #fff;
  16. border-radius: 0;
  17. border-bottom: solid 1rpx #e6e6e6;
  18. margin: 0;
  19. }
  20. .li-label {
  21. font-size: 32rpx;
  22. color: #666;
  23. margin: 0;
  24. }
  25. .li-image {
  26. width: 60rpx;
  27. height: 60rpx;
  28. margin-top:80rpx;
  29. }
  30. .li-imageTip{
  31. width: 100%;
  32. height: 100%;
  33. /* border-radius:50%; */
  34. }
  35. .upload-text{
  36. font-size:12px;
  37. color:#999999;
  38. }
  39. .upload-refrehtext{
  40. font-size:12px;
  41. color:#ffff;
  42. }
  43. .uploadImg{
  44. width:200rpx;
  45. height:220rpx;
  46. background-color:#ebebeb;
  47. margin:0 auto;
  48. text-align:center;
  49. line-height:30rpx;
  50. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  51. border-radius:10rpx;
  52. }
  53. .upload-Model{
  54. width:100%;
  55. height:100%;
  56. background: rgba(0, 0, 0, 0.5);
  57. z-index: 1000;
  58. line-height:220rpx;
  59. position:relative;
  60. top:-218rpx;
  61. }
  62. .li-input,
  63. .li-picker,
  64. .li-text {
  65. width: 400rpx;
  66. font-size: 30rpx;
  67. color: #999;
  68. text-align: right;
  69. }
  70. .li-input-text{
  71. width: 400rpx;
  72. /* max-height: 1.4rem; */
  73. font-size: 30rpx;
  74. color: #999;
  75. text-align: right;
  76. }
  77. .li-label-right{
  78. width: 12rpx;
  79. height: 22rpx;
  80. margin: auto 0;
  81. margin-left: 20rpx;
  82. }
  83. /* 图书录入 */
  84. .list-logo{
  85. margin: 40% 0 35% 0;
  86. text-align: center;
  87. }
  88. .list-logo-img{
  89. width: 395rpx;
  90. height: 181rpx;
  91. }
  92. .list-btn{
  93. width:518rpx;
  94. height:98rpx;
  95. background:rgba(255,128,168,1);
  96. border-radius:49rpx;
  97. margin: 0 auto;
  98. line-height: 98rpx;
  99. color: #FFFFFF;
  100. font-size: 32rpx;
  101. text-align: center;
  102. font-weight:bold;
  103. }
  104. .list-btns{
  105. margin: 0
  106. }
  107. .list-btns-yellow{
  108. width:518rpx;
  109. height:98rpx;
  110. background:#FFD76C;
  111. border-radius:49rpx;
  112. margin: 0 auto;
  113. line-height: 98rpx;
  114. color: #41414C;
  115. font-size: 32rpx;
  116. text-align: center;
  117. font-weight:bold;
  118. margin-bottom: 30rpx;
  119. }
  120. .list-btns-blue{
  121. width:518rpx;
  122. height:98rpx;
  123. background:#82DCFF;
  124. border-radius:49rpx;
  125. margin: 0 auto;
  126. line-height: 98rpx;
  127. color: #41414C;
  128. font-size: 32rpx;
  129. text-align: center;
  130. font-weight:bold;
  131. }
  132. .list-book-img{
  133. width:210rpx;
  134. height:220rpx;
  135. background:rgba(103,103,103,1);
  136. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  137. border-radius:10rpx;
  138. }
  139. .list-logo-text{
  140. color: #41414C;
  141. font-size: 32rpx;
  142. font-weight: bold;
  143. margin: 30rpx 28%;
  144. }
  145. .list-info{
  146. margin: 58rpx 0 74rpx 0;
  147. text-align: center;
  148. }
  149. .scan-btn {
  150. margin: 150rpx auto;
  151. width: 320rpx;
  152. height: 320rpx;
  153. background: linear-gradient(152deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  154. box-shadow: 0rpx 8rpx 40rpx 0rpx rgba(0,175,243,0.5);
  155. position: relative;
  156. display: flex;
  157. flex-direction: column;
  158. justify-content: center;
  159. align-items: center;
  160. border-radius: 400rpx;
  161. z-index: 3;
  162. cursor: pointer;
  163. }
  164. .scan-btn::before {
  165. content: "";
  166. position: absolute;
  167. top: -23rpx;
  168. left: -23rpx;
  169. width: 366rpx;
  170. height: 366rpx;
  171. border-radius: 500rpx;
  172. background: rgba(0,183,255,1);
  173. opacity: 0.06;
  174. z-index: 2;
  175. }
  176. .scan-btn::after {
  177. content: "";
  178. position: absolute;
  179. top: -56rpx;
  180. left: -56rpx;
  181. width: 432rpx;
  182. height: 432rpx;
  183. background: rgba(0,183,255,1);
  184. opacity: 0.04;
  185. z-index: 1;
  186. border-radius: 500rpx;
  187. }
  188. .scan-btn-icon {
  189. width: 128rpx;
  190. height: 120rpx;
  191. }
  192. .scan-btn-text {
  193. margin-top: 40rpx;
  194. color: #fff;
  195. font-size: 32rpx;
  196. }
  197. .scan-row {
  198. display: flex;
  199. justify-content: center;
  200. align-items: center;
  201. margin-top: 80rpx;
  202. }
  203. .scan-row-icon {
  204. width: 30rpx;
  205. height: 30rpx;
  206. margin-right: 14rpx;
  207. }
  208. .scan-row-text {
  209. font-size: 30rpx;
  210. color: #999;
  211. }
  212. .scan-row-btn {
  213. display: flex;
  214. justify-content: center;
  215. align-items: center;
  216. background: rgba(255,215,108,1);
  217. border-radius: 100rpx;
  218. padding: 18rpx 68rpx;
  219. }
  220. .scan-row-btn-icon {
  221. width: 16rpx;
  222. height: 24rpx;
  223. margin-left: 14rpx;
  224. }
  225. .scan-row-btn-text {
  226. font-size: 30rpx;
  227. color: rgba(102, 102, 102, 1);
  228. }
  229. .picker{
  230. box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
  231. width: 100%;
  232. position: fixed;
  233. left: 0;
  234. bottom: 0;
  235. z-index:999,
  236. }
  237. .li-label-picker{
  238. width: 100%;
  239. height: 400rpx;
  240. text-align: center
  241. }
  242. .picker-btn{
  243. text-align: right;
  244. padding: 30rpx 0;
  245. color: #00B7FF;
  246. font-weight: 500;
  247. border-bottom: 1rpx solid #E6E6EC;
  248. padding-right: 35rpx;
  249. }
  250. .picker-item{
  251. line-height: 80rpx;
  252. }
  253. .list-book-header{
  254. width:210rpx;
  255. height:220rpx;
  256. border-radius:10rpx;
  257. box-shadow:0px 0px 8rpx 0px rgba(204,204,204,1);
  258. }
  259. .footer-box-item1{
  260. height:88rpx;
  261. background:rgba(255,255,255,1);
  262. border-radius:44rpx;
  263. width:292rpx;
  264. font-size:30rpx;
  265. font-family:PingFang SC;
  266. font-weight:500;
  267. color:rgba(65,65,76,1);
  268. line-height:88rpx;
  269. text-align:center;
  270. margin:0 20rpx;
  271. }
  272. .footer-box-item2{
  273. width:292rpx;
  274. height:88rpx;
  275. margin:0 20rpx;
  276. background:rgba(255,215,108,1);
  277. border-radius:44rpx;
  278. font-size:30rpx;
  279. font-family:PingFang SC;
  280. font-weight:500;
  281. color:rgba(65,65,76,1);
  282. line-height:88rpx;
  283. text-align:center;
  284. }
  285. .model-list{
  286. color: #A1A1B3;
  287. font-size: 28rpx;
  288. text-align: left;
  289. padding: 0 34rpx 34rpx 34rpx;
  290. }
  291. .model-list-title{
  292. color: #41414C;
  293. font-size: 32rpx;
  294. padding: 37rpx 0;
  295. text-align: center;
  296. }
  297. .model-list-del{
  298. position: absolute;
  299. bottom: -120rpx;
  300. left: 45%;
  301. }
  302. .model-list-img{
  303. width: 60rpx;
  304. height: 60rpx;
  305. }
  306. .model-list-footer{
  307. display:flex;
  308. justify-content: space-around;
  309. font-size: 32rpx;
  310. padding: 40rpx 0;
  311. }
  312. .model-list-footer-cancel{
  313. width:224rpx;
  314. height:68rpx;
  315. background:rgba(255,255,255,1);
  316. border:2rpx solid rgba(0,183,255,1);
  317. border-radius:44rpx;
  318. line-height: 68rpx;
  319. text-align: center;
  320. color: #00B7FF;
  321. }
  322. .model-list-footer-sure{
  323. width:224rpx;
  324. height:68rpx;
  325. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  326. border:2rpx solid transparent;
  327. border-radius:44rpx;
  328. line-height: 68rpx;
  329. text-align: center;
  330. color: #FFFFFF;
  331. }
  332. .model-show{
  333. z-index: 1001;
  334. position: fixed;
  335. top: 30%;
  336. margin: 0 12.5%;
  337. width: 75%;
  338. background: #fff;
  339. border-radius:30rpx;
  340. text-align: center;
  341. }