jumin-manbingdangan.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .bgc-2fb499{
  2. background-color: #2fb499;
  3. }
  4. .bgc-17b3ec{
  5. background-color: #17b3ec;
  6. }
  7. .bgc-ffa54b{
  8. background-color: #ffa54b;
  9. }
  10. .bgc-fc6e6e{
  11. background-color: #fc6e6e;
  12. }
  13. .bgc-68b738{
  14. background-color: #68b738;
  15. }
  16. .bgc-a189e1{
  17. background-color: #a189e1;
  18. }
  19. .bgc-1fc2f3{
  20. background-color: #1fc2f3;
  21. }
  22. .bgc-b4d72b{
  23. background-color: #b4d72b;
  24. }
  25. .c-ff4c4c{
  26. color: #ff4c4c;
  27. }
  28. .c-48d047{
  29. color: #48d047;
  30. }
  31. .c-17b3ec{
  32. color: #17b3ec;
  33. }
  34. .c-47a8ef{
  35. color: #47a8ef;
  36. }
  37. .w-50{
  38. width: 50%;
  39. }
  40. .sbbind-flag{
  41. background-color: #17B3EC;
  42. height: 42px;
  43. padding: 0px 10px 0 5px;
  44. border-top-left-radius: 20px;
  45. border-bottom-left-radius: 20px;
  46. }
  47. .header-icon{
  48. display: inline-block;
  49. width: 22px;
  50. height: 22px;
  51. border-radius: 50%;
  52. padding: 4px;
  53. }
  54. .header-icon img{
  55. width: 14px;
  56. }
  57. .switch-box{
  58. /*height: 30px;
  59. line-height: 30px;*/
  60. border: 1px solid #17b3ec;
  61. border-radius: 15px;
  62. text-align: center;
  63. }
  64. .switch-box span{
  65. width: 40px;
  66. display: inline-block;
  67. border-radius: 15px;
  68. color: #17b3ec;
  69. height: 30px;
  70. line-height: 30px;
  71. }
  72. .switch-box span.active{
  73. color: #fff;
  74. background-color: #17B3EC;
  75. /*border: 1px solid #17B3EC;*/
  76. }
  77. .cycle-div{
  78. width: 50px;
  79. height: 50px;
  80. line-height: 50px;
  81. border-radius: 50%;
  82. text-align: center;
  83. margin: 0 auto;
  84. }
  85. .border-red{
  86. border: 1px solid #ff4c4c;
  87. }
  88. .border-green{
  89. border: 1px solid #48d047;
  90. }
  91. .border-blue{
  92. border: 1px solid #17b3ec;
  93. }
  94. .info-section{
  95. background-color: #fff;
  96. border: 1px solid #e1e1e1;
  97. width: calc((100% - 5px) / 2);
  98. }
  99. .info-section:first-child{
  100. border-left: 0;
  101. }
  102. .info-section:nth-child(2){
  103. border-right: 0;
  104. margin-left: 5px;
  105. }
  106. .section-detail{
  107. height: 60px;
  108. width: 100%;
  109. text-align: center;
  110. display: table;
  111. }
  112. .section-detail .cell{
  113. display: table-cell;
  114. text-align: center;
  115. vertical-align: middle;
  116. }
  117. .fa-angle-right{
  118. position: absolute;
  119. top: 50%;
  120. right: 10px;
  121. font-size: 24px;
  122. margin-top: -12px;
  123. color: #909090;
  124. }
  125. .mb-icon-round {
  126. width: 40px;
  127. height: 40px;
  128. border-radius: 50%;
  129. text-align: center;
  130. line-height: 39px;
  131. font-size: 16px;
  132. margin-right: 10px;
  133. }
  134. .mb-icon-round.red {
  135. border: solid 1px #FF4c4c;
  136. color: #FF4c4c;
  137. }
  138. .mb-icon-round.orange {
  139. border: solid 1px #FFc691;
  140. color: #FFc691;
  141. }
  142. .mb-icon-round.green {
  143. border: solid 1px #06bf04;
  144. color: #06bf04;
  145. }
  146. .mui-loading{
  147. margin: 0 auto;
  148. }