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

76 lines
1.5 KiB

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