bookmanage.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. page {
  2. background: #fff;
  3. }
  4. .head {
  5. background: #f5f5f5 !important;
  6. color: #666;
  7. height: 80rpx !important;
  8. line-height: 80rpx !important;
  9. }
  10. .head view {
  11. font-size: 24rpx;
  12. }
  13. .row {
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. text-align: center;
  17. background: #fff;
  18. }
  19. .row view:nth-child(1) {
  20. width: 50rpx;
  21. color: #999;
  22. position: relative;
  23. }
  24. .row view:nth-child(2) {
  25. flex: 1;
  26. }
  27. .row view:nth-child(3) {
  28. flex: 1;
  29. }
  30. .row view:nth-child(4) {
  31. width: 120rpx;
  32. }
  33. .row view:nth-child(5) {
  34. width: 130rpx;
  35. }
  36. .row view:nth-child(6) {
  37. width: 100rpx;
  38. }
  39. .part {
  40. padding: 0 30rpx;
  41. background: #fff;
  42. }
  43. .zblogo {
  44. position: absolute;
  45. width: 50rpx;
  46. height: 50rpx;
  47. left: 0;
  48. top: 50%;
  49. margin-top: -25rpx;
  50. }
  51. .actbar {
  52. position: relative;
  53. }
  54. .actbar image {
  55. width: 32rpx;
  56. height: 32rpx;
  57. top: 50%;
  58. margin-top: -16rpx;
  59. position: absolute;
  60. }
  61. .actbar image:nth-child(1) {
  62. left: 0;
  63. }
  64. .actbar image:nth-child(2) {
  65. right: 0;
  66. }
  67. .foot {
  68. position: fixed;
  69. bottom: 0;
  70. left: 30rpx;
  71. right: 30rpx;
  72. height: 150rpx;
  73. background: #fff;
  74. }
  75. .bluebtn {
  76. width: 50%;
  77. height: 80rpx;
  78. text-align: center;
  79. line-height: 80rpx;
  80. border-radius: 50rpx;
  81. margin: auto;
  82. margin-top: 35rpx;
  83. }
  84. .del {
  85. color: #30afff;
  86. margin-right: 30rpx;
  87. border: 1rpx solid #30afff;
  88. }
  89. .add {
  90. color: #fff;
  91. background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
  92. }
  93. .empty {
  94. height: 150rpx;
  95. }