qiehuan.css 983 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. html,body{
  2. height: 100%;
  3. }
  4. .title{
  5. padding: 0 10%;
  6. }
  7. .title ul{
  8. display: -webkit-box;
  9. }
  10. .title li.l-zy{
  11. width: 22%;
  12. margin-top: 51px;
  13. border-top: 1px solid #ccc;
  14. }
  15. .title li.l-text{
  16. padding: 35px 10px 25px 10px;
  17. font-size: 20px;
  18. color: #fff;
  19. }
  20. .l-items{
  21. }
  22. .l-items ul{
  23. font-size: 16px;
  24. color: #fff;
  25. }
  26. .l-items li{
  27. text-align: left;
  28. height: 36px;
  29. padding-top: 20px;
  30. border-bottom: 1px solid #ccc;
  31. }
  32. .l-items img.ico{
  33. position: relative;
  34. top: -7px;
  35. width: 26px;
  36. height: 26px;
  37. margin-left: 10px;
  38. margin-right: 10px;
  39. }
  40. .l-items img.checked{
  41. position: relative;
  42. top: 2px;
  43. display: none;
  44. width: 20px;
  45. float: right;
  46. margin-right: 10px;
  47. }
  48. .l-items li.l-over img.checked{
  49. display: block;
  50. }
  51. .l-items label{
  52. display: none;
  53. width: 10px;
  54. height: 10px;
  55. /*display: inline-block;*/
  56. background: red;
  57. border-radius: 5px;
  58. position: relative;
  59. /*top: 6px;*/
  60. left: 8px;
  61. }