/* packageE/top_navigation/top_navigation.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; .ul { padding: 0; } .component-wrapper { position: relative; } .advertising-preview { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 170; width: 100%; } .advertising-preview .weixin-menu { white-space: nowrap; display: flex; flex-wrap: nowrap; } /* 一级 */ .advertising-preview .weixin-menu .menu-item { flex: 1; position: relative; line-height: 36px; height: 36px; text-align: center; /* min-width: 25%; */ cursor: pointer; display: inline-block; box-sizing: border-box; } .advertising-preview .weixin-menu .menu-item .menu-item-title { padding: 0 12px; /* white-space: nowrap; */ /* text-overflow: ellipsis; */ /* overflow: hidden; */ /* word-break: break-all; */ text-align: center; } .advertising-preview .weixin-menu .menu-item .menu-item-title .img { width: 20px; height: 20px; align-self: center; display: inline-block; vertical-align: middle; } .advertising-preview .weixin-menu .menu-item .menu-item-title .span { margin-left: 5px; display: inline-block; vertical-align: middle; } .menu-item-delete { position: absolute; top: 0; right: 3px; font-size: 12px; } .weixin-title { height: 50px; position: relative; display: flex; align-items: center; justify-content: center; transition: 0.5s; } .weixin-title.hidestyle { margin-top: -50px; } .weixin-title .weixin-logo-one { margin-right: 10px; box-sizing: border-box; /* border: solid 1px #ccc; */ display: flex; align-items: center; justify-content: center; } .weixin-title .weixin-logo-one .img { width: 30px; height: 30px; } .weixin-title .weixin-logo-two { margin-left: 10px; box-sizing: border-box; border: solid 1px #ccc; display: flex; align-items: center; justify-content: center; } .weixin-title .weixin-logo-two .img { width: 30px; height: 30px; } .weixin-title .weixin-sousuo { width: 80%; height: 30px; background-color: #f3f2f2; position: relative; display: flex; align-items: center; } .weixin-title .weixin-sousuo .i { font-size: 14px; display: inline-block; margin-right: 10px; margin-left: 10px; line-height: 32px; } .block { width: 50px; height: 30px; display: flex; align-items: center; justify-content: center; background-color: #f3f2f2; } .padding { padding-left: 10px; } .center { justify-content: center; } .borderOne { border-left: solid 1px #ccc; } .borderTwo { border-right: solid 1px #ccc; } .w { width: 65% !important; } .scroll { overflow-x: scroll; overflow-y: hidden; } .fix-class { position: fixed; top: 95px; right: 385px; width: 80px; }