editemember.wxss 1.8 KB

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