bq-xinzengchengyuan.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .search-box{
  2. background: #fff; padding: 10px 16px;
  3. }
  4. .search-box>div{
  5. background: #f2f4f6; border-radius: 8px;
  6. }
  7. .search-box input{
  8. height: 40px; font-size: 14px; width: 100%;
  9. background: url(../../../images/sousuo_icon.png) no-repeat;
  10. background-size: 40px 40px;
  11. -webkit-background-size: 40px 40px;
  12. -moz-background-size: 40px 40px;
  13. -o-background-size: 40px 40px;
  14. padding-left: 40px;
  15. }
  16. .loading{
  17. height: 100%;
  18. position: absolute;
  19. width: 100%;
  20. padding-top: 150px;
  21. text-align: center;
  22. background: #fff;
  23. line-height: 32px;
  24. font-size: 16px;
  25. display: none;
  26. }
  27. .list-del-box{
  28. position: relative;
  29. height: 0;
  30. top: -70px;
  31. width: 70px;
  32. float: right;
  33. left: 86px;
  34. text-align: center;
  35. font-size: 18px;
  36. color: #fff;
  37. }
  38. .list-del-box div{
  39. height: 70px;
  40. background: red;
  41. padding-top: 20px;
  42. }
  43. .doc-list li{
  44. position: relative;
  45. }
  46. .lin-del-ico{
  47. width: 25px;
  48. height: 25px;
  49. border-radius: 15px;
  50. margin: 22px 20px 0px 0px;
  51. background: url(../images/shanchu_icon.png) no-repeat;
  52. background-size: 25px 25px;
  53. }
  54. .ring-blue{
  55. margin-top: 14px;
  56. }