Lin_Ye_Fang_Huo/public/widgets/queryBaiduPOI/view.css

427 lines
6.8 KiB
CSS
Raw Normal View History

2023-07-08 15:37:34 +08:00
.querybar-ssk {
position: absolute;
2023-07-18 09:04:15 +08:00
right: 200px;
2023-07-08 15:37:34 +08:00
z-index: 999;
2023-07-18 09:04:15 +08:00
display: flex;
align-items: end;
height: 40px;
2023-07-08 15:37:34 +08:00
}
.querybar-ssk1 {
width: 260px;
2023-07-18 09:04:15 +08:00
height: 35px;
line-height: 35px;
2023-07-08 15:37:34 +08:00
font-size: 16px;
text-indent: 8px;
outline: none;
float: left;
2023-07-18 09:04:15 +08:00
background-color: transparent;
border: 1px solid #56FEFE;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
margin-bottom: 1px
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
input::-webkit-input-placeholder {
/* WebKit browserswebkit内核浏览器 */
color: #36A5A8;
font-size: 16px;
}
.querybar-ssk1:focus {
border: 1px solid #56fefe;
background-color: rgba(86, 254, 254,.2);
}
2023-07-08 15:37:34 +08:00
.querybar-ssk2 {
2023-07-18 09:04:15 +08:00
width: 75px;
2023-07-08 15:37:34 +08:00
height: 40px;
float: left;
border: none;
cursor: pointer;
outline: none;
2023-07-18 09:04:15 +08:00
background-color: transparent;
2023-07-08 15:37:34 +08:00
}
.querybar-sbox {
width: 260px;
padding: 10px;
box-shadow: 1px 2px 1px rgba(220, 220, 220, 0.3);
background: rgba(63, 72, 84, 0.9);
overflow: hidden;
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
@media screen and (max-width: 640px) {
.querybar-ssk1 {
width: 200px;
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.querybar-ssk2 {
width: 45px;
}
2023-07-18 09:04:15 +08:00
2023-07-08 15:37:34 +08:00
.querybar-sbox {
width: 200px;
}
}
2023-07-18 09:04:15 +08:00
::-webkit-input-placeholder {
/* WebKit browsers */
2023-07-08 15:37:34 +08:00
color: #A9A9A9;
}
2023-07-18 09:04:15 +08:00
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
2023-07-08 15:37:34 +08:00
color: #A9A9A9;
opacity: 1;
}
2023-07-18 09:04:15 +08:00
::-moz-placeholder {
/* Mozilla Firefox 19+ */
2023-07-08 15:37:34 +08:00
color: #A9A9A9;
opacity: 1;
}
2023-07-18 09:04:15 +08:00
:-ms-input-placeholder {
/* Internet Explorer 10+ */
2023-07-08 15:37:34 +08:00
color: #A9A9A9;
}
/*搜索栏*/
.querybar-fl {
float: left;
}
.querybar-fr {
float: right;
}
.querybar-clear {
clear: both;
}
.querybar-clear5 {
clear: both;
height: 5px;
}
.querybar-clear10 {
clear: both;
height: 10px;
}
.querybar-sstab {
height: 18px;
padding: 5px;
background: #f7f7f7;
border: solid 1px #e0e0e0;
border-radius: 4px;
}
2023-07-18 09:04:15 +08:00
.querybar-sstab ul {
margin: 0;
padding: 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-sstab ul li {
width: 70px;
height: 18px;
padding: 0 20px;
line-height: 18px;
text-align: center;
list-style-type: none;
float: left;
font-size: 12px;
border-right: solid 1px #e0e0e0;
cursor: pointer;
}
.querybar-sstab ul li a {
font-size: 12px;
text-decoration: none;
color: #000000;
}
.querybar-sstab ul li a:hover {
color: #dcdcdc;
}
2023-07-08 15:37:34 +08:00
.querybar-kbtab {
padding-bottom: 10px;
overflow: hidden;
border-bottom: solid 1px #CCCCCC;
}
2023-07-18 09:04:15 +08:00
.querybar-kbtab ul {
margin: 0;
padding: 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-kbtab ul li {
list-style-type: none;
width: 60px;
float: left;
text-align: center;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-kbtab ul li a {
font-size: 12px;
text-decoration: none;
color: #999;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-kbtab ul li a img {
border: none;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-kbtab ul li a:hover {
color: #dcdcdc;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.querybar-ssls {}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-ssls ul {
margin: 0;
padding: 10px 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-ssls li {
font-size: 12px;
line-height: 20px;
list-style-type: none;
padding-left: 10px;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-ssls i {
margin-right: 10px;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-ssls li a {
text-decoration: none;
color: #dcdcdc;
}
.querybar-ssls li a:hover {
color: #fff;
}
2023-07-08 15:37:34 +08:00
.querybar-znbox {
width: 260px;
2023-07-18 09:04:15 +08:00
box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
background: rgba(63, 72, 84, 0.9);
2023-07-08 15:37:34 +08:00
overflow: hidden;
}
2023-07-18 09:04:15 +08:00
.querybar-znts {}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-znts ul {
margin: 0;
padding: 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-znts li {
font-size: 12px;
height: 36px;
line-height: 36px;
list-style-type: none;
padding-left: 20px;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-znts i {
margin-right: 10px;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-znts li a {
text-decoration: none;
color: #dcdcdc;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-znts li a:hover {
color: #fff;
}
2023-07-08 15:37:34 +08:00
.querybar-site {
padding: 10px 8px;
border-top: solid 1px #eaeaea;
overflow: hidden;
}
2023-07-18 09:04:15 +08:00
.querybar-site :hover {
background-color: rgba(63, 72, 84, 1);
}
2023-07-08 15:37:34 +08:00
.querybar-sitejj {
width: 220px;
float: left;
}
2023-07-18 09:04:15 +08:00
.querybar-sitejj h3 {
margin: 0;
padding: 0;
font-size: 14px;
padding-bottom: 6px;
color: #dcdcdc;
font-weight: bold;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-sitejj p {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 20px;
color: #999;
}
2023-07-08 15:37:34 +08:00
.querybar-star {
color: #ff675a;
font-size: 12px;
line-height: 20px;
}
.querybar-page {
font-size: 12px;
}
.querybar-ye a {
text-decoration: none;
padding: 4px 6px;
color: #fff;
border: solid 1px #ccc;
margin-right: 4px;
}
2023-07-18 09:04:15 +08:00
.querybar-ye a:hover {
color: #fff;
border-color: #dcdcdc;
}
2023-07-08 15:37:34 +08:00
.querybar-dtit {
height: 44px;
line-height: 44px;
font-size: 14px;
text-indent: 10px;
background: #3385ff;
color: #fff;
}
.querybar-itr {
padding: 8px 0;
}
.querybar-itrtit {
font-size: 12px;
height: 22px;
line-height: 22px;
padding: 4px 0;
}
.querybar-more {
float: right;
text-decoration: none;
font-size: 12px;
color: #999;
}
.querybar-itrcon {
padding: 8px 0;
border-top: dashed 1px #eee;
}
2023-07-18 09:04:15 +08:00
.querybar-itrcon p {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 20px;
color: #dcdcdc;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-itrcon a {
text-decoration: none;
}
2023-07-08 15:37:34 +08:00
.querybar-star_orange {
font-size: 12px;
line-height: 20px;
color: #ffac2d;
}
/*全部分类*/
.querybar-allsort {
position: absolute;
width: 230px;
padding: 4px;
2023-07-18 09:04:15 +08:00
background: rgba(63, 72, 84, 0.9);
2023-07-08 15:37:34 +08:00
border: solid 1px #e0e0e0;
}
.querybar-sort {
padding: 6px 0;
overflow: hidden;
}
.querybar-sorta {
width: 60px;
padding-top: 4px;
float: left;
font-size: 12px;
font-weight: bold;
color: #666;
}
.querybar-sortb {
width: 170px;
float: right;
}
2023-07-18 09:04:15 +08:00
.querybar-sortb ul {
margin: 0;
padding: 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-sortb ul li {
list-style-type: none;
float: left;
padding: 0 10px 2px 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-sortb ul li a {
font-size: 12px;
text-decoration: none;
color: #777;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-sortb ul li a:hover {
color: #fff;
}
2023-07-08 15:37:34 +08:00
/*推荐排序*/
.querybar-recsort {
position: absolute;
left: 126px;
width: 120px;
2023-07-18 09:04:15 +08:00
background: rgba(63, 72, 84, 0.9);
2023-07-08 15:37:34 +08:00
border: solid 1px #e0e0e0;
}
2023-07-18 09:04:15 +08:00
.querybar-recsort ul {
margin: 0;
padding: 0;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.querybar-recsort ul li {
padding: 4px 0 6px 0;
list-style-type: none;
text-align: center;
border-top: solid 1px #e0e0e0;
}
.querybar-recsort ul li a {
font-size: 12px;
text-decoration: none;
color: #777;
}
.querybar-recsort ul li a:hover {
color: #fff;
}