index.less 3.9 KB

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