帮你贷的小程序

application.wxss 1.5KB

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