暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eyoucms.css 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. /*全局*/
  2. body {
  3. font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  4. }
  5. .list-none {
  6. padding: 0px;
  7. margin: 0px;
  8. list-style: none;
  9. }
  10. .ey-head {
  11. height: 80px;
  12. overflow: hidden;
  13. }
  14. .ey-head .logo li {
  15. float: left;
  16. height: 60px;
  17. line-height: 60px;
  18. font-size: 22px;
  19. }
  20. .ey-head .logo li img {
  21. max-width: 100%;
  22. }
  23. .ey-head .logo ul>li+li:before {
  24. padding: 0 10px;
  25. color: #ddd;
  26. font-size: 22px;
  27. content: "|\00a0"
  28. }
  29. .ey-footer {
  30. text-align: center;
  31. padding: 30px;
  32. color: #777;
  33. }
  34. .ey-footer p {
  35. margin-bottom: 5px;
  36. }
  37. .breadcrumb>li {
  38. display: inline-block;
  39. }
  40. .breadcrumb>li+li:before {
  41. padding: 0 5px;
  42. color: #ccc;
  43. content: "/\00a0";
  44. }
  45. .ey-member {
  46. background-color: #f7f7f7;
  47. background-size: cover;
  48. background-repeat: no-repeat;
  49. background-position: center center;
  50. padding: 50px 0px;
  51. overflow-x: hidden;
  52. }
  53. .ey-member input.form-control, .ey-member textarea.form-control {
  54. border-radius: 0px;
  55. height: 43px;
  56. }
  57. .ey-member .input-group .input-group-addon {
  58. border-radius: 0px;
  59. background: #efefef;
  60. }
  61. .ey-member .input-group i.fa {
  62. font-size: 18px;
  63. color: #aaa;
  64. width: 20px;
  65. text-align: center;
  66. }
  67. .ey-member select.form-control {
  68. border-radius: 0px;
  69. }
  70. .ey-member textarea.form-control {
  71. height: auto;
  72. }
  73. .ey-member .login_link {
  74. text-align: right;
  75. margin-bottom: 15px;
  76. }
  77. .ey-member .login_code_img img {
  78. height: 43px;
  79. cursor: pointer;
  80. }
  81. .ey-member .form-control-feedback {
  82. height: 43px;
  83. line-height: 43px;
  84. padding-right: 20px;
  85. }
  86. .ey-member .btn {
  87. border-radius: 0px;
  88. }
  89. .ey-form-choice {
  90. padding: 10px;
  91. }
  92. .ey-form-file-title {
  93. padding-top: 8px;
  94. padding-bottom: 8px;
  95. }
  96. .ey-form .ey-upfile .file-drop-zone {
  97. border: 0px;
  98. margin: 0px;
  99. }
  100. .ey-form .ey-upfile .file-preview {
  101. border-radius: 0px;
  102. max-width: 220px;
  103. } /*display:none;*/
  104. .ey-form .ey-upfile .kv-upload-progress {
  105. max-width: 220px;
  106. } /*display:none;*/
  107. .ey-form .ey-upfile .kv-upload-progress .progress {
  108. border-radius: 0px;
  109. } /*display:none;*/
  110. .ey-form .ey-upfile .file-preview .file-actions {
  111. display: none;
  112. }
  113. .ey-form .ey-upfile .file-preview-frame {
  114. box-shadow: none;
  115. display: block;
  116. margin: 0px;
  117. border: 0;
  118. padding: 0px;
  119. float: none;
  120. height: auto;
  121. }
  122. .ey-form .ey-upfile .file-preview-frame img {
  123. width: 100%!important;
  124. height: auto!important;
  125. }
  126. .ey-form .ey-upfile .file-preview-frame:hover {
  127. box-shadow: none;
  128. }
  129. .ey-form .ey-upfile .file-drop-zone-title {
  130. font-size: 30px;
  131. }
  132. .ey-form .ey-upfile .fileinput-cancel-button {
  133. width: 76px;
  134. }
  135. .ey-form .ey-upfile .progress {
  136. margin-bottom: 10px;
  137. }
  138. .ey-form .select-linkage .form-control {
  139. padding-right: 0px;
  140. }
  141. .has-success .form-control {
  142. border-color: #ccc;
  143. }
  144. .has-success .input-group-addon {
  145. border-color: #ccc;
  146. }
  147. /*新增样式*/
  148. .panel-default .panel-heading {
  149. background: none;
  150. border-bottom: 2px solid #f7f7f7;
  151. height: 44px;
  152. line-height: 44px;
  153. }
  154. .panel-default .panel-heading strong {
  155. cursor: pointer;
  156. background: none;
  157. font-weight: normal;
  158. background: -moz-linear-gradient(top, #e1e1e1, #fff);
  159. font-size: 16px;
  160. float: left;
  161. margin: 0 2px 0 0;
  162. height: 44px;
  163. line-height: 45px;
  164. width: 111px;
  165. text-align: center;
  166. }
  167. .ey-member-index .basic .panel-body {
  168. clear: both
  169. }
  170. .panel-default .panel-heading span {
  171. float: right;
  172. padding-right: 10px;
  173. font-size: 13px;
  174. cursor: pointer;
  175. }
  176. .panel, .member-profile-content .sidebar-box {
  177. padding: 0px !important;
  178. }
  179. li.list-group-item {
  180. padding: 0px !important;
  181. }
  182. .input-txt {
  183. width: 80%;
  184. padding: 6px 12px;
  185. background-color: #fff;
  186. background-image: none;
  187. border: 1px solid #ccc;
  188. border-radius: 0;
  189. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  190. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  191. box-shadow: none;
  192. border-radius: 0;
  193. height: 36px;
  194. box-sizing: border-box;
  195. font-size: 12px;
  196. color: #333;
  197. }
  198. .btn-primary {
  199. width: 101px;
  200. border: none !important
  201. }
  202. .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  203. -moz-box-shadow: 1px 1px 2px #ccc; /* 老的 Firefox */
  204. box-shadow: 1px 1px 2px #ccc;
  205. }
  206. .panel-default select {
  207. height: 38px;
  208. line-height: 38px;
  209. border-radius: 0;
  210. border: 1px solid #ccc;
  211. padding-left: 7px;
  212. }
  213. span.redx {
  214. color: red;
  215. float: right;
  216. width: 18%;
  217. text-align: left;
  218. vertical-align: middle;
  219. height: 38px;
  220. line-height: 38px;
  221. }
  222. p.notic {
  223. margin-bottom: 0px;
  224. }
  225. .sidebar-header {
  226. padding: 30px 15px;
  227. }
  228. .align-items-center {
  229. -ms-flex-align: center!important;
  230. align-items: center!important;
  231. }
  232. .sidebar-header .title h1 {
  233. color: #666;
  234. }
  235. .sidebar-header .title p {
  236. font-size: 0.9em;
  237. font-weight: 200;
  238. color: #666;
  239. margin: 0px;
  240. }
  241. .rounded-circle {
  242. border-radius: 50%!important;
  243. }
  244. .sidebar-header .avatar {
  245. width: 80px;
  246. margin: 0px auto;
  247. }
  248. .sidebar-header .avatar img {
  249. -webkit-transition: all 0.3s ease-in-out;
  250. -moz-transition: all 0.3s ease-in-out;
  251. -ms-transition: all 0.3s ease-in-out;
  252. -o-transition: all 0.3s ease-in-out;
  253. transition: all 0.3s ease-in-out;
  254. margin: auto;
  255. width: 80px;
  256. height: 80px;
  257. }
  258. .d-flex {
  259. text-align: center
  260. }
  261. .sidebar-header .title {
  262. margin-top: 10px;
  263. clear: both
  264. }
  265. .ydc-icon {
  266. width: 18px;
  267. height: 18px;
  268. display: block;
  269. border: none;
  270. background-repeat: no-repeat;
  271. background-position: center;
  272. background-size: 18px;
  273. }
  274. .list-group-item a {
  275. display: block;
  276. width: 100%;
  277. padding: 12px 0 12px 68px;
  278. line-height: 20px;
  279. position: relative;
  280. font-size: 14px;
  281. }
  282. .ydc-icon-find {
  283. margin-right: 8px;
  284. background-image: url(../images/homeico.png);
  285. }
  286. .active .ydc-icon-find {
  287. margin-right: 8px;
  288. background-image: url('../images/homeico2.png');
  289. }
  290. .fl {
  291. float: left;
  292. }
  293. .ydc-icon-record {
  294. margin-right: 8px;
  295. background-image: url('../images/caiwu-hei.png');
  296. }
  297. .active .ydc-icon-record {
  298. background-image: url('../images/caiwu.png');
  299. }
  300. .input-group {
  301. padding-top: 0px;
  302. margin: 0px auto;
  303. width: 320px;
  304. }
  305. .changepass .container {
  306. padding-top: 25px;
  307. }
  308. .changepass .modal-footer {
  309. text-align: center
  310. }
  311. .changepass .form-group {
  312. margin-bottom: 0px;
  313. }
  314. .reg {
  315. background: #f7f7f7;
  316. }
  317. .reg .input-group {
  318. width: 100%;
  319. }
  320. .reg .chicuele {
  321. position: absolute;
  322. right: 3px;
  323. bottom: 4px;
  324. height: 36px;
  325. z-index: 10;
  326. }
  327. .reg fieldset {
  328. border: 1px solid #e7e7e7
  329. }
  330. .reg legend {
  331. font-size: 1.1em;
  332. }
  333. .reg .radio, .reg .checkbox {
  334. width: 100%;
  335. float: left;
  336. }
  337. .reg .radio label, .reg .checkbox label {
  338. padding-left: 6px;
  339. }
  340. .reg .header {
  341. padding: 15px 0px;
  342. color: #fff;
  343. text-align: center
  344. }
  345. .reg .header span {
  346. font-size: 1.6rem;
  347. }
  348. .reg .select .dt {
  349. display: block;
  350. margin-bottom: .5rem;
  351. }
  352. .reg .panel-body {
  353. padding: 38px 50px 50px;
  354. }
  355. body.centre {
  356. overflow-x: hidden;
  357. }
  358. .centre .panel-body textarea {
  359. width: 80%;
  360. min-height: 60px;
  361. border: 1px solid #ccc
  362. }
  363. .centre .checkbox-custom, .centre .radio-custom {
  364. margin-top: 0px;
  365. }
  366. @media (min-width:640px) {
  367. .col-sm-2 {
  368. width: 20% !important
  369. }
  370. .col-sm-10 {
  371. width: 80%
  372. }
  373. .hamburger {
  374. display: none !important;
  375. }
  376. }
  377. .pay .ey-member-index .row {
  378. margin: 10px 0px;
  379. }
  380. .pay .panel-body{ padding:0px 10px 0px; }
  381. .pay .dataTables_wrapper{ margin-top:10px;}
  382. @media (max-width:640px) {
  383. .col-sm-2 {
  384. display: none;
  385. }
  386. .col-sm-10 {
  387. width: 100% !important;
  388. padding: 0px !important;
  389. }
  390. .nber {
  391. display: none;
  392. }
  393. .member-profile-content {
  394. padding: 0 5px;
  395. }
  396. .panel-body {
  397. padding: 8px;
  398. }
  399. .centre .panel-body {
  400. padding: 3px;
  401. }
  402. .ey-head .user-info .breadcrumb {
  403. display: none;
  404. }
  405. .ey-head {
  406. height: 68px;
  407. overflow: hidden;
  408. }
  409. .ey-head .logo li {
  410. float: left;
  411. height: 68px;
  412. line-height: 68px;
  413. font-size: 22px;
  414. }
  415. .changepass input.form-control {
  416. padding: 0px !important;
  417. text-indent: 8px;
  418. }
  419. .changepass input.btn-primary {
  420. position: absolute;
  421. right: -1px;
  422. top: 0px;
  423. z-index: 2;
  424. height: 38px;
  425. padding: 0px;
  426. border-radius: 2px;
  427. }
  428. .ey-member-index .row {
  429. margin-top: 30px;
  430. }
  431. }
  432. .tag-success {
  433. background: none;
  434. color: #333
  435. }
  436. .register_index input.sento {
  437. position: absolute;
  438. right: 0;
  439. top: 0px;
  440. z-index: 2;
  441. height: 42px;
  442. }
  443. /*-------------------------------*/
  444. #wrapper {
  445. -moz-transition: all 0.5s ease;
  446. -o-transition: all 0.5s ease;
  447. -webkit-transition: all 0.5s ease;
  448. padding-left: 0;
  449. transition: all 0.5s ease;
  450. }
  451. #wrapper.toggled {
  452. padding-left: 220px;
  453. }
  454. #wrapper.toggled #sidebar-wrapper {
  455. width: 220px;
  456. }
  457. #wrapper.toggled #page-content-wrapper {
  458. margin-right: -220px;
  459. position: absolute;
  460. }
  461. #sidebar-wrapper {
  462. -moz-transition: all 0.5s ease;
  463. -o-transition: all 0.5s ease;
  464. -webkit-transition: all 0.5s ease;
  465. background: #fff;
  466. height: 100%;
  467. left: 220px;
  468. margin-left: -220px;
  469. overflow-x: hidden;
  470. overflow-y: auto;
  471. transition: all 0.5s ease;
  472. width: 0;
  473. z-index: 1000;
  474. }
  475. #sidebar-wrapper::-webkit-scrollbar {
  476. display: none;
  477. }
  478. #page-content-wrapper {
  479. padding-top: 70px;
  480. width: 100%;
  481. }
  482. .hamburger {
  483. background: transparent;
  484. border: none;
  485. display: block;
  486. height: 30px;
  487. position: absolute;
  488. top: 20px;
  489. right: 10px;
  490. width: 30px;
  491. z-index: 999;
  492. }
  493. .hamburger:hover {
  494. outline: none;
  495. }
  496. .hamburger:focus {
  497. outline: none;
  498. }
  499. .hamburger:active {
  500. outline: none;
  501. }
  502. .hamburger.is-closed .hamb-top {
  503. -webkit-transition: all 0.35s ease-in-out;
  504. top: 5px;
  505. }
  506. .hamburger.is-closed .hamb-middle {
  507. margin-top: -2px;
  508. top: 50%;
  509. }
  510. .hamburger.is-closed .hamb-bottom {
  511. -webkit-transition: all 0.35s ease-in-out;
  512. bottom: 5px;
  513. }
  514. .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  515. height: 3px;
  516. left: 0;
  517. position: absolute;
  518. width: 100%;
  519. }
  520. .hamburger.is-open .hamb-top {
  521. -webkit-transform: rotate(45deg);
  522. -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  523. background-color: #ffffff;
  524. margin-top: -2px;
  525. top: 50%;
  526. }
  527. .hamburger.is-open .hamb-middle {
  528. background-color: #ffffff;
  529. display: none;
  530. }
  531. .hamburger.is-open .hamb-bottom {
  532. -webkit-transform: rotate(-45deg);
  533. -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  534. background-color: #ffffff;
  535. margin-top: -2px;
  536. top: 50%;
  537. }
  538. /*-------------------------------*/
  539. /* Dark Overlay */
  540. /*-------------------------------*/
  541. .overlay {
  542. position: fixed;
  543. display: none;
  544. width: 100%;
  545. height: 100%;
  546. top: 0;
  547. left: 0;
  548. right: 0;
  549. bottom: 0;
  550. background-color: rgba(0, 0, 0, 0.4);
  551. z-index: 1;
  552. }
  553. .list-group-item:first-child {
  554. border-radius: 0px !important;
  555. }
  556. .btn-group-lg>.btn, .btn-lg{ font-size:1rem}
  557. @media (min-width:640px) {
  558. .reg .panel-body {
  559. background: #fff;
  560. box-shadow: 0 0 50px #ccc;
  561. border-radius: 5px;
  562. border: #cecece;
  563. }
  564. }
  565. @media (max-width:640px) {
  566. .reg .panel-body{ padding:30px 15px;}
  567. .regi .panel-body{ padding:0px 15px 0px;}
  568. .reg .btn-primary{ width:auto}
  569. .panel-default .panel-heading strong{ width:80px; }
  570. .deta .ey-member-index .row {
  571. margin: 10px -10px;
  572. }
  573. h1.text-xs-center{ font-size: 2rem; margin-top: 10px !important; }
  574. }
  575. .changepass .form-group{ margin-bottom: 10px; }
  576. .form-group a.login_link{position: absolute;right: 0; top: 0;}
  577. .login-link {
  578. text-align: right;
  579. margin-top: 10px;
  580. margin-bottom: 10px;
  581. }
  582. .login-link span {
  583. color: #CACAD9;
  584. padding: 0 4px 0px 7px;
  585. text-align: center;
  586. font-size:12px;
  587. vertical-align: middle;
  588. }
  589. .login-link a {
  590. color: #999;
  591. vertical-align: middle;
  592. }
  593. em,i{ font-style:normal}
  594. .input-group em.tis{ position:absolute; right:6px; top:10px; z-index:3; color:#999}
  595. .mip-reg-logo {
  596. text-align: center;
  597. margin-bottom: 0px;
  598. margin-top: 10px;
  599. }
  600. .mip-reg-logo img{ width:65%;}
  601. .mip-reg-heading {
  602. font-size: 18px;
  603. color: #333;
  604. margin-top: 0px;
  605. margin-bottom: 40px;
  606. padding: 0;
  607. text-align:center
  608. }
  609. /*分页*/
  610. .pagination {
  611. display:inline-block;
  612. padding-left:0;
  613. border-radius:4px
  614. }
  615. .pagination>li {
  616. display:inline
  617. }
  618. .pagination>li>a, .pagination>li>span {
  619. position:relative;
  620. float:left;
  621. padding:6px 12px;
  622. margin-left:-1px;
  623. line-height:1.42857143;
  624. color:#337ab7;
  625. text-decoration:none;
  626. background-color:#fff;
  627. border:1px solid #ddd
  628. }
  629. .pagination>li:first-child>a, .pagination>li:first-child>span {
  630. margin-left:0;
  631. border-top-left-radius:4px;
  632. border-bottom-left-radius:4px
  633. }
  634. .pagination>li:last-child>a, .pagination>li:last-child>span {
  635. border-top-right-radius:4px;
  636. border-bottom-right-radius:4px
  637. }
  638. .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  639. color:#23527c;
  640. background-color:#eee;
  641. border-color:#ddd
  642. }
  643. .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  644. z-index:2;
  645. color:#fff;
  646. cursor:default;
  647. background-color:#337ab7;
  648. border-color:#337ab7
  649. }
  650. .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  651. color:#777;
  652. cursor:not-allowed;
  653. background-color:#fff;
  654. border-color:#ddd
  655. }
  656. .deta .dataTables_paginate,div.fytotal{ text-align: center; }
  657. i.fa-power-off{ margin-right: 6px; margin-left: 2px; }
  658. .fa-power-off:before{ font-size:17px; color: #aaa;content: "\f127"; }
  659. /*第三方登录样式*/
  660. .login_type{ padding-top: 15px; }
  661. .login_type ul li i{ font-size:3rem; }