detail.wxss 2.3 KB

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