index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* .container {
  2. flex: 1;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. padding: 0;
  6. align-items: initial;
  7. justify-content: first baseline;
  8. }
  9. .container-fill {
  10. height: 100%;
  11. overflow: hidden;
  12. }
  13. .scroll-fullpage {
  14. height: 100%;
  15. }
  16. .section {
  17. height: 100%;
  18. }
  19. .active .cont {
  20. -webkit-animation-duration: 1.8s;
  21. animation-duration: 1.8s;
  22. -webkit-animation-fill-mode: both;
  23. animation-fill-mode: both;
  24. -webkit-animation-name: fadeInUp;
  25. animation-name: fadeInUp;
  26. }
  27. .cont {
  28. width: 100%;
  29. height: 100%;
  30. margin: 0 auto;
  31. position: relative;
  32. }
  33. .cont .cont-body {
  34. width: 75%;
  35. position: absolute;
  36. left: 50%;
  37. top: 50%;
  38. transform: translate(-50%, -50%);
  39. }
  40. .tabbar {
  41. width: 750rpx;
  42. box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  43. height: 100rpx;
  44. position: fixed;
  45. bottom: 0;
  46. left: 0;
  47. display: flex;
  48. font-size: 28rpx;
  49. }
  50. .tab1 {
  51. height: 100rpx;
  52. width: 250rpx;
  53. text-align: center;
  54. color: #999999;
  55. }
  56. #red {
  57. background: none;
  58. color: #999999;
  59. font-weight: normal;
  60. width: 250rpx;
  61. height: 100rpx;
  62. line-height: 125rpx;
  63. font-size: 28rpx;
  64. position: absolute;
  65. bottom: 0;
  66. } */
  67. page {
  68. background: #f7f7f7f7;
  69. }
  70. .imageContainer {
  71. width: 100%;
  72. height: 420rpx;
  73. }
  74. .item {
  75. height: 500rpx;
  76. }
  77. .itemImg {
  78. position: absolute;
  79. width: 100%;
  80. height: 350rpx;
  81. border-radius: 15rpx;
  82. z-index: 5;
  83. opacity: 0.7;
  84. top: 30rpx;
  85. padding-left: 10rpx;
  86. }
  87. .active {
  88. opacity: 1;
  89. z-index: 10;
  90. height: 400rpx;
  91. top:10rpx;
  92. transition: all .15s ease-in 0s;
  93. }
  94. .box{
  95. width: 650rpx;
  96. height: 530rpx;
  97. margin: 25rpx;
  98. box-shadow:0 0 10rpx 10rpx #eceafa;
  99. padding:25rpx
  100. }
  101. .top{
  102. display: flex;
  103. }
  104. .text{
  105. /* border: 1px solid red; */
  106. width: 460rpx;
  107. }
  108. .title{
  109. color: #999999;
  110. font-size: 28rpx;
  111. margin-left: 30rpx;
  112. }
  113. .remark{
  114. color: #4d4d4d;
  115. font-size: 28rpx;
  116. margin-left: 30rpx;
  117. margin-top: 10rpx;
  118. }
  119. .btn{
  120. width:150rpx;
  121. height:50rpx;
  122. text-align: center;
  123. font-weight: bold;
  124. line-height: 50rpx;
  125. font-size: 28rpx;
  126. border-radius: 30rpx;
  127. margin-top: 10rpx;
  128. }
  129. .btn1{
  130. border: 1px solid #1bb610;
  131. color: #1bb610;
  132. }
  133. .btn2{
  134. border: 1px solid #216deb;
  135. color: #216deb;
  136. }
  137. .btn3{
  138. border: 1px solid #f1252e;
  139. color: #f1252e;
  140. }
  141. .img2{
  142. width: 100%;
  143. height: 300rpx;
  144. margin-top: 30rpx;
  145. }
  146. .p1{
  147. display: flex;
  148. color: #999999;
  149. margin-top: 15rpx;
  150. font-size: 28rpx;
  151. }