mine.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. page{
  2. background-color: #F7F7F7;
  3. }
  4. .head-view{
  5. width: 750rpx;
  6. height: 448rpx;
  7. position: relative;
  8. display: flex;
  9. flex-direction: column;
  10. z-index: 0;
  11. }
  12. .head-view>image:nth-child(1){
  13. width: 750rpx;
  14. height: 448rpx;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. z-index: 1;
  19. }
  20. .head-view>image:nth-child(2){
  21. width: 116rpx;
  22. height: 116rpx;
  23. border: 6rpx solid #fff;
  24. border-radius: 50%;
  25. margin: 120rpx auto 16rpx;
  26. z-index: 2;
  27. }
  28. .head-view>text:nth-child(3){
  29. width: auto;
  30. height: 56rpx;
  31. font-size: 40rpx;
  32. font-family: PingFangSC-Medium, PingFang SC;
  33. font-weight: 500;
  34. color: #FFFFFF;
  35. line-height: 56rpx;
  36. z-index: 2;
  37. margin: 0 auto;
  38. }
  39. .beer-hz{
  40. width: 702rpx;
  41. height: 176rpx;
  42. background: #FFFFFF;
  43. border-radius: 4px;
  44. display: flex;
  45. flex-direction: row;
  46. margin: -66rpx 24rpx 24rpx;
  47. position: relative;
  48. z-index: 3;
  49. }
  50. .beer-hz>view:nth-child(2){
  51. width: 2rpx;
  52. height: 44rpx;
  53. margin: auto 0;
  54. background-color: rgba(0,0,0,0.16);
  55. }
  56. .hz-view{
  57. width: 350rpx;
  58. height: 176rpx;
  59. display: flex;
  60. flex-direction: row;
  61. }
  62. .hz-view>image:nth-child(1){
  63. width: 64rpx;
  64. height: 64rpx;
  65. margin: 56rpx 16rpx 56rpx 76rpx;
  66. }
  67. .hz-view>text:nth-child(2){
  68. width: auto;
  69. height: 44rpx;
  70. font-size: 30rpx;
  71. font-family: PingFangSC-Regular, PingFang SC;
  72. font-weight: 400;
  73. color: rgba(0,0,0,0.87);
  74. line-height: 44rpx;
  75. margin: auto 0;
  76. }
  77. .item-box{
  78. width: 702rpx;
  79. height: 224rpx;
  80. background: #FFFFFF;
  81. border-radius: 4px;
  82. display: flex;
  83. flex-direction: column;
  84. margin: 0 24rpx 24rpx;
  85. }
  86. .item-view{
  87. width: 702rpx;
  88. height: 112rpx;
  89. display: flex;
  90. flex-direction: row;
  91. align-items: center;
  92. }
  93. .item-view>image:nth-child(1){
  94. width: 48rpx;
  95. height: 48rpx;
  96. margin: auto 24rpx auto 32rpx;
  97. }
  98. .item-view>view:nth-child(2){
  99. width: 534rpx;
  100. height: 44rpx;
  101. font-size: 34rpx;
  102. font-family: PingFangSC-Regular, PingFang SC;
  103. font-weight: 400;
  104. color: rgba(0,0,0,0.87);
  105. line-height: 44rpx;
  106. margin: auto auto auto 0;
  107. display: flex;
  108. flex-direction: row;
  109. align-items: center;
  110. }
  111. .item-view>image:nth-child(3){
  112. width: 48rpx;
  113. height: 48rpx;
  114. margin: auto 16rpx auto 0;
  115. }
  116. .redDot{
  117. width: 12rpx;
  118. height: 12rpx;
  119. background: #FF5700;
  120. border-radius: 50%;
  121. margin-left: auto;
  122. margin-right: 8rpx;
  123. }
  124. .msgDot{
  125. width: auto;
  126. height: 44rpx;
  127. font-size: 30rpx;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. font-weight: 400;
  130. color: rgba(0,0,0,0.4);
  131. line-height: 44rpx;
  132. }