index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* nova-werun/pages/home/share/index.wxss */
  2. .all{
  3. width: 100vw;
  4. padding-top: 15rpx;
  5. padding-left: 40rpx;
  6. padding-right: 40rpx;
  7. .box{
  8. width: 100%;
  9. height: 1100rpx;
  10. border: solid #808080 1px;
  11. border-radius: 15rpx;
  12. .picture{
  13. width: 100%;
  14. height: 500rpx;
  15. }
  16. .namebox{
  17. height: 150rpx;
  18. display: flex;
  19. align-items: center;
  20. margin-left: 40rpx;
  21. margin-right: 40rpx;
  22. image{
  23. width: 85rpx;
  24. height: 85rpx;
  25. border-radius: 50%;
  26. }
  27. .textbox{
  28. margin-left: 20rpx;
  29. .name{
  30. font-size: 30rpx;
  31. }
  32. .time{
  33. font-size: 28rpx;
  34. margin-top: 4rpx;
  35. }
  36. }
  37. }
  38. .bigtext{
  39. margin-left: 40rpx;
  40. font-size: 55rpx;
  41. }
  42. .setence{
  43. margin-left: 40rpx;
  44. margin-top: 20rpx;
  45. font-size: 30rpx;
  46. }
  47. .numberbox{
  48. height: 120rpx;
  49. display: flex;
  50. margin-left: 40rpx;
  51. margin-top: 20rpx;
  52. .num-tex{
  53. height: 100rpx;
  54. margin-left: 50rpx;
  55. .nu-nam{
  56. font-size: 28rpx;
  57. }
  58. .num{
  59. font-size: 40rpx;
  60. display: flex;
  61. justify-content: center;
  62. margin-top: 10rpx;
  63. }
  64. }
  65. .num-tex:nth-child(1){
  66. margin-left: 0;
  67. }
  68. }
  69. .erweimabox{
  70. width: 100%;
  71. height: 120rpx;
  72. display: flex;
  73. align-items: flex-end;
  74. justify-content: flex-end;
  75. .er-texbox{
  76. height: 100%;
  77. display: flex;
  78. flex-direction: column;
  79. align-items: center;
  80. justify-content: center;
  81. font-size: 28rpx;
  82. .we-tex2{
  83. margin-top: 10rpx;
  84. }
  85. }
  86. .erweima{
  87. width: 120rpx;
  88. height: 120rpx;
  89. background-color: red;
  90. margin-left: 20rpx;
  91. margin-right:20rpx ;
  92. display: flex;
  93. }
  94. }
  95. }
  96. .sharebox{
  97. width: 100%;
  98. height: 250rpx;
  99. padding-top: 15rpx;
  100. .share-text{
  101. width: 100%;
  102. font-size: 30rpx;
  103. font-weight: 600;
  104. display: flex;
  105. justify-content: center;
  106. }
  107. .share-picbox{
  108. width: 100%;
  109. height: 178rpx;
  110. margin-top: 16rpx;
  111. display: flex;
  112. justify-content: space-between;
  113. .share-pic{
  114. width: 130rpx;
  115. height: 178rpx;
  116. .share-pic-box{
  117. width: 130rpx;
  118. height: 130rpx;
  119. border-radius: 50%;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. background-color: #808080;
  124. .image{
  125. width: 90rpx;
  126. height: 90rpx;
  127. }
  128. }
  129. .pic-tex{
  130. width: 130rpx;
  131. font-size: 30rpx;
  132. display: flex;
  133. justify-content: center;
  134. margin-top: 10rpx;
  135. }
  136. }
  137. }
  138. }
  139. }