帮你贷的小程序

index.wxss 942B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**index.wxss**/
  2. @import "../template/template.wxss";
  3. .weui-flex{
  4. font-size: 14px;
  5. text-align: center;
  6. border-bottom: 1rpx solid #E5E5E5;
  7. }
  8. .weui-flex__item{
  9. padding: 12px 0 8px;
  10. }
  11. .weui-flex .icon{
  12. display: block;
  13. width:30px;
  14. height: 30px;
  15. margin: 0 auto;
  16. margin-bottom: 3px;
  17. }
  18. .weui-flex .icon .img{
  19. width:30px;
  20. height: 30px;
  21. }
  22. .textContainer{
  23. height: 30px;
  24. border-bottom: 1rpx solid #E5E5E5;
  25. background-color: #f5f4f9;
  26. font-size: 12px;
  27. line-height: 30px;
  28. }
  29. .textContainer .swiper_container{display: inline-block;width:80vw; height:30px;}
  30. .textContainer .swiper_item { font-size: 25rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;z-index: -1;}
  31. .textContainer .icon-horn{
  32. width: 18px;
  33. height: 18px;
  34. vertical-align:top;
  35. margin:0 10px;
  36. }
  37. .textContainer .icon-horn .img{
  38. width: 18px;
  39. height: 18px;
  40. }
  41. .content-wrapper .textContainer{
  42. border-bottom: 0 none;
  43. font-size: 14px;
  44. }