/* packageE/search/search.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; view, text, input, icon { box-sizing: border-box; } .component-wrapper { width: 100%; } .weixin-title { height: 50px; position: relative; display: flex; align-items: center; justify-content: center; } .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 { height: 30px; } .weixin-logo-two { margin-left: 10px; box-sizing: border-box; border: solid 1px #ccc; display: flex; align-items: center; justify-content: center; } .weixin-logo-two img { height: 30px; } .weixin-sousuo { /* width: 96%; */ flex: 1; height: 30px; background-color: #f3f2f2; position: relative; display: flex; align-items: center; } .weixin-sousuo icon { font-size: 14px; display: inline-block; margin-right: 10px; margin-left: 10px; } .text-over { text-overflow: ellipsis; white-space: nowrap; word-wrap: break-word; overflow: hidden; } .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; } .w { width: 310px !important; } .scroll { overflow-x: scroll; } .weixin-title { background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .wxCode { height: 30px; width: 30px; /* background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/icon_hym@2x.png'); background-size: 100% 100%; background-repeat: no-repeat; */ margin: 0 26rpx 0 17rpx; display: flex; align-items: center; justify-content: center; } .wxCode .iconfont { font-size: 55rpx; } .pad{ margin: 0 15rpx; overflow: hidden; } .padd{ margin-right: 15rpx; overflow: hidden; }