碧桂园
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

77 рядки
1.6 KiB

  1. .container{
  2. background: url('https://static.quhouse.com/7f51a916a2fb4eb983f65295963bddd8.png') no-repeat ;
  3. width: 750rpx;
  4. height: 1624rpx;
  5. min-height: 100vh;
  6. background-size: cover;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .contbox{
  13. width: 564rpx;
  14. height: 434rpx;
  15. background: #CE592E;
  16. box-shadow: inset 0px 1rpx 3rpx 0px #FFFFFF;
  17. position: relative;
  18. box-sizing: content-box;
  19. border-radius: 100rpx 100rpx 72rpx 72rpx;
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .insetbox{
  25. width: 538rpx;
  26. height: 402rpx;
  27. background: #F8F8F8;
  28. box-shadow: 0px -1rpx 2rpx 0px #C85931, inset 0px 0px 16rpx 2rpx #CE592E;
  29. border-radius: 100rpx 100rpx 72rpx 72rpx;
  30. border: 1rpx solid #91320F;
  31. }
  32. .close{
  33. position: absolute;
  34. right: 0;
  35. top: -20rpx;
  36. width: 86rpx;
  37. height: 86rpx;
  38. }
  39. .topcont{
  40. display: flex;
  41. margin: 82rpx 0 40rpx 55rpx;
  42. }
  43. .topcont .avatar{
  44. width: 128rpx;
  45. height: 128rpx;
  46. margin-right: 24rpx;
  47. }
  48. .title{
  49. flex:1;
  50. height: 44rpx;
  51. font-size: 32rpx;
  52. font-family: PingFangSC-Semibold, PingFang SC;
  53. font-weight: 600;
  54. color: #CE592E;
  55. line-height: 44rpx;
  56. }
  57. .title .text{
  58. margin-top: 12rpx;
  59. width:298rpx;
  60. height: 74rpx;
  61. font-size: 26rpx;
  62. font-family: PingFangSC-Regular, PingFang SC;
  63. font-weight: 400;
  64. color: #CE592E;
  65. line-height: 37rpx;
  66. }
  67. .insetbox .btn{
  68. width: 284rpx;
  69. height: 98rpx;
  70. margin-left: 130rpx;
  71. background: url('https://static.quhouse.com/cbbbda43ce244fe39c235f59c2b1e8fa.png') no-repeat;
  72. background-size: 284rpx 98rpx;
  73. padding: 0;
  74. }