c_header.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .c_header{
  2. background-image: -moz-linear-gradient(-48deg, rgb(42, 104, 174) 0%, rgb(14, 194, 244) 100%);
  3. background-image: -webkit-linear-gradient(-48deg, rgb(42, 104, 174) 0%, rgb(14, 194, 244) 100%);
  4. background-image: -ms-linear-gradient(-48deg, rgb(42, 104, 174) 0%, rgb(14, 194, 244) 100%);
  5. height: 60px;
  6. .logo{
  7. display: block;
  8. float: left;
  9. cursor: pointer;
  10. margin-left: 10px;
  11. width: 141px;
  12. background: data-uri("../../img/bcCloudlogo2.png") no-repeat;
  13. background-position: top center;
  14. height: 37px;
  15. margin-top: 11px;
  16. }
  17. .head_title{
  18. margin-left: 14px;
  19. display: inline-block;
  20. text-shadow: 0 0 1px #666;
  21. height: inherit;
  22. color: #fff;
  23. font-size: 20px;
  24. font-weight: lighter;
  25. line-height: 60px;
  26. position: relative;
  27. &:after{
  28. left: -11px;
  29. position: absolute;
  30. content: "";
  31. height: 20px;
  32. top: 50%;
  33. margin-top: -10px;
  34. border-left: 1px solid rgba(255,255,255,0.4);
  35. }
  36. &:before{
  37. left: -10px;
  38. position: absolute;
  39. content: "";
  40. height: 20px;
  41. top: 50%;
  42. margin-top: -10px;
  43. border-left: 1px solid rgba(0,0,0,0.4);
  44. }
  45. }
  46. .layui-nav{
  47. background-color: transparent;
  48. }
  49. .layui-layout-left{
  50. left:300px
  51. }
  52. }