index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. page {
  2. background: #f7f7f7;
  3. padding-bottom:1rpx;
  4. }
  5. .imageContainer {
  6. width: 100%;
  7. height: 420rpx;
  8. }
  9. .item {
  10. height: 500rpx;
  11. }
  12. .itemImg {
  13. position: absolute;
  14. width: 100%;
  15. height: 350rpx;
  16. border-radius: 15rpx;
  17. z-index: 5;
  18. opacity: 0.7;
  19. top: 30rpx;
  20. padding-left: 10rpx;
  21. }
  22. .active {
  23. opacity: 1;
  24. z-index: 10;
  25. height: 400rpx;
  26. top: 10rpx;
  27. transition: all .15s ease-in 0s;
  28. }
  29. .box {
  30. width: 650rpx;
  31. /* height: 530rpx; */
  32. margin: 25rpx;
  33. box-shadow: 0 0 10rpx 10rpx #eceafa;
  34. padding: 25rpx;
  35. }
  36. .top {
  37. display: flex;
  38. }
  39. .text {
  40. /* border: 1px solid red; */
  41. width: 460rpx;
  42. }
  43. .title {
  44. color: #4d4d4d;
  45. font-size: 28rpx;
  46. margin-left: 30rpx;
  47. }
  48. .remark {
  49. color: #999999;
  50. font-size: 28rpx;
  51. margin-left: 30rpx;
  52. margin-top: 10rpx;
  53. }
  54. .btn {
  55. width: 150rpx;
  56. height: 50rpx;
  57. text-align: center;
  58. font-weight: bold;
  59. line-height: 50rpx;
  60. font-size: 28rpx;
  61. border-radius: 30rpx;
  62. margin-top: 10rpx;
  63. }
  64. .btn1 {
  65. border: 1px solid #1bb610;
  66. color: #1bb610;
  67. }
  68. .btn2 {
  69. border: 1px solid #216deb;
  70. color: #216deb;
  71. }
  72. .btn3 {
  73. border: 1px solid #f1252e;
  74. color: #f1252e;
  75. }
  76. .img2 {
  77. width: 100%;
  78. height: 300rpx;
  79. margin-top: 30rpx;
  80. }
  81. .p1 {
  82. display: flex;
  83. color: #999999;
  84. margin-top: 15rpx;
  85. font-size: 28rpx;
  86. }
  87. .tabbar {
  88. width: 750rpx;
  89. box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
  90. /* border: 1px solid #999; */
  91. height: 100rpx;
  92. position: fixed;
  93. bottom: 0;
  94. left: 0;
  95. display: flex;
  96. font-size: 28rpx;
  97. background: #fff;
  98. z-index: 999;
  99. }
  100. .tab1 {
  101. height: 100rpx;
  102. width: 250rpx;
  103. text-align: center;
  104. color: #999999;
  105. }
  106. #red {
  107. background: none;
  108. color: #999999;
  109. font-weight: normal;
  110. width: 250rpx;
  111. height: 100rpx;
  112. /* border: 1px solid red; */
  113. line-height: 125rpx;
  114. font-size: 28rpx;
  115. position: absolute;
  116. bottom: 0;
  117. left: 155rpx;
  118. }
  119. .xin{
  120. width: 600rpx;
  121. height: 900rpx;
  122. /* margin-left: 75rpx; */
  123. margin-top: 50rpx;
  124. /* position: absolute; */
  125. /* position: fixed; */
  126. /* top: 50rpx; */
  127. }