碧桂园
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.

140 line
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. 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: 576rpx;
  32. height: 122rpx;
  33. margin-bottom: 66rpx;
  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: 596rpx;
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. background: #FFFFFF;
  94. border-radius: 20rpx;
  95. }
  96. .toppic{
  97. width: 650rpx;
  98. height: 210rpx;
  99. margin-bottom: 60rpx;
  100. }
  101. .desc{
  102. width: 560rpx;
  103. height: 52rpx;
  104. font-size: 32rpx;
  105. font-family: PingFangSC-Medium, PingFang SC;
  106. font-weight: 500;
  107. color: #000000;
  108. line-height: 52rpx;
  109. text-align: center;
  110. }
  111. .desc1{
  112. width: 560rpx;
  113. height: 52rpx;
  114. text-align: center;
  115. font-size: 32rpx;
  116. font-weight: normal;
  117. color: #666;
  118. line-height: 52rpx;
  119. }
  120. .avatarbtn{
  121. width: 284rpx;
  122. height: 98rpx;
  123. margin-top: 50rpx;
  124. }
  125. .phone-btn{
  126. width: 284rpx !important;
  127. height: 98rpx !important;
  128. background: url('https://static.quhouse.com/ce258ace701549af8a3a47c07881d3ed.png')no-repeat;
  129. background-size: 284rpx 98rpx;
  130. padding: 0;
  131. margin-top: 50rpx;
  132. }
  133. .bg .close{
  134. margin-top: 40rpx;
  135. width: 54rpx;
  136. height: 54rpx;
  137. }