ss
重庆迈尖科技有限公司
2020-06-16 b67f2c4fce992a818f287783ae7029a0b03509d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
* {
    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;
}