common.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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: 3;
  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. .avatar {
  113. width: 70px;
  114. height: 100px;
  115. border-radius: 5px;
  116. float: left;
  117. }
  118. .con {
  119. float: left;
  120. width: 60%;
  121. padding-left: 12px;
  122. .name {
  123. font-weight: bold;
  124. }
  125. .brief {
  126. font-size: 13px;
  127. color: $font-c;
  128. line-height: 20px;
  129. }
  130. }
  131. }
  132. }
  133. }
  134. }
  135. /*****设置**********/
  136. .cmd {
  137. margin-top: 15px;
  138. border-radius: 5px;
  139. overflow: hidden;
  140. .s_item {
  141. padding: 10px;
  142. background-color: white;
  143. color: $font-c;
  144. overflow: hidden;
  145. border-bottom: 1px solid #f0f2f7;
  146. .ic {
  147. display: block;
  148. float: left;
  149. width: 27px;
  150. height: 27px;
  151. font-size: 25px;
  152. text-align: center;
  153. padding: 7px;
  154. border-radius: 50%;
  155. margin-right: 5px;
  156. line-height: 29px;
  157. }
  158. .title {
  159. color: #545555;
  160. padding-top: 11px;
  161. float: left;
  162. }
  163. .arrow {
  164. font-size: 20px;
  165. float: right;
  166. color: #9a9a9a;
  167. margin-top: 10px;
  168. }
  169. }
  170. }
  171. .xy {
  172. color: $font-c;
  173. padding-top: 15px;
  174. font-size: 14px;
  175. .checkbox {
  176. float: left;
  177. font-size: 14px;
  178. margin-top: 1px;
  179. }
  180. .a {
  181. color: blue;
  182. }
  183. }