123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .Hui-aside {
- top: 0;
- }
- .Hui-aside ul {
- text-align: center;
- }
- .Hui-aside ul li {
- list-style-type: none;
- line-height: 45px;
- font-weight: bold;
- cursor: pointer;
- }
- .Hui-aside ul li.active {
- font-size: 20px;
- }
- .Hui-aside ul li a.active {
- color: #5a98de
- }
- .page-container {
- padding: 20px;
- width: calc(100% - 240px);
- margin-left: 200px;
- }
- .td-button {
- margin:5px;
- }
- .layui-tab-title {
- position: relative;
- left: 0;
- height: 40px;
- white-space: nowrap;
- font-size: 0;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- transition: all .2s;
- -webkit-transition: all .2s;
- height: 42px;
- margin-bottom: 20px;
- border: none;
- float: left;
- }
- .layui-tab-title li {
- display: inline-block;
- *display: inline;
- *zoom: 1;
- vertical-align: middle;
- font-size: 14px;
- transition: all .2s;
- -webkit-transition: all .2s;
- position: relative;
- line-height: 40px;
- min-width: 65px;
- padding: 0 15px;
- text-align: center;
- cursor: pointer;
- float: left;
- }
- .layui-tab-title .layui-this {
- color: #000
- }
- .layui-tab-brief > .layui-tab-title .layui-this {
- color: #009688
- }
- .layui-card .layui-tab-brief .layui-tab-title li {
- margin: 0 15px;
- padding: 0;
- line-height: 42px
- }
- .layui-card .layui-tab-brief .layui-tab-title li.layui-this {
- color: #333
- }
- .SearchWarp {
- float: right;
- overflow: hidden;
- }
- select, input[type="text"] {
- padding-left: 8px;
- border: 1px solid #c1c1c1;
- border-radius: 3px;
- color: #8cadbc;
- }
- .HS_LM_A_Right input[type="text"] {
- width: 250px;
- height: 34px;
- background-color: #f8f8f8;
- margin-left: 5px;
- }
- .HS_LM_Search {
- float: right;
- padding: 8px 25px;
- background-color: #545976;
- border-radius: 3px;
- color: White;
- margin: -1px 0 0 10px;
- font-size: 13px;
- cursor: pointer;
- }
- .HS_LM_Search:hover {
- background-color: #454961;
- }
- .HS_LM_A_select {
- float: left;
- }
- .HS_LM_A_select span {
- display: block;
- float: left;
- line-height: 34px;
- }
- .HS_LM_A_select_warp {
- overflow: hidden;
- }
- .HS_LM_A_select_warp select {
- height: 34px;
- width: 100px;
- margin-left: 10px;
- float: left;
- }
- .HS_LM_A_select_input_warp {
- position: relative;
- float: left;
- overflow: hidden;
- }
- .HS_LM_A_select_input_warp input {
- height: 34px;
- width: 180px;
- margin: 0 5px;
- padding-left: 10px;
- }
- .HS_LM_A_select_input_warp img {
- position: absolute;
- width: 20px;
- right: 20px;
- top: 7px;
- cursor: pointer;
- display: none;
- }
- .HS_LM_A_select_input, .HS_LM_A_select_input input {
- float: left;
- }
- .HS_LM_A_Right {
- float: left;
- }
|