|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- ::-webkit-scrollbar{
- width:0px!important;
- height: 0px!important;
- }
- .group-list {
- margin-top: 25px;
- }
- .group-list ul{
- margin: 0;
- padding: 0;
- }
- .group-list li{
- list-style-type: none;
- padding: 5px 0 5px 20px;
- margin: 5px 0;
- cursor: pointer;
- }
- .group-list li:hover{
- background-color: #CECECE;
- }
-
- .click-bg{
- background-color: #CECECE;
- }
-
- .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer){
- border: 0px!important;
- }
- .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border{
- border: 0px!important;
- }
- .btn-style1{
- padding: 6px 20px;
- border-radius: 5px 5px 0 0;
- background-color: #EAF9FD;
- color: #000000;
- }
- .btn-style2{
- padding: 6px 20px;
- border-radius: 0;
- color: #185EFF;
- border-color: #185EFF;
- }
- .btn-style3{
- color: #417EFA;
- padding: 0 10px;
- }
- .btn-style1:hover,.btn-style2:hover{
- background-color: #185EFF;
- color: #ffffff;
- }
-
- .address-btn layui-layer-title{
- background-color: #185EFF;
- text-align: center;
- font-size: 16px;
- }
-
- .address-btn layui-layer-btn{
- text-align: center;
- }
-
- .addgroup_frame{
- height: 32px;
- width: 360px;
- }
- .layui-layer-btn{
- text-align: center!important;
- }
-
- .address-from-left{
- height: 32px ;
- width: 25%;
- display: inline-block;
- text-align: right;
- }
-
- .address-from-right{
- height: 32px ;
- width: 55%;
- display: inline-block;
- text-align: right;
- margin-left: 14px;
- }
|