we7.common169.css 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  1. /*兼容微擎新版图片选择�?*/
  2. .modal-open {
  3. overflow: inherit;
  4. padding: 0 !important
  5. }
  6. .modal.fade .modal-dialog {
  7. -webkit-transform: translate(0, -75%);
  8. -ms-transform: translate(0, -75%);
  9. -o-transform: translate(0, -75%);
  10. transform: translate(0, -75%)
  11. }
  12. .modal.in .modal-dialog {
  13. -webkit-transform: translate(0, -50%);
  14. -ms-transform: translate(0, -50%);
  15. -o-transform: translate(0, -50%);
  16. transform: translate(0, -50%)
  17. }
  18. #newUploaderImg .modal-dialog, .uploader-modal .modal-dialog {
  19. width: 1088px
  20. }
  21. #newUploaderImg .modal-header, .uploader-modal .modal-header {
  22. border-bottom: 1px solid #e7e7eb;
  23. padding: 15px 20px
  24. }
  25. #newUploaderImg .modal-header .modal-title, .uploader-modal .modal-header .modal-title {
  26. font-size: 16px
  27. }
  28. #newUploaderImg .modal-footer .count, .uploader-modal .modal-footer .count {
  29. display: inline-block;
  30. height: 34px;
  31. line-height: 34px
  32. }
  33. #newUploaderImg .modal-footer .btn-default.disabled, .uploader-modal .modal-footer .btn-default.disabled {
  34. background-color: #E7E7EB
  35. }
  36. #newUploaderImg .modal-body, .uploader-modal .modal-body {
  37. padding: 0;
  38. max-height: 710px;
  39. overflow: hidden
  40. }
  41. #newUploaderImg .modal-body .nav.nav-pills, .uploader-modal .modal-body .nav.nav-pills {
  42. float: left;
  43. width: 150px;
  44. border-right: 1px solid #e7e7eb;
  45. margin-bottom: -999px;
  46. padding-bottom: 999px
  47. }
  48. #newUploaderImg .modal-body .nav.nav-pills li, .uploader-modal .modal-body .nav.nav-pills li {
  49. height: 34px;
  50. line-height: 34px;
  51. margin: 0;
  52. padding-left: 15px
  53. }
  54. #newUploaderImg .modal-body .nav.nav-pills li a, .uploader-modal .modal-body .nav.nav-pills li a {
  55. color: #252424
  56. }
  57. #newUploaderImg .modal-body .nav.nav-pills li.active, #newUploaderImg .modal-body .nav.nav-pills .head .navbar-left > li:hover, .head #newUploaderImg .modal-body .nav.nav-pills .navbar-left > li:hover, #newUploaderImg .modal-body .nav.nav-pills .panel-menu li.list-group-item:not(.list-group-more):hover, .panel-menu #newUploaderImg .modal-body .nav.nav-pills li.list-group-item:not(.list-group-more):hover, #newUploaderImg .modal-body .nav.nav-pills li:hover, .uploader-modal .modal-body .nav.nav-pills li.active, .uploader-modal .modal-body .nav.nav-pills .head .navbar-left > li:hover, .head .uploader-modal .modal-body .nav.nav-pills .navbar-left > li:hover, .uploader-modal .modal-body .nav.nav-pills .panel-menu li.list-group-item:not(.list-group-more):hover, .panel-menu .uploader-modal .modal-body .nav.nav-pills li.list-group-item:not(.list-group-more):hover, .uploader-modal .modal-body .nav.nav-pills li:hover {
  58. background-color: #f4f5f9
  59. }
  60. #newUploaderImg .modal-body .material-body, .uploader-modal .modal-body .material-body {
  61. border: none
  62. }
  63. #newUploaderImg .modal-body .row, .uploader-modal .modal-body .row {
  64. margin: -10px
  65. }
  66. #newUploaderImg .modal-body .col-sm-2, #newUploaderImg .modal-body .col-sm-3, #newUploaderImg .modal-body .col-sm-4, .uploader-modal .modal-body .col-sm-2, .uploader-modal .modal-body .col-sm-3, .uploader-modal .modal-body .col-sm-4 {
  67. padding: 10px;
  68. overflow: hidden;
  69. box-sizing: border-box;
  70. cursor: pointer
  71. }
  72. /*#newUploaderImg .modal-body .col-sm-2.input-group, #newUploaderImg .modal-body .col-sm-3.input-group, #newUploaderImg .modal-body .col-sm-4.input-group, .uploader-modal .modal-body .col-sm-2.input-group, .uploader-modal .modal-body .col-sm-3.input-group, .uploader-modal .modal-body .col-sm-4.input-group {
  73. padding: 0 20px 0 0
  74. }*/
  75. #newUploaderImg .tab-content, .uploader-modal .tab-content {
  76. width: 935px;
  77. height: 100%;
  78. float: left
  79. }
  80. #newUploaderImg.news .tab-content, .uploader-modal.news .tab-content {
  81. height: 370px;
  82. overflow: hidden
  83. }
  84. #newUploaderImg.news .material-appmsg-item, .uploader-modal.news .material-appmsg-item {
  85. width: 100%
  86. }
  87. #newUploaderImg.news #material-list-pager, .uploader-modal.news #material-list-pager {
  88. float: right;
  89. height: 64px;
  90. padding-bottom: 15px;
  91. padding-right: 15px
  92. }
  93. #newUploaderImg.basic .modal-body textarea, .uploader-modal.basic .modal-body textarea {
  94. margin-top: 15px
  95. }
  96. #newUploaderImg.basic .modal-body .tab-content, .uploader-modal.basic .modal-body .tab-content {
  97. width: 100%;
  98. float: none;
  99. margin-top: 1px
  100. }
  101. #newUploaderImg.basic .modal-body,.uploader-modal.basic .modal-body {
  102. padding: 30px
  103. }
  104. #newUploaderImg.basic .modal-body .tab-content textarea, .uploader-modal.basic .modal-body .tab-content textarea {
  105. width: 100%
  106. }
  107. #newUploaderImg.music .modal-body, .uploader-modal.music .modal-body {
  108. padding: 30px
  109. }
  110. #newUploaderImg.voice .tab-content, #newUploaderImg.video .tab-content, #newUploaderImg.image .tab-content, #newUploaderImg.module .tab-content, .uploader-modal.voice .tab-content, .uploader-modal.video .tab-content, .uploader-modal.image .tab-content, .uploader-modal.module .tab-content {
  111. width: 100%;
  112. padding: 15px;
  113. float: none
  114. }
  115. #newUploaderImg.voice #material-list-pager, #newUploaderImg.video #material-list-pager, #newUploaderImg.image #material-list-pager, #newUploaderImg.module #material-list-pager, .uploader-modal.voice #material-list-pager, .uploader-modal.video #material-list-pager, .uploader-modal.image #material-list-pager, .uploader-modal.module #material-list-pager {
  116. float: right;
  117. height: 64px;
  118. padding-bottom: 15px;
  119. padding-right: 15px
  120. }
  121. #newUploaderImg.image .material-body,.uploader-modal.image .material-body {
  122. padding: 0;
  123. position: relative;
  124. overflow-y: hidden
  125. }
  126. #newUploaderImg.image .category, .uploader-modal.image .category{
  127. width: 170px;
  128. height: 460px;
  129. overflow-y: auto;
  130. border-right: 1px solid #e7e7eb;
  131. background: #f4f5f9;
  132. float: left;
  133. display: none;
  134. }
  135. #newUploaderImg.image .category .add, .uploader-modal.image .category .add{
  136. line-height: 44px;
  137. text-align: center;
  138. background: #fff;
  139. border-bottom: 1px solid #e7e7eb;
  140. }
  141. #newUploaderImg.image .category li .name, .uploader-modal.image .category li .name{
  142. width: 100%;
  143. overflow: hidden;
  144. white-space: nowrap;
  145. text-overflow: ellipsis;
  146. }
  147. #newUploaderImg.image .img-container, .uploader-modal.image .img-container{
  148. padding: 10px 10px 41px;
  149. flex-wrap: wrap;
  150. margin-left: 0;
  151. max-height: 460px;
  152. overflow-y: auto;
  153. }
  154. #newUploaderImg.image .img-container .item, .uploader-modal.image .img-container .item{
  155. flex: none;
  156. position: relative;
  157. width: calc(20% - 20px);
  158. margin: 10px;
  159. text-align: center;
  160. vertical-align: middle;
  161. background-color: #eee;
  162. background-size: contain;
  163. background-repeat: no-repeat;
  164. background-position: 50% 50%;
  165. }
  166. #newUploaderImg.image .img-container .item:before, .uploader-modal.image .img-container .item:before{
  167. content: "";
  168. display: inline-block;
  169. padding-bottom: 100%;
  170. width: .1px;
  171. vertical-align: middle;
  172. }
  173. #newUploaderImg.image .img-container .item .name, .uploader-modal.image .img-container .item .name{
  174. position: absolute;
  175. bottom: 0;
  176. left: 0;
  177. width: 100%;
  178. line-height: 34px;
  179. background: rgba(0,0,0,.5);
  180. color: #fff;
  181. padding: 0 20px;
  182. text-align: left;
  183. z-index: 2;
  184. text-overflow: ellipsis;
  185. overflow: hidden;
  186. white-space: nowrap;
  187. }
  188. .we7-flex{
  189. display: flex;
  190. display: -webkit-flex;
  191. }
  192. #newUploaderImg.image .material-body .selected-all,.uploader-modal.image .material-body .selected-all {
  193. width: 915px;
  194. padding: 10px 30px;
  195. background: #fff;
  196. position: absolute;
  197. left: 170px;
  198. bottom: -1px;
  199. z-index: 20
  200. }
  201. #newUploaderImg.image .tab-content, .uploader-modal.image .tab-content{
  202. height: 460px;
  203. padding: 15px 7px
  204. }
  205. #newUploaderImg.image .tab-content .history .img-list, .uploader-modal.image .tab-content .history .img-list {
  206. margin: 0
  207. }
  208. #newUploaderImg.image .col-sm-2 .item, .uploader-modal.image .col-sm-2 .item {
  209. position: relative;
  210. width: 100%;
  211. text-align: center;
  212. vertical-align: middle;
  213. background-color: #eee;
  214. background-size: contain;
  215. background-repeat: no-repeat;
  216. background-position: 50% 50%
  217. }
  218. #newUploaderImg.image .col-sm-2 .item:before, .uploader-modal.image .col-sm-2 .item:before {
  219. content: "";
  220. display: inline-block;
  221. padding-bottom: 100%;
  222. width: .1px;
  223. vertical-align: middle
  224. }
  225. #newUploaderImg.image .col-sm-2 .item .name, .uploader-modal.image .col-sm-2 .item .name {
  226. position: absolute;
  227. bottom: 0;
  228. left: 0;
  229. width: 100%;
  230. line-height: 34px;
  231. background: rgba(0, 0, 0, .5);
  232. color: #fff;
  233. padding: 0 20px;
  234. text-align: left;
  235. z-index: 2
  236. }
  237. #newUploaderImg.image .img-net, .uploader-modal.image .img-net {
  238. font-size: 18px
  239. }
  240. #newUploaderImg.image .img-net .img, .uploader-modal.image .img-net .img {
  241. width: auto;
  242. min-width: 150px;
  243. height: 150px;
  244. background-color: #eee;
  245. margin: 50px 0 20px 0
  246. }
  247. #newUploaderImg.image .img-net input, .uploader-modal.image .img-net input {
  248. width: 500px;
  249. margin: 10px auto
  250. }
  251. #newUploaderImg.image .img-net .btn, .uploader-modal.image .img-net .btn {
  252. width: 120px;
  253. margin: 10px 0
  254. }
  255. #newUploaderImg.keyword .tab-content, .uploader-modal.keyword .tab-content {
  256. width: 100%;
  257. height: 310px;
  258. padding: 15px;
  259. float: none
  260. }
  261. #newUploaderImg.keyword .material-content, .uploader-modal.keyword .material-content {
  262. padding: 0
  263. }
  264. #newUploaderImg.keyword .row, .uploader-modal.keyword .row {
  265. margin: -10px
  266. }
  267. #newUploaderImg.keyword .col-sm-2, .uploader-modal.keyword .col-sm-2 {
  268. padding: 10px;
  269. overflow: hidden;
  270. box-sizing: border-box;
  271. cursor: pointer
  272. }
  273. #newUploaderImg.keyword .col-sm-2 a, .uploader-modal.keyword .col-sm-2 a {
  274. display: block;
  275. width: 100%;
  276. height: 75px;
  277. position: relative;
  278. cursor: pointer;
  279. border: 1px solid #e7e7eb;
  280. text-align: center
  281. }
  282. #newUploaderImg.keyword .col-sm-2 a span, .uploader-modal.keyword .col-sm-2 a span {
  283. display: inline-block;
  284. width: 94%;
  285. padding: 0 3%;
  286. max-height: 54px;
  287. line-height: 18px;
  288. overflow: hidden;
  289. box-sizing: border-box;
  290. white-space: normal;
  291. position: absolute;
  292. top: 50%;
  293. left: 50%;
  294. -webkit-transform: translate(-50%, -50%);
  295. -o-transform: translate(-50%, -50%);
  296. -moz-transform: translate(-50%, -50%);
  297. transform: translate(-50%, -50%)
  298. }
  299. #newUploaderImg.keyword .col-sm-2.active a, #newUploaderImg.keyword .head .navbar-left > li.col-sm-2:hover a, .head #newUploaderImg.keyword .navbar-left > li.col-sm-2:hover a, #newUploaderImg.keyword .panel-menu .col-sm-2.list-group-item:not(.list-group-more):hover a, .panel-menu #newUploaderImg.keyword .col-sm-2.list-group-item:not(.list-group-more):hover a, #newUploaderImg.keyword .col-sm-2:hover a, .uploader-modal.keyword .col-sm-2.active a, .uploader-modal.keyword .head .navbar-left > li.col-sm-2:hover a, .head .uploader-modal.keyword .navbar-left > li.col-sm-2:hover a, .uploader-modal.keyword .panel-menu .col-sm-2.list-group-item:not(.list-group-more):hover a, .panel-menu .uploader-modal.keyword .col-sm-2.list-group-item:not(.list-group-more):hover a, .uploader-modal.keyword .col-sm-2:hover a {
  300. background-color: #f4f6f9;
  301. color: #428bca
  302. }
  303. #newUploaderImg.module .tab-content, .uploader-modal.module .tab-content {
  304. padding: 15px 7px
  305. }
  306. #newUploaderImg.module .img-list, .uploader-modal.module .img-list {
  307. margin: 0
  308. }
  309. #newUploaderImg.module .img-list img, .uploader-modal.module .img-list img {
  310. margin: 17px 0 4px 0
  311. }
  312. #newUploaderImg.module .col-sm-2 .item, .uploader-modal.module .col-sm-2 .item {
  313. position: relative;
  314. width: 100%;
  315. text-align: center;
  316. border: 1px solid #e7e7eb
  317. }
  318. #newUploaderImg.module .col-sm-2 .item:before, .uploader-modal.module .col-sm-2 .item:before {
  319. content: "";
  320. display: inline-block;
  321. padding-bottom: 100%;
  322. width: .1px;
  323. vertical-align: middle
  324. }
  325. #newUploaderImg.module .col-sm-2 .item .icon, .uploader-modal.module .col-sm-2 .item .icon {
  326. width: 80px;
  327. height: 80px;
  328. border-radius: 10px;
  329. vertical-align: middle
  330. }
  331. #newUploaderImg.module .col-sm-2 .item .name, .uploader-modal.module .col-sm-2 .item .name {
  332. position: absolute;
  333. bottom: 0;
  334. left: 0;
  335. width: 100%;
  336. line-height: 34px;
  337. background: rgba(0, 0, 0, .5);
  338. color: #fff;
  339. padding: 0 20px;
  340. text-align: left;
  341. z-index: 2
  342. }
  343. #newUploaderImg.video .col-sm-3 .item, #newUploaderImg.voice .col-sm-3 .item, #newUploaderImg.music .voice-content .col-sm-3 .item, .uploader-modal.video .col-sm-3 .item, .uploader-modal.voice .col-sm-3 .item, .uploader-modal.music .voice-content .col-sm-3 .item {
  344. position: relative;
  345. width: 100%;
  346. height: 150px;
  347. text-align: center;
  348. border: 1px solid #e7e7eb
  349. }
  350. #newUploaderImg.video .col-sm-3 .item .icon, #newUploaderImg.voice .col-sm-3 .item .icon, #newUploaderImg.music .voice-content .col-sm-3 .item .icon, .uploader-modal.video .col-sm-3 .item .icon, .uploader-modal.voice .col-sm-3 .item .icon, .uploader-modal.music .voice-content .col-sm-3 .item .icon {
  351. width: 60px;
  352. height: 60px;
  353. margin-top: 18px
  354. }
  355. #newUploaderImg.video .col-sm-3 .item .time, #newUploaderImg.voice .col-sm-3 .item .time, #newUploaderImg.music .voice-content .col-sm-3 .item .time, .uploader-modal.video .col-sm-3 .item .time, .uploader-modal.voice .col-sm-3 .item .time, .uploader-modal.music .voice-content .col-sm-3 .item .time {
  356. color: #999;
  357. line-height: 34px
  358. }
  359. #newUploaderImg.video .col-sm-3 .item .name, #newUploaderImg.voice .col-sm-3 .item .name, #newUploaderImg.music .voice-content .col-sm-3 .item .name, .uploader-modal.video .col-sm-3 .item .name, .uploader-modal.voice .col-sm-3 .item .name, .uploader-modal.music .voice-content .col-sm-3 .item .name {
  360. position: absolute;
  361. bottom: 0;
  362. left: 0;
  363. width: 100%;
  364. line-height: 34px;
  365. background: rgba(0, 0, 0, .5);
  366. color: #fff;
  367. padding: 0 20px;
  368. text-align: left;
  369. z-index: 2
  370. }
  371. #newUploaderImg .modal-body.image, #newUploaderImg .modal-body.thumb {
  372. height: 459px
  373. }
  374. #newUploaderImg .modal-body #wx .tablepanel-top, #newUploaderImg .modal-body #local .tablepanel-top {
  375. padding: 10px 15px;
  376. line-height: 34px;
  377. border-bottom: 1px solid #e7e7eb
  378. }
  379. #newUploaderImg .modal-body #wx .tablepanel-top span, #newUploaderImg .modal-body #local .tablepanel-top span {
  380. color: #999;
  381. display: inline-block;
  382. margin-right: 20px
  383. }
  384. #newUploaderImg .modal-body #wx .tablepanel-con, #newUploaderImg .modal-body #local .tablepanel-con {
  385. padding: 15px
  386. }
  387. #newUploaderImg .modal-body #wx .tablepanel-con input[type=text].form-control, #newUploaderImg .modal-body #local .tablepanel-con input[type=text].form-control {
  388. border-radius: 4px
  389. }
  390. #newUploaderImg .modal-body #wx .tablepanel-con .empty, #newUploaderImg .modal-body #local .tablepanel-con .empty {
  391. height: 330px;
  392. line-height: 330px;
  393. text-align: center;
  394. font-size: 18px
  395. }
  396. #newUploaderImg .modal-body #wx .tablepanel-con .fa, #newUploaderImg .modal-body #local .tablepanel-con .fa {
  397. margin: 0
  398. }
  399. #newUploaderImg .modal-body #wx .tablepanel-con .item, #newUploaderImg .modal-body #local .tablepanel-con .item {
  400. float: left;
  401. border: 1px solid #e7e7eb;
  402. width: 120px;
  403. height: 150px;
  404. margin: 0 15px 15px 0
  405. }
  406. #newUploaderImg .modal-body #wx .tablepanel-con .item .img, #newUploaderImg .modal-body #local .tablepanel-con .item .img {
  407. position: relative;
  408. overflow: hidden;
  409. width: 100%;
  410. height: 114px;
  411. text-align: center;
  412. background-color: #f4f5f9;
  413. background-size: contain;
  414. background-repeat: no-repeat;
  415. background-position: 50% 50%;
  416. cursor: pointer
  417. }
  418. #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover, #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover {
  419. display: none;
  420. position: absolute;
  421. top: 0;
  422. left: 0;
  423. width: 100%;
  424. height: 100%;
  425. text-align: center;
  426. line-height: 114px;
  427. background: rgba(0, 0, 0, .6);
  428. color: #fff
  429. }
  430. #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover .wi, #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover .ext-apply-item.apply-show:before, #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover .cut-list .item.apply-show:before, .cut-list #newUploaderImg .modal-body #wx .tablepanel-con .item .img .cover .item.apply-show:before, #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover .wi, #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover .ext-apply-item.apply-show:before, #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover .cut-list .item.apply-show:before, .cut-list #newUploaderImg .modal-body #local .tablepanel-con .item .img .cover .item.apply-show:before {
  431. font-size: 48px
  432. }
  433. #newUploaderImg .modal-body #wx .tablepanel-con .item .img-title, #newUploaderImg .modal-body #local .tablepanel-con .item .img-title {
  434. text-align: center;
  435. width: 100%;
  436. height: 34px;
  437. line-height: 34px;
  438. overflow: hidden;
  439. white-space: nowrap;
  440. text-overflow: ellipsis
  441. }
  442. #newUploaderImg .modal-body #wx .tablepanel-con .item.selected .cover, #newUploaderImg .modal-body #wx .tablepanel-con .site-template .item.lock .cover, .site-template #newUploaderImg .modal-body #wx .tablepanel-con .item.lock .cover, #newUploaderImg .modal-body #wx .tablepanel-con .system-template .item.lock .cover, .system-template #newUploaderImg .modal-body #wx .tablepanel-con .item.lock .cover, #newUploaderImg .modal-body #local .tablepanel-con .item.selected .cover, #newUploaderImg .modal-body #local .tablepanel-con .site-template .item.lock .cover, .site-template #newUploaderImg .modal-body #local .tablepanel-con .item.lock .cover, #newUploaderImg .modal-body #local .tablepanel-con .system-template .item.lock .cover, .system-template #newUploaderImg .modal-body #local .tablepanel-con .item.lock .cover {
  443. display: block
  444. }
  445. #newUploaderImg .modal-body #link {
  446. padding: 30px
  447. }
  448. #newUploaderImg .modal-body #link .item {
  449. border: 1px solid #e7e7eb;
  450. width: 120px;
  451. height: 150px;
  452. margin-right: 30px;
  453. float: left
  454. }
  455. #newUploaderImg .modal-body #link .item .img {
  456. position: relative;
  457. overflow: hidden;
  458. width: 100%;
  459. height: 114px;
  460. text-align: center;
  461. background-color: #f4f5f9;
  462. background-size: contain;
  463. background-repeat: no-repeat;
  464. background-position: 50% 50%
  465. }
  466. #newUploaderImg .modal-body #link .item .img .cover {
  467. display: none;
  468. position: absolute;
  469. top: 0;
  470. left: 0;
  471. width: 100%;
  472. height: 100%;
  473. text-align: center;
  474. line-height: 114px;
  475. background: rgba(0, 0, 0, .6);
  476. color: #fff
  477. }
  478. #newUploaderImg .modal-body #link .item .img .cover .wi, #newUploaderImg .modal-body #link .item .img .cover .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list #newUploaderImg .modal-body #link .item .img .cover .ext-apply-item.apply-show:before, #newUploaderImg .modal-body #link .item .img .cover .cut-list .item.apply-show:before, .cut-list #newUploaderImg .modal-body #link .item .img .cover .item.apply-show:before {
  479. font-size: 48px
  480. }
  481. #newUploaderImg .modal-body #link .item .img-title {
  482. text-align: center;
  483. width: 100%;
  484. height: 34px;
  485. line-height: 34px;
  486. overflow: hidden;
  487. white-space: nowrap;
  488. text-overflow: ellipsis
  489. }
  490. #newUploaderImg .modal-body #link .link {
  491. float: left;
  492. width: 450px
  493. }
  494. #newUploaderImg .modal-body #link .link .state {
  495. font-size: 18px;
  496. color: #999;
  497. margin: 15px 0
  498. }
  499. #newUploaderImg .modal-body #link .link button {
  500. min-width: 105px;
  501. margin: 15px 0
  502. }
  503. .we7-modal-dialog, .modal-dialog {
  504. min-width: 720px !important;
  505. position: absolute;
  506. left: 0;
  507. right: 0;
  508. top: 50%
  509. }
  510. .we7-modal-dialog .modal-content, .modal-dialog .modal-content {
  511. border-radius: 0
  512. }
  513. .we7-modal-dialog .modal-header, .modal-dialog .modal-header {
  514. background-color: #f4f5f9;
  515. border-bottom: 0
  516. }
  517. .we7-modal-dialog .modal-header .modal-title, .we7-modal-dialog .modal-header h3, .modal-dialog .modal-header .modal-title, .modal-dialog .modal-header h3 {
  518. font-size: 14px
  519. }
  520. .we7-modal-dialog .modal-header h3, .modal-dialog .modal-header h3 {
  521. margin: 0;
  522. padding: 0
  523. }
  524. .we7-modal-dialog .modal-footer, .modal-dialog .modal-footer {
  525. background-color: #f4f5f9;
  526. border-top: 0;
  527. text-align: center
  528. }
  529. .we7-modal-dialog .modal-footer .btn, .modal-dialog .modal-footer .btn {
  530. display: inline-block;
  531. min-width: 105px
  532. }
  533. .we7-modal-dialog .nav-pills > li.active > a, .we7-modal-dialog .head .navbar-left.nav-pills > li:hover > a, .head .we7-modal-dialog .navbar-left.nav-pills > li:hover > a, .we7-modal-dialog .panel-menu .nav-pills > li.list-group-item:not(.list-group-more):hover > a, .panel-menu .we7-modal-dialog .nav-pills > li.list-group-item:not(.list-group-more):hover > a, .modal-dialog .nav-pills > li.active > a, .modal-dialog .head .navbar-left.nav-pills > li:hover > a, .head .modal-dialog .navbar-left.nav-pills > li:hover > a, .modal-dialog .panel-menu .nav-pills > li.list-group-item:not(.list-group-more):hover > a, .panel-menu .modal-dialog .nav-pills > li.list-group-item:not(.list-group-more):hover > a {
  534. padding: 0;
  535. color: #428bca;
  536. background-color: transparent
  537. }
  538. .we7-modal-dialog .nav-pills > li > a, .modal-dialog .nav-pills > li > a {
  539. padding: 0;
  540. background-color: transparent;
  541. color: #333
  542. }
  543. .we7-modal-dialog .nav-pills > li > a:hover, .modal-dialog .nav-pills > li > a:hover {
  544. background-color: transparent;
  545. color: #428bca
  546. }
  547. .we7-modal-dialog .nav-pills > li + li, .modal-dialog .nav-pills > li + li {
  548. margin-left: 10px
  549. }
  550. .we7-modal-dialog .we7-select, .modal-dialog .we7-select {
  551. width: 100%
  552. }
  553. .we7-modal-dialog .wi, .we7-modal-dialog .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list .we7-modal-dialog .ext-apply-item.apply-show:before, .we7-modal-dialog .cut-list .item.apply-show:before, .cut-list .we7-modal-dialog .item.apply-show:before, .we7-modal-dialog .fa, .modal-dialog .wi, .modal-dialog .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list .modal-dialog .ext-apply-item.apply-show:before, .modal-dialog .cut-list .item.apply-show:before, .cut-list .modal-dialog .item.apply-show:before, .modal-dialog .fa {
  554. font-size: 22px;
  555. vertical-align: middle;
  556. margin-right: 0px
  557. }
  558. .we7-modal-dialog .text-info, .modal-dialog .text-info {
  559. color: #428bca
  560. }
  561. .modal-success {
  562. top: 50%;
  563. left: 50%;
  564. right: auto;
  565. bottom: auto;
  566. margin: 0 auto;
  567. transform: translate(-50%, -50%)
  568. }
  569. .modal-success.in .modal-dialog {
  570. min-width: 250px !important;
  571. width: auto;
  572. position: relative;
  573. left: auto;
  574. right: auto;
  575. top: 0;
  576. -webkit-transform: translate(0, 0);
  577. -ms-transform: translate(0, 0);
  578. -o-transform: translate(0, 0);
  579. transform: translate(0, 0)
  580. }
  581. .modal-success .modal-content {
  582. padding: 10px 30px;
  583. background-color: #51A351;
  584. color: #fff;
  585. border-color: #51a351;
  586. font-size: 14px;
  587. vertical-align: middle;
  588. border-radius: 3px;
  589. box-shadow: 0 0 0
  590. }
  591. .modal-success .modal-body {
  592. padding: 6px
  593. }
  594. .modal-success .wi, .modal-success .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list .modal-success .ext-apply-item.apply-show:before, .modal-success .cut-list .item.apply-show:before, .cut-list .modal-success .item.apply-show:before, .modal-success .fa {
  595. color: #fff !important
  596. }
  597. .material-content .material-head {
  598. padding: 15px 20px;
  599. border-bottom: 1px solid #e7e7eb;
  600. clear: both;
  601. box-sizing: border-box
  602. }
  603. .material-content .material-head .wi-search {
  604. font-size: 18px;
  605. margin: 0
  606. }
  607. .material-content .material-head .filter {
  608. width: 452px
  609. }
  610. .material-content .material-head .filter .we7-select {
  611. width: 200px
  612. }
  613. .material-content .material-head .filter .we7-select + .we7-select {
  614. margin-left: -1px
  615. }
  616. .material-content .material-nav {
  617. border-bottom: 1px solid #e7e7eb;
  618. padding: 0 20px
  619. }
  620. .material-content .material-nav a {
  621. display: inline-block;
  622. padding: 0 30px;
  623. line-height: 42px;
  624. font-size: 16px;
  625. color: #999;
  626. border-bottom: 3px solid transparent
  627. }
  628. .material-content .material-nav a:hover, .material-content .material-nav a.active, .material-content .material-nav .panel-menu a.list-group-item:not(.list-group-more):hover, .panel-menu .material-content .material-nav a.list-group-item:not(.list-group-more):hover {
  629. color: #428bca;
  630. border-color: #428bca
  631. }
  632. .material-content .material-body {
  633. padding: 20px;
  634. height: 460px;
  635. overflow-y: auto;
  636. border-bottom: 1px solid #e7e7eb
  637. }
  638. .material-content .material-body .item {
  639. position: relative
  640. }
  641. .material-content .material-body .item:hover {
  642. outline: 2px solid #428bca
  643. }
  644. .material-content .material-body .item.active .mask, .material-content .material-body .head .navbar-left > li.item:hover .mask, .head .material-content .material-body .navbar-left > li.item:hover .mask, .material-content .material-body .panel-menu .item.list-group-item:not(.list-group-more):hover .mask, .panel-menu .material-content .material-body .item.list-group-item:not(.list-group-more):hover .mask {
  645. display: block
  646. }
  647. .material-content .material-body .mask {
  648. position: absolute;
  649. top: 0;
  650. right: 0;
  651. bottom: 0;
  652. left: 0;
  653. z-index: 5;
  654. background-color: rgba(0, 0, 0, .5);
  655. text-align: center;
  656. display: none
  657. }
  658. .material-content .material-body .mask .wi, .material-content .material-body .mask .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list .material-content .material-body .mask .ext-apply-item.apply-show:before, .material-content .material-body .mask .cut-list .item.apply-show:before, .cut-list .material-content .material-body .mask .item.apply-show:before {
  659. color: #fff;
  660. font-size: 32px;
  661. position: absolute;
  662. top: 50%;
  663. left: 50%;
  664. -webkit-transform: translate(-50%, -50%);
  665. -moz-transform: translate(-50%, -50%);
  666. transform: translate(-50%, -50%)
  667. }
  668. .material-content .material-body .del {
  669. position: absolute;
  670. width: 34px;
  671. line-height: 34px;
  672. text-align: center;
  673. background-color: #428bca;
  674. cursor: pointer;
  675. bottom: 0;
  676. right: 0;
  677. z-index: 6;
  678. display: none
  679. }
  680. .material-content .material-body .item:hover .del {
  681. display: block
  682. }
  683. .material-content .material-body .del .wi, .material-content .material-body .del .ext-apply-list .ext-apply-item.apply-show:before, .ext-apply-list .material-content .material-body .del .ext-apply-item.apply-show:before, .material-content .material-body .del .cut-list .item.apply-show:before, .cut-list .material-content .material-body .del .item.apply-show:before {
  684. color: #fff
  685. }
  686. .material-content .material-pager {
  687. padding: 20px;
  688. height: 79px
  689. }
  690. .material-content .tab-content {
  691. overflow-x: hidden;
  692. overflow-y: auto;
  693. height: 310px
  694. }
  695. select.we7-select {
  696. height: 34px;
  697. padding: 0 10px;
  698. color: #252424;
  699. border-color: #e7e7eb !important;
  700. border-style: solid;
  701. border-width: 1px;
  702. box-shadow: 0 0 0 !important;
  703. outline: 0;
  704. border-radius: 0;
  705. appearance: none;
  706. -moz-appearance: none;
  707. -webkit-appearance: none;
  708. background: url(../images/select-arrow.png) #fff no-repeat right !important;
  709. padding-right: 35px
  710. }
  711. select.we7-select:focus {
  712. border-color: #e7e7eb !important
  713. }
  714. select.we7-select:hover {
  715. border-color: #e7e7eb !important
  716. }
  717. select.we7-select:active {
  718. border-color: #e7e7eb !important
  719. }
  720. select.we7-select + .we7-select, select + .we7-select {
  721. margin-left: 10px
  722. }
  723. select.we7-select[multiple=multiple], select[multiple=multiple] {
  724. height: auto !important;
  725. background: none !important
  726. }
  727. @font-face {
  728. font-family: we7icon;
  729. src: url(../../../../web/resource/fonts/we7icon.eot?ceg6l3);
  730. src: url(../../../../web/resource/fonts/we7icon.eot?ceg6l3#iefix) format("embedded-opentype"), url(../../../../web/resource/fonts/we7icon.ttf?ceg6l3) format("truetype"), url(../../../../web/resource/fonts/we7icon.woff?ceg6l3) format("woff"), url(../../../../web/resource/fonts/we7icon.svg?ceg6l3#we7icon) format("svg");
  731. font-weight: 400;
  732. font-style: normal
  733. }
  734. .wi, .ext-apply-list .ext-apply-item.apply-show:before, .cut-list .item.apply-show:before {
  735. font-family: we7icon !important;
  736. display: inline-block;
  737. speak: none;
  738. font-style: normal;
  739. font-weight: 400;
  740. font-variant: normal;
  741. text-transform: none;
  742. line-height: 1;
  743. -webkit-font-smoothing: antialiased;
  744. -moz-osx-font-smoothing: grayscale
  745. }
  746. #newUploaderImg.image .category li.active, #newUploaderImg.image .category .head .navbar-left>li:hover, .head #newUploaderImg.image .category .navbar-left>li:hover, #newUploaderImg.image .category .panel-menu li.list-group-item:not(.list-group-more):hover, .panel-menu #newUploaderImg.image .category li.list-group-item:not(.list-group-more):hover, #newUploaderImg.image .category li:hover, .uploader-modal.image .category li.active, .uploader-modal.image .category .head .navbar-left>li:hover, .head .uploader-modal.image .category .navbar-left>li:hover, .uploader-modal.image .category .panel-menu li.list-group-item:not(.list-group-more):hover, .panel-menu .uploader-modal.image .category li.list-group-item:not(.list-group-more):hover, .uploader-modal.image .category li:hover{
  747. background:#fff
  748. }
  749. .wi-search:before {
  750. content: "\e911"
  751. }
  752. .wi-right:before {
  753. content: "\e955"
  754. }
  755. .wi-delete2:before {
  756. content: "\e913"
  757. }
  758. .wi-file:before {
  759. content: "\e930"
  760. }
  761. .wi-registersite:before {
  762. content: "\e931"
  763. }
  764. .modal.uploader-modal {
  765. z-index: 2060 !important;
  766. }
  767. .btn-group .btn+.btn{
  768. border-left: 0;
  769. margin-left: 0;
  770. }
  771. .dropdown-toggle span.sr-only{
  772. position: absolute;
  773. width: 1px;
  774. height: 1px;
  775. padding: 0;
  776. margin: -1px;
  777. overflow: hidden;
  778. clip: rect(0,0,0,0);
  779. border: 0;
  780. }
  781. .btn-uploader .we7-margin-horizontal-sm{
  782. display: none;
  783. }
  784. .btn-uploader .btn.btn-danger{
  785. margin-right: 10px;
  786. }
  787. /*6Z2S5bKb5piT6IGU5LqS5Yqo572R57uc56eR5oqA5pyJ6ZmQ5YWs5Y+4*/