index.less 3.9 KB

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