index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .main {
  2. float: left;
  3. width: 92%;
  4. margin: 40rpx 30rpx 0 30rpx;
  5. }
  6. .main .topTable {
  7. float: left;
  8. width: 100%;
  9. height: 118rpx;
  10. background: rgba(255, 255, 255, 1);
  11. box-shadow: 0px 2rpx 15rpx 0px rgba(233, 237, 244, 1);
  12. border-radius: 20rpx;
  13. z-index: 999;
  14. }
  15. .main .topTable view {
  16. float: left;
  17. width: 20%;
  18. font-size: 26rpx;
  19. text-align: center;
  20. margin: 35rpx 0 0 0;
  21. }
  22. /* .main .topTable view:last-child {
  23. margin: 20rpx 0 0 0;
  24. }
  25. .main .topTable view:last-child p {
  26. float: left;
  27. width: 100%;
  28. font-size: 26rpx;
  29. } */
  30. .main .mainList {
  31. float: left;
  32. width: 100%;
  33. position: relative;
  34. }
  35. .main .list {
  36. float: left;
  37. width: 100%;
  38. height: 88rpx;
  39. line-height: 88rpx;
  40. border-bottom: 1px solid #ccc;
  41. }
  42. .main .list image {
  43. float: left;
  44. /* width: 107rpx; */
  45. width: 70rpx;
  46. height: 70rpx;
  47. margin: 10rpx 17rpx;
  48. }
  49. .main .list text {
  50. float: left;
  51. width: 19%;
  52. text-align: center;
  53. font-size: 26rpx;
  54. font-family: Source Han Sans SC;
  55. font-weight: 400;
  56. color: rgba(40, 40, 40, 1);
  57. }
  58. .main .list text:last-child {
  59. font-size: 23rpx;
  60. }
  61. .textOver {
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. }
  66. .table {
  67. height: 200px;
  68. margin: 20% 30rpx 0 30rpx;
  69. }
  70. .tr {
  71. display: flex;
  72. width: 100%;
  73. justify-content: center;
  74. height: 3rem;
  75. align-items: center;
  76. border-bottom: 1rpx solid #ccc;
  77. }
  78. .td {
  79. width:20%;
  80. justify-content: center;
  81. text-align: center;
  82. font-size: 26rpx;
  83. }
  84. .tdColor{
  85. background-color: #e4f6ff;
  86. }
  87. /* .th:nth-child(2){
  88. width:25%;
  89. } */
  90. /* .td:nth-child(2){
  91. width:30%;
  92. }
  93. .td:nth-child(4){
  94. width:35%;
  95. } */
  96. .bg-w{
  97. /* background: snow; */
  98. box-shadow: 0px 2rpx 15rpx 0px rgba(233, 237, 244, 1);
  99. border-radius: 20rpx;
  100. height: 130rpx;
  101. }
  102. .bg-g{
  103. background: #E6F3F9;
  104. }
  105. .th {
  106. width: 20%;
  107. justify-content: center;
  108. display: flex;
  109. height: 3rem;
  110. align-items: center;
  111. font-size: 26rpx;
  112. }