index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f1f1f1;
  5. overflow-y: auto;
  6. }
  7. .biao {
  8. float: left;
  9. width: 10%;
  10. }
  11. .two {
  12. margin-top: -15%;
  13. margin-left: 2.5%;
  14. position: absolute;
  15. width: 95%;
  16. }
  17. .otherInfo {
  18. text-align: left;
  19. padding: 0 0 10px 5px;
  20. }
  21. .name {
  22. float: left;
  23. /* width: 38%; */
  24. margin: 6px;
  25. margin-left: 10px;
  26. font-size: 16px;
  27. color: #0034cf;
  28. font-weight: bold;
  29. }
  30. listbut{
  31. float: left;
  32. width: 30%;
  33. }
  34. .left1 {
  35. margin: 5px;
  36. border-radius: 25px;
  37. }
  38. .text1 {
  39. font-weight: 500;
  40. margin-right: 3px;
  41. font-size: 14px;
  42. color: #5e5e5e;
  43. }
  44. .button {
  45. margin-top: 4px;
  46. /* background-color: rgb(238, 147, 28); */
  47. border-radius: 15px;
  48. font-size: 13px !important;
  49. color: #fff;
  50. }
  51. .list {
  52. background-color: #fff;
  53. margin-bottom: 10px;
  54. border-radius: 8px;
  55. padding-top: 5px;
  56. }
  57. .text3 {
  58. font-weight: 500;
  59. font-size: 13px;
  60. color: #adadad;
  61. }
  62. .text4 {
  63. font-size: 14px;
  64. margin: 5px;
  65. color: #868686;
  66. font-weight: 600;
  67. }
  68. .text6 {
  69. font-size: 23px;
  70. color: rgb(46, 46, 245);
  71. font-weight: 500;
  72. }
  73. .text7 {
  74. font-size: 23px;
  75. color: rgb(243, 19, 19);
  76. font-weight: 500;
  77. }
  78. .text8 {
  79. font-size: 23px;
  80. font-weight: 500;
  81. margin-right: 5px;
  82. margin-left: 5px;
  83. }
  84. .otherInfo {
  85. text-align: left;
  86. padding: 0 0 15px 5px;
  87. }
  88. .otherInfos{
  89. padding: 0 0 0px 5px;
  90. }
  91. .right1 {
  92. border-radius: 5px;
  93. position: relative;
  94. width: 100%;
  95. height: 80px;
  96. background-color: #e9e9e9;
  97. }
  98. .right1_2 {
  99. float: left;
  100. width: 101%
  101. }
  102. .right1_2 .right1_2o {
  103. margin-left: 1%;
  104. float: left;
  105. width: 11%;
  106. height: 40px;
  107. overflow: hidden;
  108. }
  109. .head1 {
  110. width: 100%;
  111. height: 33px;
  112. overflow: hidden;
  113. }
  114. .head2 {
  115. width: 89%;
  116. height: 36px;
  117. overflow: hidden;
  118. }
  119. .right1_2 .right1_2t {
  120. float: left;
  121. width: 33%;
  122. text-align: center;
  123. padding: 10px 0;
  124. }
  125. .right1_2 .right1_2t text {
  126. font-size: 14px;
  127. }
  128. .right1_2 .right1_2i {
  129. float: left;
  130. width: 10%;
  131. text-align: center;
  132. padding: 6px 0;
  133. }
  134. .right1_1 {
  135. text-align: center;
  136. }