user.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /*----------------user-----------------*/
  2. .user{width:100%;margin-top: 60px;}
  3. .user-home{width:1226px; margin:0 auto; padding:20px 0; font-size:14px; color:#666;}
  4. .user-box{width:1226px; padding-bottom:50px; margin:0 auto;}
  5. .user-menu{width:220px; background-color:#fff; -webkit-box-shadow:0 5px 16px rgba(0,0,0,.06);box-shadow:0 5px 16px rgba(0,0,0,.06);}
  6. .user-menu h3{font-size:20px; font-weight:400; text-align:center; padding:12px 0; background-color:#4385F5; color:#fff;}
  7. .user-menu ul{padding:0;}
  8. .user-menu li{line-height:52px; font-size:16px; border-bottom:1px solid #f0f0f0;}
  9. .user-menu li.on{background-color:#f6f6f6; font-weight:800;}
  10. .user-menu li a{line-height:52px; display:block; text-indent:20px;}
  11. .user-menu li.on a{color:#4385F5;}
  12. .user-right{width:960px;}
  13. /*--userinfo--*/
  14. .user-note{padding: 15px; line-height: 24px; color: #FF5722; border:1px solid #FF5722; background-color: #ffe7dd; margin-bottom: 20px; font-size: 14px;}
  15. .get-code{cursor: pointer; color:#4385F5}
  16. .get-code.disabled{cursor: not-allowed; color:#aaa;}
  17. .user-info{width:920px; padding:20px; margin-bottom:20px; background-color:#fff; -webkit-box-shadow:0 5px 16px rgba(0,0,0,.06);box-shadow:0 5px 16px rgba(0,0,0,.06);}
  18. .user-info-img{width:80px; height:80px; float:left;}
  19. .user-info-img img{width:80px; height:80px;}
  20. .user-info dd{margin-left:96px;}
  21. .user-info-name{font-size:18px; line-height:36px; font-weight:600;}
  22. .user-info-tips{font-size:14px; line-height:1.6; color:#666;}
  23. .user-detail{width:920px; padding:20px 20px 30px; background-color:#fff; -webkit-box-shadow:0 5px 16px rgba(0,0,0,.06);box-shadow:0 5px 16px rgba(0,0,0,.06);}
  24. .user-detail-h3{font-size:18px; font-weight:600;}
  25. .user-detail-h3 a{font-size: 14px; color:#4385F5; margin-left: 10px;}
  26. .user-detail-table{width:100%; margin:20px 0; border:1px solid #eee;}
  27. .user-detail-table td{padding:10px; border:1px solid #e8e8e8; font-size:14px;}
  28. .user-detail-table td.td-gay{background-color:#f2f2f2; text-align:right; color:#999;}
  29. .user-detail-table td.td-gay i{margin-left:5px; color:#FF5722;}
  30. .user-detail-edit a{padding:12px 20px; border-radius:3px; font-size:14px; display:inline-block; background-color:#d69d00; color:#fff;}
  31. .user-detail-table td input{padding:5px 0; border:1px solid #fff;}
  32. .user-detail-table td select{width:98%; padding:5px 0; border:1px solid #fff;}
  33. .user-detail-table td textarea{width:98%; padding:5px 0; border:1px solid #fff;}
  34. .user-detail-edit span{padding:10px 30px; border-radius:3px; font-size:14px; display:inline-block; cursor:pointer;}
  35. .user-detail-edit span.edit-save{background-color:#4385F5; color:#fff;}
  36. .user-detail-edit span.edit-cancel{margin-left:20px; background-color:#ddd; color:#666;}
  37. /*--my-data--*/
  38. .data-topic{background-color: #fff;}
  39. .data-topic h3{font-size: 22px; line-height: 32px; color: #333;}
  40. .data-topic table{width:100%; border-collapse: collapse;}
  41. .data-topic table th{border: 1px solid #e1e1e1; background-color: #f5f5f5; text-align: center; color:#999; font-size: 14px; padding:10px; border-collapse: collapse;}
  42. .data-topic table td{font-size: 14px; padding:10px; border: 1px solid #e1e1e1;}
  43. .data-topic li{line-height: 22px; padding: 3px 0; font-size: 13px;}
  44. .topic-item{padding: 25px 10px;}
  45. .topic-input{width: 98%; padding: 5px; height:24px; line-height: 24px; border: 1px solid #eee;}
  46. .topic-input:hover {border-color: #4385F5;}
  47. .topic-input:focus {border-color:#4385F5;border-right-width: 1px !important;outline: 0;box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);}
  48. .topic-view{color:#4385F5; cursor: pointer; font-size: 12px; margin:0 5px;}
  49. .topic-edit{color:#34A853; cursor: pointer; font-size: 12px; margin:0 5px;}
  50. .topic-del{color:#FF5722; cursor: pointer; font-size: 12px; margin:0 5px;}
  51. /*--data-detail--*/
  52. #tableItem{border-collapse: collapse;border: 1px solid #e8e8e8; width: 100%;}
  53. #tableItem th,#tableItem td{border: 1px solid #e8e8e8; text-align: center; padding:10px;}
  54. #tableItem th{background-color: #f5f5f5;}
  55. .table-box{padding: 10px 20px;}
  56. .table-edit-title{font-weight: 600;font-size: 14px; padding: 10px 0;}
  57. .bi-input{width: 180px; padding: 5px; height:24px; line-height: 24px; font-size: 12px; border: 1px solid #eee;}
  58. .bi-input:hover {border-color: #4385F5;}
  59. .bi-input:focus {border-color:#4385F5;border-right-width: 1px !important;outline: 0;box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);}
  60. .table-edit-item{padding: 5px 0;}
  61. .table-edit-item input[type="radio"]{width:16px; height:36px;line-height:32px;vertical-align: middle; margin-right: 3px;}
  62. .table-edit-item label{margin-left: 10px; font-size: 13px; color: #999;}
  63. .table-edit-btn{padding: 10px 0;}
  64. .file-add{color:#4385F5; cursor: pointer; font-size: 12px; margin:0 5px;}
  65. .table-del{color:#EB4336; cursor: pointer; font-size: 12px; margin:0 5px;}
  66. .table-view{color: #4385F5; cursor: pointer; font-size: 12px; margin:0 5px;}
  67. .table-edit{color: #34A853; cursor: pointer; font-size: 12px; margin:0 5px;}
  68. .columns-span{margin-left: 10px; color: #999;}
  69. /*--my-chart--*/
  70. .chart-row{display: flex;flex-flow:row wrap; margin-top: -6px;}
  71. .chart-col{width: 50%; padding: 6px; box-sizing: border-box;}
  72. .chart-card{background-color: #fff;}
  73. .chart-card-header{ position: relative; height: 42px; line-height: 42px; padding: 0 15px; border-bottom: 1px solid #f6f6f6;color: #333; font-size: 14px;}
  74. /*--report--*/
  75. .chart-detail{width: 750px; margin: 0 auto; background-color: #fff; border: 1px solid #eee;}
  76. .detail-box{ background: #fff url(../images/chart_bg.jpg) no-repeat; background-size: 100% auto;}
  77. .detail-title{padding: 100px 0; height: 60px; text-align: center; font-size: 36px; line-height: 1.6; color: #fff;}
  78. .chart-list{margin: 0 30px; background-color: #fff; border-radius: 10px;-webkit-box-shadow:0 5px 16px rgba(0,0,0,.1);box-shadow:0 5px 16px rgba(0,0,0,.1)}
  79. .chart-box{padding: 20px 0; border-bottom: 1px solid #eee;}
  80. .chart-title{padding:0 20px 20px; font-size: 24px;}
  81. .chart-footer{padding: 30px 0; text-align: center; color: #ccc;}
  82. /*--upload---*/
  83. .layui-upload-file{display:none!important;opacity:.01;filter:Alpha(opacity=1)}
  84. .layui-upload-drag,.layui-upload-form,.layui-upload-wrap{display:inline-block}
  85. .layui-upload-list{margin:10px 0}
  86. .layui-upload-choose{padding:0 10px;color:#999}
  87. .layui-upload-drag{position:relative;padding:30px;border:1px dashed #e2e2e2;background-color:#fff;text-align:center;cursor:pointer;color:#999}
  88. .layui-upload-drag .layui-icon{font-size:50px;color:#009688}.layui-upload-drag[lay-over]{border-color:#009688}.layui-upload-iframe{position:absolute;width:0;height:0;border:0;visibility:hidden}.layui-upload-wrap{position:relative;vertical-align:middle}
  89. .layui-upload-wrap .layui-upload-file{display:block!important;position:absolute;left:0;top:0;z-index:10;font-size:100px;width:100%;height:100%;opacity:.01;filter:Alpha(opacity=1);cursor:pointer}
  90. .layui-transfer-active,.layui-transfer-box{display:inline-block;vertical-align:middle}
  91. .box-contact-info { padding:15px 20px 0;}
  92. .upload-select-btn{color: #fff; background-color:#5FB878; display: inline-block; padding: 6px 12px; font-size: 12px;font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle;cursor: pointer; border: 1px solid #5FB878; border-radius: 2px;
  93. -ms-touch-action: manipulation;
  94. touch-action: manipulation;
  95. -webkit-user-select: none;
  96. -moz-user-select: none;
  97. -ms-user-select: none;
  98. user-select: none;
  99. }
  100. span.upload-select-btn:hover{background-color: #52b16c;}
  101. span.upload-post-btn{color: #fff; background-color:#4385F5; display: inline-block; padding: 6px 12px;font-size: 12px;font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; text-decoration: none; vertical-align: middle;cursor: pointer; border: 1px solid #4385F5; border-radius: 2px;
  102. -ms-touch-action: manipulation;
  103. touch-action: manipulation;
  104. -webkit-user-select: none;
  105. -moz-user-select: none;
  106. -ms-user-select: none;
  107. user-select: none;
  108. }
  109. span.upload-post-btn:hover{background-color: #0b97ff;}
  110. span.file-delete{color: #666; background-color:#eee; display: inline-block; padding: 6px 12px;font-size: 12px;font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; text-decoration: none; vertical-align: middle;cursor: pointer; border: 1px solid #ddd; border-radius: 2px;margin-right: 36px;
  111. -ms-touch-action: manipulation;
  112. touch-action: manipulation;
  113. -webkit-user-select: none;
  114. -moz-user-select: none;
  115. -ms-user-select: none;
  116. user-select: none;}
  117. .upload-file-title{padding:15px 0;font-size:14px; border: 2px dashed #eee; text-align: center;}
  118. .upload-file-tips{color:#EB4336;}
  119. .upload-file-title span.upload-select-btn{margin-right: 20px;}
  120. .upload-file-title strong{margin:0 5px;color:#EB4336;}
  121. .file-info{color:#999;}
  122. .file-info span{ margin-right: 20px;}
  123. .file-info i{color:#4385F5;}
  124. .upload-file-box{font-size:14px; padding: 10px 0;}
  125. .upload-file-table{border-collapse: collapse;border: 1px solid #e8e8e8;}
  126. .upload-file-table th,.upload-file-table td{border: 1px solid #e8e8e8; text-align: center; padding:7px 5px;}
  127. .upload-file-table th{background-color: #f5f5f5;}
  128. .upload-file-table td.error{background-color: #FFF9F9;color:#EB4336;}
  129. .upload-file-table th strong{color:#34A853;}