common.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. .bg {
  2. margin-top: -46px;
  3. margin-left: -10px;
  4. image {
  5. width: 110%;
  6. }
  7. }
  8. .main {
  9. padding: 15px;
  10. .form {
  11. border-radius: 10px;
  12. background-color: white;
  13. }
  14. }
  15. .tab {
  16. padding: 0px 5px 5px 5px;
  17. /* #ifdef H5 */
  18. margin-top: -1px;
  19. /* #endif */
  20. overflow: hidden;
  21. }
  22. .omit {
  23. white-space: nowrap;
  24. text-overflow: ellipsis;
  25. overflow: hidden;
  26. }
  27. .ellip {
  28. -webkit-line-clamp: 2;
  29. text-overflow: ellipsis;
  30. display: -webkit-box;
  31. -webkit-box-orient: vertical;
  32. overflow: hidden;
  33. margin-top: 7px;
  34. color: #666666;
  35. }
  36. .mt10 {
  37. margin-top: 10px !important;
  38. }
  39. .mt20 {
  40. margin-top: 20px !important;
  41. }
  42. .pl5 {
  43. padding-left: 5px;
  44. }
  45. .flex {
  46. display: flex;
  47. text-align: center;
  48. .f {
  49. flex: 1;
  50. overflow: hidden;
  51. }
  52. }
  53. .btn {
  54. color: white;
  55. background-color: $main-color;
  56. border-radius: 30px;
  57. font-size: 15px;
  58. text-align: center;
  59. padding: 5px;
  60. margin-top: 15px;
  61. }
  62. .search {
  63. padding: 5px 15px 5px 15px;
  64. }
  65. .msilde {
  66. .top {
  67. padding: 10px;
  68. text-align: center;
  69. font-size: 15px;
  70. color: #535353;
  71. .icon {
  72. padding-left: 5px;
  73. }
  74. }
  75. .left {
  76. position: fixed;
  77. width: 33%;
  78. overflow-y: auto;
  79. z-index: 2;
  80. height: 95%;
  81. .item {
  82. padding: 13px 8px 13px 8px;
  83. font-size: 14px;
  84. text-align: center;
  85. &.active {
  86. background-color: white;
  87. color: $main-color;
  88. }
  89. }
  90. }
  91. .right {
  92. position: fixed;
  93. height: 100%;
  94. width: 67%;
  95. overflow-y: auto;
  96. left: 33%;
  97. z-index: 1;
  98. background-color: white;
  99. .contents{
  100. padding: 10px 10px 50px 10px;
  101. font-size: 14px;
  102. }
  103. .list {
  104. padding: 10px 10px 85px 10px;
  105. .item {
  106. padding: 15px 5px 15px 0px;
  107. overflow: hidden;
  108. border-bottom: 1px solid $line;
  109. &:first-child {
  110. padding-top: 0px;
  111. }
  112. .con {
  113. .labels {
  114. float: left;
  115. font-size: 14px;
  116. color: $font-c;
  117. padding-top: 5px;
  118. padding-right: 15px;
  119. }
  120. }
  121. }
  122. }
  123. }
  124. }
  125. /*****设置**********/
  126. .cmd {
  127. margin-top: 15px;
  128. border-radius: 5px;
  129. overflow: hidden;
  130. .s_item {
  131. padding: 10px;
  132. background-color: white;
  133. color: $font-c;
  134. overflow: hidden;
  135. border-bottom: 1px solid #f0f2f7;
  136. .ic {
  137. display: block;
  138. float: left;
  139. width: 27px;
  140. height: 27px;
  141. font-size: 25px;
  142. text-align: center;
  143. padding: 7px;
  144. border-radius: 50%;
  145. margin-right: 5px;
  146. line-height: 29px;
  147. }
  148. .title {
  149. color: #545555;
  150. padding-top: 11px;
  151. float: left;
  152. }
  153. .arrow {
  154. font-size: 20px;
  155. float: right;
  156. color: #9a9a9a;
  157. margin-top: 10px;
  158. }
  159. }
  160. }
  161. .xy {
  162. color: $font-c;
  163. padding-top: 15px;
  164. font-size: 14px;
  165. .checkbox {
  166. float: left;
  167. font-size: 14px;
  168. margin-top: 1px;
  169. }
  170. .a {
  171. color: blue;
  172. }
  173. }