index.wxss 1.9 KB

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