12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /**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;
- }
|