123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- /*样式重置*/
-
- body {
- background: #fff;
- }
-
- .demo-comtop {
- top: 0;
- right: 0;
- left: 0;
- background-color: #17B3EC;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- width: 100%;
- height: 45px;
- line-height: 44px;
- color: #333;
- text-align: center;
- font-size: 18px;
- position: relative;
- z-index: 9999;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- }
-
- #integral {
- display: block;
- height: 45px;
- position: absolute;
- right: 10px;
- top: 0;
- font-size: 16px;
- color: #fff;
- }
- /*搜索样式*/
-
- .lin-search-ipt {
- height: 130px;
- padding: 18px 10px;
- background-color: #F2F3F4;
- box-sizing: border-box;
- }
-
- .lin-search-ipt div:nth-of-type(1) {
- border-radius: 20px;
- height: 45px;
- background-color: #fff;
- color: #999999;
- float: left;
- text-align: left;
- width: 80%;
- -webkit-box-flex: 1;
- }
-
- .lin-search-ipt input {
- border-radius: 20px;
- height: 100%;
- color: #999999;
- text-align: left;
- padding-left: 30px;
- background: url(../images/sousuo_icon.png) no-repeat;
- background-size: 15px 15px;
- background-position: 10px;
- }
-
- .lin-search-ipt a {
- font-size: 16px;
- display: block;
- padding: 4px 6px 4px 12px;
- color: #999999;
- height: 45px;
- float: left;
- width: 15%;
- text-align: center;
- line-height: 35px;
- }
-
- .lin-search-ipt .searchbar-clear {
- position: absolute;
- padding: 0;
- top: 13px;
- right: 5px;
- width: 18px;
- height: 18px;
- background: url(../images/shanchu_shuru_icon.png) no-repeat;
- background-size: 100% 100%;
- display: none;
- }
-
- .recent {
- font-size: 16px;
- display: block;
- padding: 4px 6px 4px 12px;
- color: #999999;
- height: 20px;
- float: left;
- text-align: center;
- margin-top: 20px
- }
- /*搜索样式结束*/
-
- .plr10 {
- padding: 0 10px;
- }
-
- .mgt20 {
- margin-top: 20px;
- }
- /*标签样式*/
-
- .search-pre-item span {
- display: inline-block;
- padding: 2px 11px;
- margin: 0 10px 10px 0;
- border: 1px solid #e1e1e1;
- border-radius: 10px;
- color: #333333;
- }
- .ax-naills{
- padding: 0px 20px;
- }
- .c-border-tb {
- border-top-width: 0px;
- border-bottom-width: 1px;
- }
- .c-list .c-list-info > h4>p {
- font-size: 17px;
- line-height: 20px;
- }
- .c-avatar-div{
- background: url(../images/tiaozhuan_icon.png) no-repeat;
- background-position: center right;
- background-size: 15px 15px;
- width: 100px;
- height: 45px;
- font-size: 14px;
- overflow: hidden;
- display: block;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- text-align: center;
- margin: 25px 15px 0px 0px;
- }
- .c-avatar-div>p:nth-of-type(1){
- font-size: 15px;
- color: #999;
- margin-right: 28px;
-
- }
- .c-avatar-div>p:nth-of-type(2){
- font-size: 18px;
- color: #333;
- margin-right: 20px;
- }
|