detail.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. }
  6. .beijing1 .list1 .annns .listbut .color0 {
  7. background: rgb(238, 147, 28);
  8. }
  9. .beijing1 .list1 .annns .listbut .color1 {
  10. background: rgb(54, 233, 48)
  11. }
  12. .beijing1 .list1 .annns .listbut .color2 {
  13. background: rgb(238, 88, 28);
  14. }
  15. .beijing1 .list1 .annns .listbut .color3 {
  16. background: rgb(238, 147, 28);
  17. }
  18. .beijing1 .list1 .annns .listbut .color4 {
  19. background: rgb(136, 136, 136);
  20. }
  21. .list1 {
  22. width: 100%;
  23. float: left;
  24. background-color: white;
  25. margin-top: 2%;
  26. }
  27. .two {
  28. float: left;
  29. width: 100%;
  30. }
  31. .right1 {
  32. float: left;
  33. width: 100%;
  34. background-color: #fff;
  35. }
  36. .text1 {
  37. margin-top: 3%;
  38. margin-right: 5px;
  39. font-size: 13px;
  40. color: rgb(185, 185, 185);
  41. }
  42. .text4 {
  43. margin-right: 5px;
  44. font-size: 13px;
  45. color: rgb(185, 185, 185);
  46. }
  47. .text6 {
  48. font-size: 23px;
  49. color: rgb(46, 46, 245);
  50. font-weight: 500;
  51. }
  52. .text7 {
  53. font-size: 23px;
  54. color: rgb(243, 19, 19);
  55. font-weight: 500;
  56. }
  57. .text8 {
  58. font-size: 23px;
  59. font-weight: 500;
  60. margin-right: 5px;
  61. margin-left: 5px;
  62. }
  63. .text9 {
  64. font-weight: 500;
  65. margin-right: 3px;
  66. font-size: 14px;
  67. color: #5e5e5e;
  68. }
  69. .leftmueen {
  70. margin: 5px;
  71. border-radius: 25px;
  72. }
  73. .text10 {
  74. font-size: 14px;
  75. margin-left: 2px;
  76. margin-right: 3px;
  77. color: #5e5e5e;
  78. }
  79. .right1_1 {
  80. float: left;
  81. width: 40%;
  82. margin-left: 15px;
  83. text-align: left;
  84. margin-top: 5px;
  85. margin-bottom: 5px;
  86. margin-right: 5px;
  87. }
  88. .left1 {
  89. margin-left: 15px;
  90. text-align: left;
  91. font-size: 13px;
  92. color: rgb(185, 185, 185);
  93. }
  94. .name {
  95. font-size: 15px;
  96. }
  97. .names {
  98. float: left;
  99. /* width: 35%; */
  100. margin: 6px;
  101. margin-left: 10px;
  102. font-size: 16px;
  103. color: #0034cf;
  104. font-weight: bold;
  105. }
  106. button {
  107. margin-top: 5px;
  108. background-color: rgb(238, 147, 28);
  109. border-radius: 15px;
  110. font-size: 13px !important;
  111. color: #fff;
  112. }
  113. .right1_2 {
  114. float: left;
  115. width: 50%;
  116. }
  117. .otherInfo {
  118. text-align: left;
  119. padding: 0 0 15px 5px;
  120. }
  121. .otherInfos {
  122. padding: 0 0 0px 5px;
  123. }
  124. .text3 {
  125. font-weight: 500;
  126. font-size: 13px;
  127. color: #adadad;
  128. }
  129. .right1_2t {
  130. font-size: 14px;
  131. color: rgb(122, 122, 122);
  132. }
  133. .right1_2o {
  134. float: left;
  135. width: 30%;
  136. }
  137. .right1_2os {
  138. float: left;
  139. width: 30%;
  140. }
  141. .right1_2i {
  142. float: left;
  143. padding: 15px;
  144. width: 20%;
  145. }
  146. .annns{
  147. width: 60%;
  148. float: left;
  149. }
  150. .annn{
  151. width: 30%;
  152. float: left;
  153. }
  154. .btn1 {
  155. width: 80px !important;
  156. height: 30px !important;
  157. line-height: 30px !important;
  158. background-color:#61c0bf;
  159. border-radius: 30px;
  160. color: #ffffff;
  161. margin: 15px 0px 4px 40px;
  162. }
  163. .btn2 {
  164. width: 80px !important;
  165. height: 30px !important;
  166. line-height: 30px !important;
  167. background-color:#ff8c94;
  168. border-radius: 30px;
  169. color: #ffffff;
  170. text-align: center;
  171. margin: 2px 0 4px 40px;
  172. }