碧桂园
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

141 řádky
2.4 KiB

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