帮你贷的小程序

application.wxss 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. }
  45. .application{
  46. }
  47. .application .weui-tab__panel{
  48. /*padding-top: 60px;*/
  49. padding-top: 0px;
  50. }
  51. .application .weui-navbar{
  52. position: relative;
  53. height: 30px;
  54. line-height: 30px;
  55. font-size: 14px;
  56. width: 70%;
  57. background: #FFFFFF;
  58. margin: 15px auto;
  59. border: 1rpx solid #E5E5E5;
  60. border-radius: 3px;
  61. }
  62. .application .weui-navbar__item{
  63. /*width: ;*/
  64. padding: 0;
  65. color: #FFD200;
  66. }
  67. .application .weui-bar__item_on{
  68. background-color: #FFD200;
  69. color: #fff;
  70. }
  71. .application .tab-container{
  72. width: 100%;
  73. height: 60px;
  74. background-color: #f2f1f7;
  75. position: fixed;
  76. top: 0;
  77. left: 50%;
  78. transform: translateX(-50%);
  79. z-index: 10;
  80. }