|
|
|
@ -36,16 +36,16 @@ em.vertical-line{display: inline-block;width: 2px;background: #999;height: 10px}
|
|
|
|
|
.yellowBar{position: absolute;top: 0px;height: 8px;border-radius: 4px;left: 0px;background-color: #FFA800;display: block}
|
|
|
|
|
.ratePanelContent-left span{display: block;text-align: center}
|
|
|
|
|
/*----------------------------------首页查询输入框*/
|
|
|
|
|
.search-all{width: 216px;margin: 0px auto;position: relative;background-color: #24292D;}
|
|
|
|
|
.search-all{width: 296px;margin: 0px auto;position: relative;background-color: #24292D;}
|
|
|
|
|
.seperateLine { border-left: 1px solid #EAEAEA;float: left;height: 16px;margin-top: 22px; visibility: hidden;}
|
|
|
|
|
.search-all .search-input{ width: 181px; outline: none;border: none;height: 30px;margin-top: 15px;border-bottom: 1px solid #eee;background: none;padding-left: 10px;box-sizing: border-box;color: #fff}
|
|
|
|
|
.search-all .search-input{ width: 260px; outline: none;border: none;height: 30px;margin-top: 15px;border-bottom: 1px solid #eee;background: none;padding-left: 10px;box-sizing: border-box;color: #fff}
|
|
|
|
|
.search-all .search-clear{font-size: 14px;display: inline-block;width: 50px;text-align: center;color: #656565;line-height: 60px;cursor: pointer}
|
|
|
|
|
.search-icon{color: #656565;display: block;display: inline-block;height: 60px;width: 30px;cursor: pointer;}
|
|
|
|
|
.search-icon path{ fill: #4CACFF;}
|
|
|
|
|
|
|
|
|
|
/* 右侧内容宽度变化的话,需要调整posi-search right的值*/
|
|
|
|
|
.posi-search{opacity: 1;position: absolute;top: -2px;background: #fff;z-index: 2; right: -241px;}
|
|
|
|
|
.posi-search.unlogin{right: -191px;}
|
|
|
|
|
.posi-search{opacity: 1;position: absolute;top: -2px;background: #fff;z-index: 2; right: -200px;}
|
|
|
|
|
.posi-search.unlogin{right: -161px;}
|
|
|
|
|
.search-content{box-sizing: border-box;position: absolute;height: 300px;background: #fff;border-radius: 0px 0px 5px 5px;width: 100%;left: 0px;top:58px;box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);overflow-y: auto}
|
|
|
|
|
.search-title{height: 40px;line-height: 40px;padding-left: 20px;font-size: 12px;color: #bbb;text-align: left}
|
|
|
|
|
.search-content a{display: inline-block;width:100%;height: 30px;line-height: 30px;padding:0px 20px;box-sizing: border-box;text-align: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
|
|
|
|
|