index.wxss 1.8 KB

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