index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @import "~@less/variables.less";
  2. .logo{
  3. background: linear-gradient(-90deg, #93CEE3 7%,#3B9ED0 98%);
  4. background-image: url("../../common/images/bar.png");
  5. height: 50px;
  6. border-bottom: 10px solid #e4e6e7;
  7. position: fixed; //页面布局调整
  8. width: 100%;
  9. top: 0;
  10. // z-index: 202;
  11. img{
  12. vertical-align: middle;
  13. margin: 0 10px 2px 18px;
  14. }
  15. span{
  16. display: inline-block;
  17. line-height: 40px;
  18. color: #FFFFFF;
  19. font-size: 14px;
  20. }
  21. .buon{
  22. float: right;
  23. display: inline-block;
  24. margin: 0px 15px 4px 10px;
  25. color: #FFFFFF;
  26. font-size: 16px;
  27. cursor: pointer;
  28. }
  29. .st{
  30. margin: 9px 2px 10px 10px;
  31. border: 0 solid #FFFFFF;
  32. text-align: center;
  33. }
  34. .modal {
  35. .shade {
  36. position: fixed;
  37. top: 0;
  38. left:0;
  39. right: 0;
  40. bottom: 0;
  41. background: #000;
  42. opacity: 0.6;
  43. filter:alpha(opacity=60);
  44. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  45. z-index: 2000;
  46. }
  47. .content {
  48. position: fixed;
  49. z-index: 2001;
  50. top: 100px;
  51. width: 820px;
  52. left:50%;
  53. margin-left: -410px;
  54. height: 283px;
  55. background: #fff;
  56. .close{
  57. line-height: 24px;
  58. padding: 3px 3px 5px 10px;
  59. border-bottom: 1px solid #EAEDF1;
  60. img{
  61. float: right;
  62. margin: 0px;
  63. cursor: pointer;
  64. }
  65. }
  66. h1{
  67. font-size: 16px;
  68. letter-spacing: 0;
  69. margin: 20px 0px 20px 10px;
  70. }
  71. ul {
  72. margin: 0px 0px 0px 10px;
  73. li {
  74. width: 190px;
  75. height: 44px;
  76. line-height: 44px;
  77. margin: 0px 0px 2px 0px;
  78. padding: 0px 0px 0px 10px;
  79. cursor: pointer;
  80. &.selected{
  81. background: rgba(59,158,208,0.1);
  82. img{
  83. visibility: visible;
  84. }
  85. }
  86. img{
  87. margin: -1px 4px 0 0;
  88. visibility: hidden;
  89. }
  90. }
  91. }
  92. .btn {
  93. .btnCom;
  94. width: 80px;
  95. height: 34px;
  96. background:#3B9ED0;
  97. color:#fff;
  98. font-size: 14px;
  99. line-height: 34px;
  100. position: relative;
  101. left: 50%;
  102. margin-left: -40px;
  103. top: 30px;
  104. }
  105. }
  106. }
  107. }
  108. .title{
  109. font-size: 16px;
  110. text-indent: 10px;
  111. margin: 22px 0px 21px 0;
  112. i{
  113. color: red;
  114. }
  115. }