zhenggaijindu.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /* pages/zhenggaijindu/zhenggaijindu.wxss */
  2. .container{
  3. margin: 30rpx;
  4. }
  5. .zgjd_x{
  6. border-left: 2rpx solid rgb(241, 241, 241);
  7. padding-left: 40rpx;
  8. margin-top: 40rpx;
  9. }
  10. .zgjd_vi{
  11. position: relative;
  12. display: flex;
  13. flex-direction: column;
  14. height: auto;
  15. padding-bottom: 30rpx;
  16. }
  17. .zgjd_vi i{
  18. display: flex;
  19. width: 40rpx;
  20. height: 40rpx;
  21. border-radius: 50%;
  22. position: absolute;
  23. top:0px;
  24. left: -62rpx;
  25. }
  26. .zgjd_vi i::before{
  27. display: flex;
  28. width: 28rpx;
  29. height: 28rpx;
  30. border-radius: 50%;
  31. position: absolute;
  32. content: " ";
  33. display: block;
  34. top: 8.31rpx;
  35. left: 8.31rpx;
  36. }
  37. .zgjd_vi i.no{
  38. background: rgb(240, 86, 25);
  39. }
  40. .zgjd_vi i.no::before{
  41. background: rgb(255, 255, 255);
  42. }
  43. .zgjd_vi i.yes{
  44. background: rgba(238, 76, 12, 0.521);
  45. }
  46. .zgjd_vi i.yes::before{
  47. background: rgb(240, 86, 25);
  48. }
  49. .text_tit{
  50. font-size: 40rpx;
  51. line-height: 40rpx;
  52. padding-bottom: 20rpx;
  53. display: flex;
  54. color: #333;
  55. }
  56. .text_span{
  57. font-size: 34rpx;
  58. color: #555;
  59. height: 50rpx;
  60. line-height: 50rpx;
  61. }
  62. .text_span span{
  63. margin-right: 30rpx;
  64. }
  65. .text_zt{
  66. font-size: 30rpx;
  67. display: flex;
  68. flex-direction: row;
  69. padding: 10rpx 0rpx;
  70. align-items: center;
  71. }
  72. .text_zt .iconfont{
  73. font-size: 30rpx;
  74. margin-right: 15rpx;
  75. }
  76. .text_txt{
  77. font-size: 30rpx;
  78. color: #555;
  79. }
  80. .dzg{
  81. color: rgb(175, 6, 6);
  82. }
  83. .zgz{
  84. color: rgb(247, 126, 13);
  85. }
  86. .text_img{
  87. display: flex;
  88. flex-direction: row;
  89. margin: 30rpx 0rpx;
  90. }
  91. .text_img image{
  92. width: 200rpx;
  93. height: 150rpx;
  94. display: flex;
  95. background: #ccc;
  96. margin-right: 30rpx;
  97. }
  98. .btm_btn{
  99. display: flex;
  100. flex-direction: row;
  101. position: fixed;
  102. width: 80%;
  103. background-color: rgb(255, 255, 255);
  104. bottom: 0px;
  105. padding: 40rpx 10%;
  106. left: 0;
  107. border-top: 1px solid rgb(233, 233, 233);
  108. box-shadow: 0px 0px 10px #ccc;
  109. justify-content:space-between ;
  110. }
  111. .time_qx{
  112. display: flex;
  113. flex-direction: row;
  114. align-items: center;
  115. }
  116. .section__title{
  117. padding-right: 4rpx;
  118. }
  119. .ttbtn{
  120. display: flex;
  121. flex-direction: row;
  122. border: 1px solid rgb(230, 230, 230);
  123. padding: 16rpx 30rpx;
  124. border-radius: 100rpx;
  125. background: rgb(230, 230, 230);
  126. color: #444;
  127. }
  128. .succ_btn{
  129. width: auto!important;
  130. padding: 10rpx 26px!important;
  131. font-size: 30rpx!important;
  132. font-weight: normal!important;
  133. margin: 0!important;
  134. }
  135. picker text{
  136. font-weight: 500;
  137. color: rgb(235, 98, 19)!important;
  138. }