* {
|
margin: 0;
|
top: 0;
|
/* 不允许复制 */
|
-moz-user-select: none;
|
/* Firefox私有属性 */
|
-webkit-user-select: none;
|
/* WebKit内核私有属性 */
|
-ms-user-select: none;
|
/* IE私有属性(IE10及以后) */
|
-khtml-user-select: none;
|
/* KHTML内核私有属性 */
|
-o-user-select: none;
|
/* Opera私有属性 */
|
user-select: none;
|
/* IOS点击阴影 */
|
-webkit-tap-highlight-color: transparent;
|
/* 禁止长按图片保存 */
|
-webkit-touch-callout: none;
|
}
|
|
body {
|
background-color: white;
|
font-family: Arial, "Microsoft YaHei";
|
}
|
|
.div_search {
|
position: fixed;
|
width: 100%;
|
height: 0.88rem;
|
background-color: white;
|
z-index: 100;
|
display: -webkit-flex;
|
align-items: center;
|
border-bottom: #e0e0e0 solid 0.5px;
|
}
|
|
.div_search_gary {
|
background-color: #F3F3F3;
|
width: 6.37rem;
|
height: 0.6rem;
|
border-radius: 0.3rem;
|
display: -webkit-flex;
|
align-items: center;
|
margin-left: 0.18rem;
|
}
|
|
.div_search_button {
|
font-size: 0.3rem;
|
color: #333333;
|
width: 0.94rem;
|
height: 0.88rem;
|
display: -webkit-flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.div_search_gary img {
|
width: 0.31rem;
|
height: 0.3rem;
|
margin-left: 0.27rem;
|
}
|
|
.inputc {
|
-webkit-user-select: auto;
|
font-size: 0.26rem;
|
height: 0.4rem;
|
width: 5.4rem;
|
border: none;
|
outline: medium;
|
color: #000000;
|
caret-color: #E5005C;
|
background-color: #F3F3F3;
|
margin-left: 0.03rem;
|
}
|
|
|
.div_historySearch {
|
margin-top: 1.15rem;
|
color: #333333;
|
font-size: 0.28rem;
|
display: -webkit-flex;
|
justify-content: space-between;
|
}
|
|
.historySearch {
|
margin-left: 0.3rem;
|
}
|
|
.clearSearch {
|
margin-right: 0.33rem;
|
}
|
|
.div_item_bg {
|
margin-top: 0.32rem;
|
/* background-color: red; */
|
}
|
|
.items {
|
height: 0.9rem;
|
position: relative;
|
}
|
|
.div_garyBG {
|
margin-left: 0.3rem;
|
width: 6.7rem;
|
height: 0.64rem;
|
background-color: #EDEDED;
|
border-radius: 0.32rem;
|
color: #000000;
|
font-size: 0.26rem;
|
display: -webkit-flex;
|
align-items: center;
|
}
|
|
.div_garyBG>p {
|
margin-left: 0.3rem;
|
margin-right: 0.3rem;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
|
.imageClose {
|
width: 0.26rem;
|
height: 0.26rem;
|
position: absolute;
|
right: 0.32rem;
|
}
|
|
.div_closeClick {
|
position: absolute;
|
width: 0.6rem;
|
height: 0.5rem;
|
right: 0;
|
}
|