bookmember.wxss 1.5 KB

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