Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

212 wiersze
4.0 KiB

  1. /*
  2. * 版 本 Learun-ADMS-Ultimate V7.0.0 数字化智慧校园(http://www.learun.cn)
  3. * Copyright (c) 2013-2018 北京泉江科技有限公司
  4. * 创建人:陈彬彬
  5. * 日 期:2017.03.16
  6. * 描 述:iframe页面布局样式
  7. */
  8. body {
  9. background-color:initial !important;
  10. }
  11. .lr-layout-tool-left .lr-layout-tool-item>.form-control {
  12. border-radius: 4px;
  13. display:inline-block;
  14. width:200px;
  15. }
  16. .lr-layout-tool-left .btn {
  17. position:relative;
  18. display:inline-block;
  19. height: 28px;
  20. margin-bottom: 1px;
  21. line-height: 14px;
  22. }
  23. .lr-left-list>li {
  24. position:relative;
  25. width:100%;
  26. height: 34px;
  27. line-height: 34px;
  28. margin-bottom: 10px;
  29. padding-left: 20px;
  30. cursor: pointer;
  31. border-left: 3px solid #fff;
  32. }
  33. .lr-left-list>li:hover
  34. {
  35. background-color:#F5F5F5;
  36. border-left:3px solid #F5F5F5;
  37. }
  38. .lr-left-list>li.active {
  39. background-color:#F5F5F5;
  40. border-left:3px solid #2C3849;
  41. }
  42. /*多条件查询*/
  43. .lr-query-wrap {
  44. position: relative;
  45. width: 90px;
  46. height: 28px;
  47. }
  48. .lr-query-btn
  49. {
  50. position: relative;
  51. width: 100%;
  52. height: 100%;
  53. line-height: 26px;
  54. cursor: pointer;
  55. border: 1px solid #ccc;
  56. border-radius: 4px;
  57. text-align:center;
  58. color: #fff;
  59. background-color: #039cfd;
  60. border-color: #039cfd;
  61. }
  62. .lr-query-btn:hover {
  63. background-color: #027dcb;
  64. border-color: #0277c1;
  65. }
  66. .lr-query-content {
  67. position: absolute;
  68. top: 30px;
  69. left: 0;
  70. z-index: 10;
  71. padding: 10px 10px 10px 0;
  72. background: #fff;
  73. box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
  74. border-radius: 3px;
  75. height:300px;
  76. width:400px;
  77. display:none;
  78. }
  79. .lr-query-content.active {
  80. display:block;
  81. }
  82. .lr-query-formcontent {
  83. display:none;
  84. }
  85. .lr-query-arrow {
  86. position: absolute;
  87. top: -16px;
  88. left: 30px;
  89. border-width: 8px;
  90. border-style: solid;
  91. border-color: transparent transparent #d6e1ee;
  92. }
  93. .lr-query-inside {
  94. position: absolute;
  95. top: -6px;
  96. left: -7px;
  97. border-width: 7px;
  98. border-style: solid;
  99. border-color: transparent transparent #fff;
  100. }
  101. .lr-query-content-bottom {
  102. position:absolute;
  103. right:10px;
  104. bottom:10px;
  105. height:30px;
  106. }
  107. .lr-query-content-bottom .btn {
  108. margin-left:10px;
  109. }
  110. .lr-form-item {
  111. position: relative;
  112. min-height: 38px;
  113. padding: 5px 0px 5px 80px;
  114. }
  115. .lr-form-item-title {
  116. position: absolute;
  117. top: 0;
  118. left: 0;
  119. width: 80px;
  120. height: 100%;
  121. line-height: 38px;
  122. text-align: right;
  123. padding-right: 10px;
  124. }
  125. .lr-form-item-100 {
  126. padding: 5px 0px 5px 100px;
  127. }
  128. .lr-form-item-100 .lr-form-item-title {
  129. width: 100px;
  130. }
  131. .lr-form-item-title > font {
  132. position: absolute;
  133. top: 0;
  134. right: 2px;
  135. color: red;
  136. }
  137. .lr-form-item .checkbox,.lr-form-item .radio {
  138. moz-user-select: none;
  139. -webkit-user-select: none;
  140. -ms-user-select: none;
  141. -khtml-user-select: none;
  142. user-select: none;
  143. margin-top: 6px;
  144. margin-bottom: 0;
  145. }
  146. .lr-form-item .checkbox input[type=checkbox], .lr-form-item .radio input[type=radio] {
  147. margin-top: 3px;
  148. margin-left:-15px;
  149. }
  150. /*手风琴风格*/
  151. .learun-AdminAccordion .lr-layout-container {
  152. border:0;
  153. border-radius: 0px;
  154. }
  155. .learun-AdminAccordion .lr-panel-title {
  156. border-bottom: 1px solid #dae6f2;
  157. }
  158. .learun-AdminAccordion .lr-panel-tool {
  159. border-bottom:2px solid #00aaef;
  160. }
  161. .learun-AdminAccordion .btn-default {
  162. border-color:#cfdae5;
  163. color:#5f6b7e;
  164. }
  165. [learun-authorize="yes"] {
  166. display:none;
  167. }
  168. /*选项卡设置*/
  169. .lr-form-tabs {
  170. position: absolute;
  171. width: 100%;
  172. height: 44px;
  173. top: 0;
  174. left: 0;
  175. padding: 5px 5px 0px 5px;
  176. }
  177. .lr-form-tabs li {
  178. white-space: nowrap;
  179. display: inline-block !important;
  180. float: initial;
  181. cursor: pointer;
  182. }
  183. .lr-form-tabs .nav-tabs {
  184. white-space: nowrap;
  185. }
  186. .lr-form-tabs .mCS-minimal-dark.mCSB_scrollTools_horizontal {
  187. top: 32px;
  188. }
  189. .lr-tab-content, .lr-tab-content > div {
  190. position: relative;
  191. width: 100%;
  192. height: 100%;
  193. }