| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- html,
- body {
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- }
- *{
- box-sizing: border-box;
- }
- ul,li{
- margin: 0;
- }
- .x-body{
- padding: 0 !important;
- background-color: #ebeff5;
- border-radius: 10px;
- }
- body {
- background-color: #edf1f6;
- border-radius: 10px;
- font-family: "MicrosoftYaHei";
- padding: 13px;
- padding-top: 0;
- box-sizing: border-box;
- }
- .chosenActive {
- color: #4c84ff !important;
- border-bottom: 3px solid #4c84ff;
- }
- .layui-form{
- padding: 0;
-
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- margin-bottom: 10px;
- }
- .layui-form-label{
- width: 90px;
- margin: 0;
- }
- .layui-btn-customSearchBtnColor {
- background-color: #ff8e42;
- border-radius: 5px;
- }
- .layui-btn-export{
- color: #4C84FF;
- border: 1px solid #4C84FF;
- border-radius: 5px;
- background-color: #fff;
- }
- .layui-btn-chooseFile{
- padding: 5px 10px;
- font-size: 14px;
- color: #4C84FF;
- border: 1px solid #4C84FF;
- border-radius: 5px;
- background-color: #fff;
- }
- .layui-btn-recharge,
- .layui-btn-submit {
- width: 132px;
- height: 40px;
- color: #fff;
- border: 1px solid #4C84FF;
- border-radius: 5px;
- background-color: #4C84FF;
- }
- .layui-btn-reset,
- .layui-btn-cancel {
- width: 132px;
- height: 40px;
- color: #919AAF;
- border: 1px solid #DFE3E9;
- border-radius: 5px;
- background-color: #fff;
- }
- .layui-btn-reset:hover,
- .layui-btn-cancel:hover {
-
- color: #919AAF;
-
- }
- .layui-btn-export:hover {
- text-decoration: none;
- color: #4C84FF;
- border: 1px solid #4C84FF;
- border-radius: 5px;
- background-color: #fff;
- }
- .check-btn{
- width: 48px;
- height: 24px;
- border: 0;
- background-color: #4C84FF;
- color: #fff;
- border-radius: 20px;
- }
- .formBox{
- padding: 20px;
- background-color: #fff;
- border-bottom: 1px solid #F1F3F6;
- border-radius: 10px;
- }
- .basicTone{
- color: #FF8E42;
- }
- .basicTone-2{
- color: #4c84ff;
- }
- /**********顶部nav**********/
- nav{
- height: 70px;
- width: 100%;
- background-color: #fff;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- padding-left: 35px;
- border-bottom: 1px solid #F1F3F6;
- }
- nav ul li{
- float: left;
- height: 70px;
- line-height: 70px;
- margin-right: 40px;
- }
- nav ul li a{
- display: block;
- height: 70px;
- line-height: 70px;
- color: #9AA2AC;
- font-size: 16px;
- padding: 0 20px;
- }
- /* 分页相关 */
- .pager-container{
- background-color: #fff;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- padding: 0 20px;
- height: 74px;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- /* .pager-container .layui-form-selected dl {
- bottom: 10px;
- }
- .pager-container .layui-form-select .layui-input {
- height: 30px;
- } */
- .layui-form-selectup dl {
- top: auto;
- bottom: 20px;
- }
- .layui-btn-customSearchBtnColor {
- background-color: #ff8e42;
- border-radius: 5px;
- }
- /***********加**********/
- /* .pager-container{
- display: flex;
- justify-content: flex-start;
- align-items:center;
- } */
- .pager-container #pageJumpWrap span{
- color: #666;
- }
- #pageJumpContainer{
- display: flex;
- justify-content: space-between;
- align-content: center;
- }
-
- .pagination{
- display: inline-block;
- margin: 0;
- }
- #pageJumpWrap{
- display: inline-block;
- margin-left: 10px;
- }
- #pageJumpWrap *{
- margin:0 3px;
- }
- #pageJumpWrap input[name=page]{
- height: 31px;
- text-align: center;
- padding: 0
- }
- /***************tab*************/
- .box{
- background: #fff;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .control_box{
- height: 85px;
- margin: 0 auto;
- padding: 10px;
- box-sizing: border-box;
- position: relative;
- background-color: #F8FAFB;
- }
- .tab_wrap{
- text-align: center;
- border-radius: 20px;
- /* border: 1px solid #ddd; */
- width: 370px;
- margin: 13px auto;
- box-sizing: border-box;
- position: relative;
- }
- .tab_btn{
- /* display: inline-block; */
- position:absolute;
- width: 200px;
- height: 40px;
- font-size: 14px;
- text-align: center;
- line-height: 40px;
- /* margin: 0 auto; */
- /* background: #4e5666; */
- border-radius: 20px;
- outline: 0;
- border: 0;
- background-color: unset;
- box-sizing: border-box;
- border: 1px solid #ddd;
- }
- .lotSize-btn{
- color:#4C84FF;
- border:1px solid #4C84FF;
- border-radius:5px;
- }
- .lotSize-btn:hover{
- text-decoration: none;
-
- }
- .tabActive{
- background: #4C84FF;
- background: -webkit-linear-gradient(left, #4C84FF , #37A0F6); /* Safari 5.1 - 6.0 */
- background: -o-linear-gradient(right, #4C84FF, #37A0F6); /* Opera 11.1 - 12.0 */
- background: -moz-linear-gradient(right, #4C84FF, #37A0F6); /* Firefox 3.6 - 15 */
- background: linear-gradient(to right, #4C84FF , #37A0F6); /* 标准的语法 */
- color: #fff;
- border:1px solid #4C84FF;
- z-index: 100;
- }
- .tab_btn:hover{
- cursor: pointer;
- color: #4C84FF;
- }
- .tabActive:hover{
- cursor:unset;
- color: #fff;
- }
- .section_wrap section{
- width: 800px;
- margin: 0 auto;
- padding: 20px 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- background-color: #fff;
- }
- .FuzzySearch_Container{
- width: 150px;
- }
- .layui-form{
- margin: 0;
- }
- .layui-table{
- margin: 0;
- }
- /*********工具样式***********/
- .pull-right {
- float: right;
- }
- .pull-left{
- float: left;
- }
- .mgt_05{
- margin-top: 5px;
- }
- .mgr_20 {
- margin-right: 20px;
- }
- .mgt_20 {
- margin-top: 20px;
- }
- .mgl_10{
- margin-left: 10px;
- }
- .mgb_10{
- margin-bottom: 10px;
- }
- .pd_20{
- padding: 20px;
- }
- .clearfix:before,
- .clearfix:after {
- content: " ";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .hide{
- display: none;
- }
- .show{
- display: inline-block;
- }
- .readed{
- color: #999;
- }
- .unreaded{
- color: #000;
- }
- .mgtb_10{
- margin: 10px 0;
- }
- .mgt_20{
- margin-top: 20px;
- }
|