碧桂园
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

144 lignes
2.6 KiB

  1. /**index.wxss**/
  2. .container{
  3. background: url('https://static.quhouse.com/26af356fe053431e8bd56f8ea07734a5.png') no-repeat;
  4. width: 750rpx;
  5. height: 1464rpx;
  6. background-size: 750rpx 1464rpx;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .cont {
  12. width: 650rpx;
  13. height: 998rpx;
  14. background: #FFFFFF;
  15. border-radius: 20rpx;
  16. margin-top: 120rpx;
  17. position: relative;
  18. display: flex;
  19. flex-direction: column;
  20. align-items: center;
  21. padding-top: 84rpx;
  22. }
  23. .sanjiao{
  24. position: absolute;
  25. bottom: -44rpx;
  26. left: 279rpx;
  27. width: 92rpx;
  28. height: 44rpx;
  29. }
  30. .title{
  31. width: 554rpx;
  32. height: 228rpx;
  33. margin-bottom: 24rpx;
  34. }
  35. .logo{
  36. width: 542rpx;
  37. height: 228rpx;
  38. margin-bottom: 60rpx;
  39. }
  40. .search{
  41. width: 536rpx;
  42. height: 58rpx;
  43. margin-bottom: 42rpx;
  44. }
  45. .agreement{
  46. display: flex;
  47. align-items: center;
  48. justify-content: flex-start;
  49. margin-bottom: 30rpx;
  50. }
  51. .checked{
  52. width: 28rpx;
  53. height: 28rpx;
  54. margin-right: 8rpx;
  55. }
  56. .nocheck{
  57. width: 24rpx;
  58. height: 24rpx;
  59. margin-right: 8rpx;
  60. border: 2rpx #CE592E solid;
  61. border-radius: 5rpx;
  62. }
  63. .text{
  64. height: 32rpx;
  65. font-size: 24rpx;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. color: #000000;
  69. line-height: 32rpx;
  70. }
  71. .text1{
  72. color: #CE592E;
  73. }
  74. .btn{
  75. width: 510rpx;
  76. height: 96rpx;
  77. background: #CE592E;
  78. border-radius: 48rpx;
  79. line-height: 96rpx;
  80. font-size: 32rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #FFFFFF;
  84. border: 2rpx solid #CE592E;
  85. text-align: center;
  86. }
  87. .btn1{
  88. color: #CE592E;
  89. background:#FFFFFF;
  90. border: 2rpx solid #CE592E;
  91. margin-top: 30rpx;
  92. }
  93. .bg{
  94. position: fixed;
  95. top: 0;
  96. left: 0;
  97. right: 0;
  98. bottom: 0;
  99. background-color: rgba(0,0,0,0.69);
  100. display: flex;
  101. flex-direction: column;
  102. justify-content: center;
  103. align-items: center;
  104. }
  105. .avatar-modal,.phope-modal{
  106. width: 650rpx;
  107. height: 392rpx;
  108. background: url('https://static.quhouse.com/8bf6c53566574d01ad6836a894511b95.png') no-repeat;
  109. background-size: 650rpx 392rpx;
  110. display: flex;
  111. justify-content: center;
  112. flex-direction: column;
  113. align-items: center;
  114. }
  115. .desc{
  116. width: 434rpx;
  117. height: 96rpx;
  118. font-size: 32rpx;
  119. text-align: center;
  120. font-family: PingFangSC-Medium, PingFang SC;
  121. font-weight: 500;
  122. color: #000000;
  123. line-height: 48rpx;
  124. margin-bottom: 60rpx;
  125. }
  126. .phone-btn{
  127. width: 510rpx !important;
  128. height: 96rpx !important;
  129. background: #CE592E;
  130. border-radius: 48rpx;
  131. line-height: 96rpx !important;
  132. color: #fff;
  133. font-size: 32rpx;
  134. padding: 0;
  135. font-family: PingFangSC-Regular, PingFang SC;
  136. font-weight: 400;
  137. }
  138. .bg .close{
  139. margin-top: 40rpx;
  140. width: 54rpx;
  141. height: 54rpx;
  142. }