learun-iframe.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .lr-platform-browser .bar.bar-header {
  2. height:64px;
  3. }
  4. .lr-platform-browser .bar.bar-header > * {
  5. margin-top: 20px !important;
  6. }
  7. .lr-platform-browser .has-header {
  8. top: 64px !important;
  9. }
  10. .lr-component {
  11. width: 127px;
  12. height: 30px;
  13. line-height: 28px;
  14. border-radius: 5px;
  15. cursor: pointer;
  16. box-shadow: 0px 1px 3px rgba(0,0,0,.2);
  17. color:#616774;
  18. background-color:#F5F6F9;
  19. font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
  20. }
  21. .lr-component i
  22. {
  23. padding-left: 10px;
  24. padding-right: 8px;
  25. color: #2c3849;
  26. opacity: 0.9;
  27. }
  28. ion-content .scroll {
  29. min-height:100%;
  30. }
  31. .ic-selected {
  32. box-shadow: 0px 0px 2px rgba(200,0,0,0.1);
  33. }
  34. .ic-select-box {
  35. pointer-events: none;
  36. position: absolute;
  37. border: 1px solid #4a87ee;
  38. border-radius: 3px;
  39. background-color: rgba(105, 151, 242, 0.05);
  40. z-index: 15;
  41. box-sizing: border-box;
  42. }
  43. .ic-select-box .control-container {
  44. position:absolute;
  45. top:-10px;
  46. right:4px;
  47. height:22px;
  48. }
  49. .ic-select-box .control-container>a {
  50. position:relative;
  51. display:inline-block;
  52. background-color:#fff;
  53. border:1px solid #4a87ee;
  54. border-radius:50%;
  55. height:20px;
  56. width:20px;
  57. padding-left:3px;
  58. cursor:pointer;
  59. color:#4a87ee;
  60. pointer-events:auto;
  61. }
  62. .ic-select-box .select-remove {
  63. font-size:16px;
  64. }
  65. .ic-select-box .select-duplicate {
  66. padding-left:2px !important;
  67. margin-right:2px;
  68. }
  69. .ic-select-box.duplicatebox {
  70. border-color:#5cb85c;
  71. }
  72. .ic-select-box.removebox {
  73. border-color:#D9534F;
  74. }
  75. .ic-select-box.duplicatebox .select-duplicate{
  76. border-color:#5cb85c;
  77. color:#5cb85c;
  78. }
  79. .ic-select-box.removebox .select-remove{
  80. border-color:#D9534F;
  81. color:#D9534F;
  82. }
  83. .lr-component-item {
  84. /*margin:10px;*/
  85. }
  86. .lr-component-one,
  87. .lr-component-heading {
  88. border:1px dashed #ccc;
  89. border-radius:3px;
  90. color:#999;
  91. min-height: 45px;
  92. }
  93. .lr-component-one.lr-f,
  94. .lr-component-heading.lr-f {
  95. border:1px dashed #fff;
  96. color:#000000;
  97. min-height: 45px;
  98. }
  99. .lr-component-one.lr-f:hover,
  100. .lr-component-heading.lr-f:hover {
  101. border:1px solid #4a87ee;
  102. }
  103. .tabsMessage {
  104. margin:auto;
  105. padding:45% 20px 0px 20px;
  106. }
  107. .tabsMessage i {
  108. font-size:26px;
  109. margin-right:5px;
  110. }
  111. .tabsMessage p {
  112. font-size:16px;
  113. color:#7A7A7A;
  114. }
  115. /*扩展颜色*/
  116. .bgcolor_a {
  117. background: #7E9DE7;
  118. }
  119. .bgcolor_b {
  120. background: #F6C34C;
  121. }
  122. .bgcolor_c {
  123. background: #46C6C8;
  124. }
  125. .bgcolor_d {
  126. background: #FF6666;
  127. }
  128. .bgcolor_e {
  129. background: #9CCC65;
  130. }
  131. .bgcolor_f {
  132. background: #14c760;
  133. }
  134. .bgcolor_g {
  135. background:#886aea;
  136. }
  137. .bgcolor_h {
  138. background: #DCDCDC;
  139. }
  140. /*列表类型3*/
  141. .lr-list-type3>div>i:first-child{
  142. color: #fff;
  143. left: 0;
  144. width: 50px;
  145. padding-left: 8px;
  146. border-radius: 5px 0 0 5px;
  147. }
  148. .lr-list-type3 .item {
  149. border-radius: 5px !important;
  150. }
  151. .lr-list-type3 .item-icon-left {
  152. padding-left:60px;
  153. }
  154. /*一般icon列表(看实例列表)*/
  155. .lr-iconitem {
  156. height:60px;
  157. padding-left:60px !important;
  158. padding-top:19px !important;
  159. height:58px;
  160. }
  161. .lr-iconitem>i:first-child,
  162. .lr-iconitem>a>i:first-child {
  163. position: absolute;
  164. left: 11px;
  165. top: 8px;
  166. width: 40px;
  167. height: 40px;
  168. padding:5px;
  169. color:#fff;
  170. }