碧桂园
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

115 Zeilen
2.2 KiB

  1. /**index.wxss**/
  2. .container{
  3. background: url('https://static.quhouse.com/11cb7c5d4d4242e29636e96f9bb20fa1.png') no-repeat;
  4. width: 750rpx;
  5. height: 1464rpx;
  6. background-size: 750rpx 1464rpx;
  7. display: flex;
  8. flex-direction: column;
  9. position: relative;
  10. }
  11. .bg{
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. bottom: 0;
  17. background: rgba(0,0,0,0.7);
  18. display: flex;
  19. justify-content: center;
  20. flex-direction: column;
  21. align-items: center;
  22. }
  23. .cont{
  24. background: url('https://static.quhouse.com/6c0891742179421bbfc5496831740750.png') no-repeat;
  25. width: 670rpx;
  26. height: 1053rpx;
  27. background-size: 670rpx 1053rpx;
  28. }
  29. .close{
  30. width: 54rpx;
  31. height: 54rpx;
  32. margin-top: 40rpx;
  33. }
  34. .data{
  35. margin: 140rpx 30rpx 20rpx;
  36. width: 610rpx;
  37. height: 817rpx;
  38. background: #FFFFFF;
  39. border-radius: 16rpx;
  40. border: 4rpx solid #FFD36B;
  41. }
  42. .data .self{
  43. height: 110rpx;
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. padding: 0 24rpx;
  48. border-bottom: 1rpx solid #E0E0E0;
  49. }
  50. .data .sort{
  51. width: 42rpx;
  52. height: 64rpx;
  53. font-size: 36rpx;
  54. font-family: D-DINCondensed-Bold, D-DINCondensed;
  55. font-weight: bold;
  56. color: #42917C;
  57. line-height: 64rpx;
  58. margin-right: 30rpx;
  59. }
  60. .data .avatar{
  61. width: 64rpx;
  62. height: 64rpx;
  63. border: 1rpx solid #E0E0E0;
  64. margin-right: 12rpx;
  65. border-radius: 50%;
  66. }
  67. .data .nick{
  68. flex:1;
  69. height: 64rpx;
  70. font-size: 28rpx;
  71. font-family: PingFangSC-Regular, PingFang SC;
  72. font-weight: 400;
  73. color: #333333;
  74. line-height: 64rpx;
  75. overflow: hidden;
  76. white-space: nowrap;
  77. text-overflow: ellipsis;
  78. }
  79. .data .score{
  80. width: 110rpx;
  81. height: 64rpx;
  82. text-align: center;
  83. line-height: 64rpx;
  84. font-size: 28rpx;
  85. font-family: PingFangSC-Regular, PingFang SC;
  86. font-weight: 400;
  87. color: #E51B1B;
  88. margin-left: 10rpx;
  89. }
  90. .data .top10{
  91. height: 700rpx;
  92. overflow: auto;
  93. }
  94. .data .top10 .top-item{
  95. height: 100rpx;
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. padding: 0 24rpx;
  100. }
  101. .data .top10 .top-item .top123{
  102. width: 34rpx;
  103. height: 46rpx;
  104. margin-right: 42rpx;
  105. }
  106. .count{
  107. width: 100%;
  108. height: 42rpx;
  109. font-size: 30rpx;
  110. text-align: center;
  111. font-family: PingFangSC-Regular, PingFang SC;
  112. font-weight: 400;
  113. color: #FFFFFF;
  114. line-height: 42rpx;
  115. }