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

93 lines
1.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. }