1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- /**index.wxss**/
- @import "../template/template.wxss";
- .weui-flex{
- font-size: 14px;
- text-align: center;
- border-bottom: 1rpx solid #E5E5E5;
- }
- .weui-flex__item{
- padding: 12px 0 8px;
- }
- .weui-flex .icon{
- display: block;
- width:30px;
- height: 30px;
- margin: 0 auto;
- margin-bottom: 3px;
- }
- .weui-flex .icon .img{
- width:30px;
- height: 30px;
- }
- .textContainer{
- height: 30px;
- border-bottom: 1rpx solid #E5E5E5;
- background-color: #f5f4f9;
- font-size: 12px;
- line-height: 30px;
- }
- .textContainer .swiper_container{display: inline-block;width:80vw; height:30px;}
- .textContainer .swiper_item { font-size: 25rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;z-index: -1;}
- .textContainer .icon-horn{
- width: 18px;
- height: 18px;
- vertical-align:top;
- margin:0 10px;
- }
- .textContainer .icon-horn .img{
- width: 18px;
- height: 18px;
- }
- .content-wrapper .textContainer{
- border-bottom: 0 none;
- font-size: 14px;
- }
- .application{
- }
- .application .weui-tab__panel{
- padding-top: 60px;
- }
- .application .weui-navbar{
- position: relative;
- height: 30px;
- line-height: 30px;
- font-size: 14px;
- width: 70%;
- background: #FFFFFF;
- margin: 15px auto;
- border: 1rpx solid #E5E5E5;
- border-radius: 3px;
- }
- .application .weui-navbar__item{
- /*width: ;*/
- padding: 0;
- color: #FFD200;
- }
- .application .weui-bar__item_on{
- background-color: #FFD200;
- color: #fff;
- }
- .application .tab-container{
- width: 100%;
- height: 60px;
- background-color: #f2f1f7;
- position: fixed;
- top: 0;
- left: 50%;
- transform: translateX(-50%);
- z-index: 10;
- }
|