daily_rent.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. page{
  2. padding-bottom: 88rpx;
  3. position: relative;
  4. }
  5. .text1{
  6. position: absolute;
  7. bottom: 648rpx;
  8. left: 225rpx;
  9. font-size:24rpx;
  10. font-family:PingFang SC;
  11. font-weight:400;
  12. color:rgba(152,152,152,1);
  13. }
  14. .text2{
  15. position: absolute;
  16. bottom: 560rpx;
  17. left: 225rpx;
  18. font-size:24rpx;
  19. font-family:PingFang SC;
  20. font-weight:400;
  21. color:rgba(152,152,152,1);
  22. }
  23. .text3{
  24. position: absolute;
  25. bottom: 480rpx;
  26. left: 225rpx;
  27. font-size:24rpx;
  28. font-family:PingFang SC;
  29. font-weight:400;
  30. color:rgba(152,152,152,1);
  31. }
  32. .btn{
  33. width: 100%;
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. height: 88rpx;
  38. background: #10D6BB;
  39. font-size:36rpx;
  40. font-family:PingFang SC;
  41. font-weight:500;
  42. color:rgba(255,255,255,1);
  43. position: fixed;
  44. bottom: 0rpx;
  45. left: 0rpx;
  46. }
  47. .back{
  48. width: 100%;
  49. height: 100%;
  50. position: fixed;
  51. top: 0rpx;
  52. left: 0rpx;
  53. right: 0rpx;
  54. bottom: 0rpx;
  55. z-index: 9999;
  56. background: #666666;
  57. opacity: 0.5;
  58. }
  59. .model{
  60. display: flex;
  61. justify-content: center;
  62. width: 100%;
  63. position: fixed;
  64. z-index: 9999;
  65. top: 8%;
  66. left: 0%;
  67. }
  68. .over{
  69. position: fixed;
  70. bottom: 10%;
  71. z-index: 99999;
  72. }
  73. .content{
  74. width: 582rpx;
  75. height: 624rpx;
  76. background: white;
  77. z-index: 99999;
  78. margin-top: 240rpx;
  79. position: relative;
  80. }
  81. .content .view1{
  82. display: flex;
  83. align-items: center;
  84. width: 100%;
  85. justify-content: space-around;
  86. }
  87. .content .view2{
  88. display: flex;
  89. align-items: center;
  90. padding-left: 73rpx;
  91. padding-top: 14rpx;
  92. }
  93. .content .view2 view:nth-of-type(1){
  94. width:10rpx;
  95. height:10rpx;
  96. background:rgba(24,213,185,1);
  97. opacity:0.85;
  98. border-radius:50%;
  99. }
  100. .content .view2 view:nth-of-type(2){
  101. font-size:30rpx;
  102. font-family:PingFang SC;
  103. font-weight:500;
  104. color:rgba(24,213,185,1);
  105. padding-left: 10rpx;
  106. }
  107. .content .text{
  108. font-size:24rpx;
  109. font-family:PingFang SC;
  110. font-weight:400;
  111. color:rgba(152,152,152,1);
  112. padding-left: 93rpx;
  113. padding-top: 10rpx;
  114. }
  115. .content .view1 view{
  116. width: 218rpx;
  117. height: 228rpx;
  118. /* background: #EFEFEF; */
  119. display: flex;
  120. align-items: center;
  121. justify-content: center;
  122. margin-top: -15rpx;
  123. }
  124. .content .bottom{
  125. width: 100%;
  126. display: flex;
  127. position: absolute;
  128. bottom: 0rpx;
  129. left: 0rpx;
  130. height: 88rpx;
  131. justify-content: space-between;
  132. align-items: flex-end;
  133. }
  134. .content .bottom view:nth-of-type(1){
  135. width: 260rpx;
  136. height: 97%;
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. color: #10D6BB;
  141. box-shadow:0px 0px 3rpx 0px rgba(92,178,160,1);
  142. }
  143. .content .bottom view:nth-of-type(2){
  144. width: 322rpx;
  145. height: 100%;
  146. display: flex;
  147. align-items: center;
  148. justify-content: center;
  149. background: #10D6BB;
  150. color: white;
  151. }