memberList.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .plan_dotime_box{
  2. padding-top: 20upx;
  3. background-color: #ffffff;
  4. padding-bottom: 20upx;
  5. border-radius: 26upx;
  6. margin-top: 20upx;
  7. }
  8. .plan_dotime view{
  9. width: 33.33%;
  10. float: left;
  11. text-align: center;
  12. padding: 7upx 0;
  13. }
  14. .status_tab {
  15. color: #0BB79A;
  16. text-align: center;
  17. font-size: 36upx;
  18. background-size: 25upx 17upx;
  19. background-repeat: no-repeat;
  20. background-position: 440upx center;
  21. line-height: 50upx;
  22. font-weight: bold;
  23. }
  24. .mention_text {
  25. margin-top: 30upx;
  26. font-size: 30upx;
  27. color: #8E97AE;
  28. }
  29. .ref_ipt_box {
  30. display: flex;
  31. margin-top: 30upx;
  32. }
  33. .ref_ipt_box view {
  34. width: 19%;
  35. background-color: #db1b14;
  36. color: #ffffff;
  37. text-align: center;
  38. line-height: 70upx;
  39. margin-left: 1%;
  40. }
  41. .status_title {
  42. color: #ff5500;
  43. font-size: 32upx;
  44. font-weight: bold;
  45. }
  46. .ref_ipt {
  47. background-color: #f4f4f4;
  48. width: 60%;
  49. line-height: 70upx;
  50. text-indent: 26upx;
  51. height: 70upx;
  52. }
  53. .ref_ipt_textarea {
  54. background-color: #f4f4f4;
  55. width: 98%;
  56. padding: 1%;
  57. text-indent: 26upx;
  58. height: 150upx;
  59. margin-top: 10upx;
  60. }
  61. .ref_ipt_textarea_view {
  62. background-color: #f4f4f4;
  63. width: 98%;
  64. padding: 0 1%;
  65. text-indent: 26upx;
  66. margin-top: 10upx;
  67. }
  68. .tags {
  69. color: #FF6039;
  70. background-color: #FEEBE7;
  71. padding: 5upx 7upx;
  72. }
  73. .tags2 {
  74. color: #a0a0a0;
  75. background-color: #fefefe;
  76. padding: 5upx 7upx;
  77. }
  78. .box view {
  79. width: 33%;
  80. color: #8E97AE;
  81. border-right: 4upx solid #8E97AE;
  82. height: 32upx;
  83. line-height: 32upx;
  84. text-align: center;
  85. }
  86. .item_box {
  87. background-color: #ffffff;
  88. padding: 20upx 0;
  89. border-radius: 26upx;
  90. margin-top: 20upx;
  91. }
  92. .item {
  93. width: 92%;
  94. margin-left: 4%;
  95. }
  96. .check {
  97. background-size: 100% 100%;
  98. width: 36upx;
  99. height: 36upx;
  100. background-color: #dedede;
  101. border-radius: 100%;
  102. background-position: 0 0;
  103. }
  104. page {
  105. background-color: #e9eaed;
  106. }
  107. .bot_btn view {
  108. width: 200upx !important;
  109. font-size: 26upx !important;
  110. }
  111. .bot_btn {
  112. width: 100%;
  113. position: fixed;
  114. bottom: 0;
  115. left: 0;
  116. background-color: #ffffff;
  117. }
  118. .evaluate {
  119. background-color: #01bcc3;
  120. width: 100%;
  121. text-align: center;
  122. color: #ffffff;
  123. line-height: 60upx;
  124. margin-top: 10upx;
  125. }
  126. .mem_item {
  127. display: flex;
  128. align-items: center;
  129. margin-top: 30upx;
  130. }
  131. .mem_item_box {
  132. border-bottom: 4upx #f5f5f5 solid;
  133. padding-bottom: 30upx;
  134. }
  135. .mem_item image {
  136. width: 60upx;
  137. height: 60upx;
  138. border-radius: 50%;
  139. }
  140. .auth{
  141. color: #ff5500;
  142. position:absolute;
  143. top: 0;
  144. right: 0;
  145. font-weight: bold;
  146. }