index.css 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* pages/integralshop/integralshop.wxss */
  2. .banner{position:absolute;
  3. /* #ifndef H5 */
  4. z-index: -1;
  5. /* #endif */
  6. height: 280rpx;width: 100%;}
  7. .banner image{width: 100%;height:280rpx}
  8. .banner::after{content: '';display: block;width: 110%;background: linear-gradient(#FD3A31,#FE934C);height: 280rpx;position: absolute;top: 0;left: -5%;border-radius: 0 0 10% 10%;}
  9. .top{padding: 50rpx 0 0 40rpx;}
  10. .top .my{font-size: 28rpx; color: #FFFFFF;align-items: center;}
  11. .top .my image{width: 29rpx;height: 27rpx;margin-right: 9rpx;}
  12. .top .integral{align-items: center;justify-content: space-between;}
  13. .top .integral .txt{font-size: 60rpx;color: #FFFFFF;}
  14. .top .integral .rule{font-size: 30rpx;
  15. color: #FC9816;
  16. background: linear-gradient(90deg, #FFF6E9 0%, #FCEEDB 60%, #FFDFB5 100%);
  17. height: 64rpx;
  18. border-radius: 32rpx 0 0 32rpx;
  19. padding: 0 30rpx 0 27rpx;
  20. align-items: center;
  21. justify-content: center;}
  22. .top .integral .rule image{ width: 34rpx;height: 32rpx;margin-right: 11rpx;}
  23. .nav{margin: 50rpx 40rpx;border-radius: 12rpx;background: #fff;position: relative;z-index: 3;}
  24. .nav .item{padding: 31rpx 0;justify-content: space-between;}
  25. .nav .item view{color: #333333;align-items: center;
  26. flex: 0.5;
  27. justify-content: center;
  28. font-size: 26rpx;}
  29. .grule {
  30. border-right: 1rpx solid rgba(232,232,232,.6);
  31. }
  32. /* .nav .item image{ width: 98rpx;height: 98rpx;} */
  33. /* 筛选 */
  34. .cont{background: #fff; margin-top: 35rpx;}
  35. .filter{padding: 0 20rpx; border-bottom:2rpx solid rgba(232,232,232,.5) ;}
  36. .filter1{position: relative;z-index: 100;}
  37. .filter .li{width: 33.33%;display: flex;display: -webkit-flex;align-items: center;justify-content: center;padding: 25rpx 0;font-size: 30rpx;color: #333;}
  38. .filter .li.active{color: #FE0419}
  39. .updown{width: 14rpx;height: 8rpx;margin-left: 9rpx;}
  40. .cont .pop .item{position: absolute;z-index: 100;background: #fff;width: 100%; border-radius: 0 0 30rpx 30rpx;}
  41. .cont .pop .item view{padding: 30rpx; justify-content: space-between; align-items: center; font-size: 28rpx;}
  42. .cont .pop .item image{width: 30rpx;height: 20rpx;}
  43. .cont .brbtm{border-bottom: 2rpx solid rgba(232,232,232,.5);}
  44. .cont .pop .active{color: #FE0419;}
  45. /* 产品展示 */
  46. .pintuan{ position: relative;}
  47. .pintuan .li{margin-top: 24rpx;padding-bottom: 35rpx;margin-bottom: 20rpx;border-bottom: 1rpx solid rgba(232,232,232,.5);}
  48. .pintuan .li:last-child{border-bottom: none;}
  49. .pinimgs{box-sizing: border-box;width: 210rpx;height: 210rpx;border-radius: 10rpx;margin-right: 20rpx;border: 2rpx solid #E5E5E5;position: relative;}
  50. .pinimg{display: block;width: 100%;height: 100%;border-radius: 10rpx;}
  51. .tuan{display: block;width: 87rpx;height: 44rpx;font-size: 22rpx;color: #fff;text-align: center;line-height: 34rpx;position: absolute;top: 21rpx;left: -10rpx;}
  52. .tuan image{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
  53. .tuan text{position: relative;z-index: 2;display: block;}
  54. .pininfo{overflow:hidden }
  55. .pininfo .proname{font-size: 28rpx;color: #333;overflow: hidden;
  56. text-overflow: ellipsis;
  57. display: -webkit-box;
  58. -webkit-box-orient: vertical;
  59. -webkit-line-clamp: 2;}
  60. .pininfo .operate{margin-bottom: 57rpx;}
  61. .pininfo .operate .introduce{color: #999999;font-size: 24rpx;}
  62. .pininfo .price{align-items: center;justify-content: space-between;line-height: 50rpx;}
  63. .pininfo .price .prc{font-size: 24rpx;color: #FE0419;margin-left: 8rpx;}
  64. .pininfo .price .num{font-size: 36rpx;color: #FE0419;}
  65. .pininfo .price .money{font-size: 24rpx;color: #FE0419;margin-left: 4rpx;}
  66. .pininfo .price .btn{width: 130rpx;height: 50rpx;border-radius: 25rpx;background: linear-gradient(90deg, #FF6070 0%, #FE0419 100%);text-align: center;line-height: 50rpx;font-size: 24rpx; color: #fff;}
  67. /* .pininfo .price .baglig{background: linear-gradient(to left,#FE0419,#FF6070);color: #fff;} */
  68. .pininfo .price .file{background: #D1D1D1; color: #999999;}
  69. .more{
  70. width: 31rpx;
  71. height: 31rpx;
  72. margin-right: 13rpx;
  73. }
  74. .detailed{
  75. width: 28rpx;
  76. height: 28rpx;
  77. margin-right: 12rpx;
  78. }