policyInfo.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* #ifndef H5 */
  2. page {
  3. height: 100%;
  4. // background-color: #f2f2f2;
  5. }
  6. /* #endif */
  7. .policyInfo{
  8. &-banner{
  9. }
  10. &-title{
  11. width: 100%;
  12. height: 82rpx;
  13. text-align: center;
  14. background: #FFF0DF;
  15. view:first-child{
  16. padding-top: 20rpx;
  17. font-size: 28rpx;
  18. font-family: PingFangSC-Regular, PingFang SC;
  19. font-weight: 400;
  20. color: #EB5F29;
  21. line-height: 40rpx;
  22. letter-spacing: 1px;
  23. }
  24. }
  25. &-wrap{
  26. background-color: #f2f2f2;
  27. display: flex;
  28. flex-direction: column;
  29. height: 50vh;
  30. width: 100%;
  31. .swiper-box{
  32. flex: 1;
  33. .swiper-item{
  34. height: 100%;
  35. .page-box{
  36. padding: 20rpx 30rpx;
  37. .policyInfo-container{
  38. padding: 0 32rpx;
  39. margin-bottom: 20rpx;
  40. background-color: #FFFFFF;
  41. border-radius: 10rpx;
  42. .item{
  43. display: flex;
  44. flex-wrap: wrap;
  45. justify-content: space-between;
  46. .title{
  47. padding: 55rpx 0;
  48. font-size: 30rpx;
  49. font-family: PingFangSC-Regular, PingFang SC;
  50. font-weight: 400;
  51. color: #000000;
  52. line-height: 42rpx;
  53. letter-spacing: 1px;
  54. }
  55. .item-image{
  56. padding: 26rpx 0;
  57. text-align: center;
  58. .image{
  59. width: 128rpx;
  60. height: 101rpx;
  61. box-shadow: 0 0 10rpx 0 rgba(77, 77, 77, 0.23);
  62. border-radius: 7rpx;
  63. }
  64. }
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. &-foot{
  72. width: 100%;
  73. background-color: #FFFFFF;
  74. position: fixed;
  75. // bottom: 20rpx;
  76. &-container{
  77. width: 100%;
  78. padding: 20rpx 30rpx;
  79. .policybtn{
  80. width: 100%;
  81. }
  82. }
  83. }
  84. }