my.acss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. page {
  2. background: #F6F7F8;
  3. width: 100%;
  4. height: 100%;
  5. margin: 0;
  6. }
  7. .my {
  8. width: 100%;
  9. height: 100%;
  10. overflow: hidden;
  11. margin: 0;
  12. }
  13. /* 头部 */
  14. .my-topbox .my-topbg {
  15. width: 100% !important;
  16. height: 330rpx !important;
  17. position: absolute;
  18. top: 0;
  19. z-index: -1;
  20. margin: 0;
  21. border-radius: 24rpx;
  22. }
  23. .my-topbox {
  24. /* height: 384rpx; */
  25. width: 750rpx;
  26. margin-bottom: 26.8rpx;
  27. padding-top: 32rpx;
  28. }
  29. .my-topbox image {
  30. width: 95rpx;
  31. height: 72rpx;
  32. display: block;
  33. }
  34. .my-topboxlist {
  35. width: 686rpx;
  36. height: 304rpx;
  37. background: #E6F0FA;
  38. box-shadow: 0rpx 8rpx 8rpx 0rpx #E0E0E1;
  39. border-radius: 24rpx;
  40. margin: 0 auto;
  41. margin-top: 7rpx;
  42. }
  43. /* 中间部分 */
  44. .count {
  45. width: 686rpx;
  46. height: 86rpx;
  47. background: #FFFFFF;
  48. border-radius: 43rpx;
  49. margin: 50rpx auto 0rpx;
  50. display: flex;
  51. align-items: center;
  52. }
  53. .countimg {
  54. width: 36rpx;
  55. height: 36rpx;
  56. margin-left: 24rpx;
  57. /* margin-top: 25.13rpx; */
  58. margin-right: 16rpx;
  59. }
  60. .ggbox {
  61. width: 60rpx;
  62. height: 34rpx;
  63. background: #FFF2ED;
  64. border-radius: 4rpx;
  65. /* margin-top: 27.13rpx; */
  66. margin-right: 10rpx;
  67. }
  68. .ggbox text {
  69. width: 40rpx;
  70. height: 28rpx;
  71. font-size: 20rpx;
  72. font-family: PingFangSC-Regular, PingFang SC;
  73. font-weight: 400;
  74. color: #EC5820;
  75. line-height: 34rpx;
  76. display: block;
  77. margin: 0 auto;
  78. }
  79. .borderbox {
  80. width: 0rpx;
  81. height: 24rpx;
  82. opacity: 0.32;
  83. border: 2rpx solid red;
  84. /* margin-top: 31.13rpx; */
  85. margin-right: 10rpx;
  86. }
  87. .testbox {
  88. width: 380rpx;
  89. height: 30rpx;
  90. /* margin-top: 25.13rpx; */
  91. font-size: 24rpx;
  92. font-family: PingFangSC-Regular, PingFang SC;
  93. font-weight: 400;
  94. color: #3A3C42;
  95. white-space:nowrap;
  96. overflow:hidden;
  97. text-overflow:ellipsis;
  98. }
  99. .ellipsis{
  100. white-space:nowrap;
  101. overflow:hidden;
  102. text-overflow:ellipsis;
  103. }
  104. .count-img {
  105. width: 28rpx;
  106. height: 28rpx;
  107. margin-left: 100rpx;
  108. }
  109. .stern {
  110. margin-top: 30rpx;
  111. display: flex;
  112. flex-wrap: wrap;
  113. }
  114. .stern view {
  115. position: relative;
  116. }
  117. .stern-img {
  118. width: 348rpx;
  119. height: 176rpx;
  120. background-image: url(/pages/image/bcbg.png);
  121. background-size: 100% 100%;
  122. margin-left: 28rpx;
  123. }
  124. /* .stern-img2 {
  125. width: 348rpx;
  126. height: 176rpx;
  127. background-image: url(/pages/image/djbg.png);
  128. background-size: 100% 100%;
  129. } */
  130. .stern-img3 {
  131. width: 348rpx;
  132. height: 176rpx;
  133. background-image: url(/pages/image/scbg.png);
  134. background-size: 100% 100%;
  135. /* margin-left: 28rpx;
  136. margin-top: 8rpx; */
  137. }
  138. .dbicon {
  139. width: 86rpx;
  140. height: 47.3rpx;
  141. position: fixed;
  142. bottom: 0;
  143. right: 0;
  144. margin: 0;
  145. }
  146. .fontsizebox {
  147. height: 44rpx;
  148. font-size: 32rpx;
  149. font-family: PingFangSC-Medium, PingFang SC;
  150. font-weight: 500;
  151. color: #20242A;
  152. line-height: 44rpx;
  153. text-shadow: 4rpx 4rpx 8rpx #E6F0FA;
  154. position: absolute;
  155. top: 60rpx;
  156. left: 170rpx;
  157. }
  158. /* 轮播 */
  159. .swiper-item{
  160. display: block;
  161. height: 150px;
  162. margin:10px;
  163. }
  164. .margin-t {
  165. margin-top: 24px;
  166. }
  167. /* .demo-swiper{
  168. height: 404rpx !important;
  169. } */
  170. .page-section{
  171. width: 95%;
  172. margin: 0 auto;
  173. }
  174. /* 指示点样式 */
  175. .demo-swiper /deep/ .dd-swiper-dot{
  176. height: 12rpx;
  177. width: 12rpx;
  178. background: rgba(255, 255, 255, .6)
  179. }
  180. /* 当前指示点样式 */
  181. .demo-swiper /deep/ .dd-swiper-dot-active{
  182. width: 36rpx;
  183. height: 12rpx;
  184. border-radius: 6rpx;
  185. background: rgba(255, 255, 255, .8)
  186. }