demo.css 544 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .demo-info{
  2. background:#FFFEE6;
  3. color:#8F5700;
  4. padding:12px;
  5. }
  6. .demo-tip{
  7. width:16px;
  8. height:16px;
  9. margin-right:8px;
  10. float:left;
  11. }
  12. /*首页样式css*/
  13. .ct-tab-content{
  14. width:100%;
  15. height:100%;
  16. }
  17. .cs-home-remark{
  18. width:100%;
  19. height: 30%;
  20. position:relative;
  21. margin-bottom:2%;
  22. }
  23. .lf{
  24. float:left;
  25. width:100%;
  26. margin-left:3%;
  27. color:#00CBF6;
  28. }
  29. .lf-title{
  30. margin-left:3%;
  31. color:#00CBF6;
  32. font-width:bold;
  33. margin-bottom: 20px;
  34. }
  35. .lf-p1,.lp-p2{
  36. width:20%;
  37. height:40px;
  38. float: left;
  39. }
  40. .lf-p2{
  41. width:80%;
  42. float: right;
  43. }