wait-for-do-details.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. Page {
  2. background-color: white;
  3. }
  4. .bg-scroll-view {
  5. background-color: white;
  6. }
  7. /* header */
  8. .header {
  9. width: 100%;
  10. height: 200rpx;
  11. background-color: #738DA7;
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. .header text {
  16. font-family: PingFangSC-Semibold;
  17. color: white;
  18. margin-left: 50rpx;
  19. margin-right: 50rpx;
  20. }
  21. .header>text:first-child {
  22. font-size: 38rpx;
  23. line-height: 52rpx;
  24. margin-top: 46rpx;
  25. margin-bottom: 10rpx;
  26. }
  27. .header>text:last-child {
  28. font-size: 30rpx;
  29. line-height: 60rpx;
  30. }
  31. /* item */
  32. .item, .item-current {
  33. width: 100%;
  34. display: flex;
  35. }
  36. /* .item {
  37. height: 140rpx;
  38. }
  39. .item-current {
  40. height: 152rpx;
  41. } */
  42. .item>view:first-child, .item-current>view:first-child {
  43. width: 132rpx;
  44. overflow: hidden;
  45. /* display: flex;
  46. flex-direction: column; */
  47. }
  48. .image-current {
  49. width: 40rpx;
  50. height: 44rpx;
  51. margin-left: 52rpx;
  52. display: block;
  53. }
  54. .image {
  55. width: 16rpx;
  56. height: 44rpx;
  57. margin-left: 64rpx;
  58. display: block;
  59. }
  60. .image-start {
  61. width: 24rpx;
  62. height: 44rpx;
  63. margin-left: 60rpx;
  64. display: block;
  65. }
  66. image+view {
  67. width: 4rpx;
  68. height: 200%;
  69. background-color: #3296FB;
  70. margin-left: 70rpx;
  71. margin-top: 6rpx;
  72. }
  73. .item>view:last-child, .item-current>view:last-child {
  74. display: flex;
  75. flex-direction: column;
  76. }
  77. .item>view:last-child>view, .item-current>view:last-child>view {
  78. width: 588rpx;
  79. display: flex;
  80. margin-bottom: 12rpx;
  81. }
  82. .item>view:last-child>view>text, .item-current>view:last-child>view>text {
  83. /* width: 588rpx; */
  84. font-size: 32rpx;
  85. line-height: 44rpx;
  86. word-break:break-all;
  87. }
  88. .item>view:last-child>view>view, .item-current>view:last-child>view>view {
  89. font-size: 32rpx;
  90. line-height: 44rpx;
  91. color: #3296FB;
  92. margin-left: 40rpx;
  93. }
  94. .item>view:last-child>view>text:nth-child(1) {
  95. color: #808080;
  96. }
  97. .item>view:last-child>text, .item-current>view:last-child>text {
  98. font-size: 26rpx;
  99. color: #999999;
  100. margin-bottom: 66rpx;
  101. }
  102. /* wfdd-bottom-view */
  103. .wfdd-bottom-view {
  104. position: fixed;
  105. width: 100%;
  106. bottom: 0;
  107. background-color: white;
  108. display: flex;
  109. flex-direction: column;
  110. }
  111. .wfdd-bottom-view>text {
  112. font-size: 28rpx;
  113. color: #666666;
  114. margin: 38rpx 30rpx 42rpx;
  115. }
  116. .wfdd-bottom-view>view:nth-last-child(2) {
  117. width: 100%;
  118. height: 112rpx;
  119. display: flex;
  120. }
  121. .wfdd-bottom-view>view:nth-last-child(2)>view {
  122. width: 690rpx;
  123. height: 90rpx;
  124. margin: auto auto;
  125. font-size: 32rpx;
  126. color: white;
  127. font-weight: bold;
  128. text-align: center;
  129. line-height: 90rpx;
  130. background-color: #3296FB;
  131. border-radius: 45rpx;
  132. }
  133. .wfdd-bottom-view>view:first-child {
  134. width: 100%;
  135. height: 0.7px;
  136. background-color: white;
  137. }