108 lines
1.5 KiB
Plaintext
108 lines
1.5 KiB
Plaintext
/* 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%;
|
|
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;
|
|
}
|