碧桂园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
2.3 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. .text{
  46. height: 32rpx;
  47. font-size: 24rpx;
  48. font-family: PingFangSC-Regular, PingFang SC;
  49. font-weight: 400;
  50. color: #000000;
  51. line-height: 32rpx;
  52. }
  53. .text1{
  54. color: #CE592E;
  55. }
  56. .btn{
  57. width: 510rpx;
  58. height: 96rpx;
  59. background: #CE592E;
  60. border-radius: 48rpx;
  61. line-height: 96rpx;
  62. font-size: 32rpx;
  63. font-family: PingFangSC-Regular, PingFang SC;
  64. font-weight: 400;
  65. color: #FFFFFF;
  66. border: 2rpx solid #CE592E;
  67. text-align: center;
  68. }
  69. .btn1{
  70. color: #CE592E;
  71. background:#FFFFFF;
  72. border: 2rpx solid #CE592E;
  73. margin-top: 30rpx;
  74. }
  75. .bg{
  76. position: fixed;
  77. top: 0;
  78. left: 0;
  79. right: 0;
  80. bottom: 0;
  81. background-color: rgba(0,0,0,0.69);
  82. display: flex;
  83. flex-direction: column;
  84. justify-content: center;
  85. align-items: center;
  86. }
  87. .avatar-modal,.phope-modal{
  88. width: 650rpx;
  89. height: 392rpx;
  90. background: url('https://static.quhouse.com/8bf6c53566574d01ad6836a894511b95.png') no-repeat;
  91. background-size: 650rpx 392rpx;
  92. display: flex;
  93. justify-content: center;
  94. flex-direction: column;
  95. align-items: center;
  96. }
  97. .desc{
  98. width: 434rpx;
  99. height: 96rpx;
  100. font-size: 32rpx;
  101. text-align: center;
  102. font-family: PingFangSC-Medium, PingFang SC;
  103. font-weight: 500;
  104. color: #000000;
  105. line-height: 48rpx;
  106. margin-bottom: 60rpx;
  107. }
  108. .phone-btn{
  109. width: 510rpx !important;
  110. height: 96rpx !important;
  111. background: #CE592E;
  112. border-radius: 48rpx;
  113. line-height: 96rpx !important;
  114. color: #fff;
  115. font-size: 32rpx;
  116. padding: 0;
  117. font-family: PingFangSC-Regular, PingFang SC;
  118. font-weight: 400;
  119. }
  120. .bg .close{
  121. margin-top: 40rpx;
  122. width: 54rpx;
  123. height: 54rpx;
  124. }