碧桂园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

59 satır
1.0 KiB

  1. /**index.wxss**/
  2. .container{
  3. background: url('https://static.quhouse.com/05115280a98346c89fa49890f1fcfcbc.png') no-repeat;
  4. width: 750rpx;
  5. height: 1624rpx;
  6. background-size: 750rpx 1624rpx;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. }
  11. .img{
  12. width: 680rpx;
  13. height: 1302rpx;
  14. margin-top: 104rpx;
  15. }
  16. .control{
  17. width: 680rpx;
  18. margin-top: 0rpx;
  19. position: relative;
  20. }
  21. .btn{
  22. width: 320rpx;
  23. height: 100rpx;
  24. border: 2rpx solid #000000;
  25. line-height: 100rpx;
  26. font-size: 44rpx;
  27. font-family: PingFangSC-Semibold, PingFang SC;
  28. font-weight: 600;
  29. position: absolute;
  30. text-align: center;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .btn1{
  36. color: #000000;
  37. background: #FFC700;
  38. top: 0;
  39. left: 0;
  40. }
  41. .btn2{
  42. background: #2845E0;
  43. color: #FFFFFF;
  44. right: 0;
  45. top: 12rpx;
  46. }
  47. .btn .row{
  48. width: 44rpx;
  49. height: 44rpx;
  50. display: inline-block;
  51. margin-left: 18rpx;
  52. }
  53. .white{
  54. width: 40rpx;
  55. height: 116rpx;
  56. position: absolute;
  57. top: 1rpx;
  58. left: 322rpx;
  59. }