No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

75 líneas
1.0KB

  1. /**index.wxss**/
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .swiper1{
  10. width: 750rpx;
  11. height: 260rpx;
  12. }
  13. .swiper2{
  14. width: 750rpx;
  15. height: 370rpx;
  16. }
  17. .swiper2-item{
  18. width: 218rpx;
  19. height: 360rpx;
  20. text-align: center;
  21. }
  22. .banner_title{
  23. margin-top: 24rpx;
  24. }
  25. .swiperImg2{
  26. width: 218rpx;
  27. height: 290rpx;
  28. }
  29. .item2{
  30. height: 370rpx;
  31. }
  32. .swiperImg{
  33. width: 750rpx;
  34. height: 260rpx;
  35. }
  36. .fiery{
  37. margin:59rpx 0;
  38. width: 100%;
  39. }
  40. .fiery-top{
  41. display: flex;
  42. justify-content: flex-start;
  43. align-items: center;
  44. margin-bottom: 24rpx;
  45. padding: 0 24rpx;
  46. }
  47. .fiery-top text{
  48. font-size:30rpx;
  49. font-family:Source Han Sans CN;
  50. font-weight:500;
  51. color:rgba(51,51,51,1);
  52. margin-right: 19rpx;
  53. }
  54. .fiery-top image{
  55. width: 11rpx;
  56. height: 21rpx;
  57. }
  58. .fiery-content{
  59. display: flex;
  60. justify-content: space-between;
  61. align-items: center;
  62. }
  63. .bigPic image:nth-child(1){
  64. width: 100%;
  65. height: 350rpx;
  66. vertical-align: bottom;
  67. }
  68. .bigPic image:nth-child(2){
  69. width: 686rpx;
  70. height: 169rpx;
  71. margin: 51rpx 32rpx;
  72. }