123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .search-box{
- background: #fff; padding: 10px 16px;
- }
- .search-box>div{
- background: #f2f4f6; border-radius: 8px;
- }
- .search-box input{
- height: 40px; font-size: 14px; width: 100%;
- background: url(../../../images/sousuo_icon.png) no-repeat;
- background-size: 40px 40px;
- -webkit-background-size: 40px 40px;
- -moz-background-size: 40px 40px;
- -o-background-size: 40px 40px;
- padding-left: 40px;
- }
- .loading{
- height: 100%;
- position: absolute;
- width: 100%;
- padding-top: 150px;
- text-align: center;
- background: #fff;
- line-height: 32px;
- font-size: 16px;
- display: none;
- }
- .list-del-box{
- position: relative;
- height: 0;
- top: -70px;
- width: 70px;
- float: right;
- left: 86px;
- text-align: center;
- font-size: 18px;
- color: #fff;
- }
- .list-del-box div{
- height: 70px;
- background: red;
- padding-top: 20px;
- }
- .doc-list li{
- position: relative;
- }
- .lin-del-ico{
- width: 25px;
- height: 25px;
- border-radius: 15px;
- margin: 22px 20px 0px 0px;
- background: url(../images/shanchu_icon.png) no-repeat;
- background-size: 25px 25px;
- }
- .ring-blue{
- margin-top: 14px;
- }
|