| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- body,html{
- width: 100%;
- height: 100%;
- margin: 0;
- overflow: hidden;
- }
- .form_div{
- width: calc(100% - 40px);
- height: 100%;
- padding: 20px;
- padding-top: 10px;
- overflow: auto;
- overflow-x: hidden;
- background: #fff;
- }
- .title_input{
- width: 100%;
- height: 128px;
- background: #ffffff;
- border-radius: 10px;
- display: flex;
- align-items: center;
- }
- .layui-form-item{
- margin-bottom: 0;
- }
- .layui-form-item .layui-inline{
- margin: 0;
- }
- .layui-form-label{
- width: 88px;
- padding-left: 44px;
- font-size: 17px;
- line-height: 31px;
- color: #000;
- }
- .button_div{
- width: 104px;
- height: 33px;
- border-radius: 17px;
- color: #fff;
- margin-left: 20px;
- text-align: center;
- line-height: 33px;
- cursor: pointer;
- }
- .query_button{
- background: #2d8cf0;
- }
- .reset_button{
- background: #FF9500;
- }
- .button_div img{
- margin-right: 7px;
- }
- .list_div{
- width: calc(100% - 28px - 28px);
- height: 78%;
- background: #ffffff;
- border-radius: 10px;
- padding: 28px;
- padding-bottom: 0;
- }
- .date_div{
- width: 260px;
- height: 45px;
- border: 1px solid #ccc;
- border-radius: 5px;
- }
- .date_div img{
- float: left;
- margin: 10px 14px 10px 20px;
- }
- .date_div .layui-input{
- float: left;
- width: 95px;
- border: 0;
- height: 100%;
- }
- .line_div{
- color: #ccc;
- float: left;
- line-height: 45px;
- }
- .form_table{
- float: left;
- height: 510px;
- width: 100%;
- max-height: 510px;
- }
- .head_div{
- float: left;
- width: 100%;
- height: 46px;
- background-color: #2D8CF0;
- border-radius: 5px;
- }
- .head_name{
- float: left;
- font-size: 16px;
- font-weight: bold;
- color: #fff;
- text-align: center;
- line-height: 46px;
- white-space: nowrap;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- overflow: hidden;
- }
- .content_div{
- float: left;
- width: 100%;
- height: auto;
- }
- .content_column{
- float: left;
- width: 100%;
- border-bottom: 2px solid #EBEBEB;
- }
- .content_column .head_name{
- color: #666666;
- font-weight: 500;
- font-size: 14px;
- }
- .head_name i{
- color: #ccc;
- }
- .hide_content{
- float: left;
- width: calc(100% - 214px - 214px);
- height: 141px;
- background: rgb(250, 250, 250);
- border-radius: 5px;
- padding-left: 214px;
- padding-right: 214px;
- display: none;
- }
- .show_content{
- display: block;
- }
- .message_div_input{
- float: left;
- margin-top: 30px;
- width: 28%;
- margin-right: 8%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .message_div_input span{
- font-size: 14px;
- color: #666666;
- }
- .content_div_input{
- float: left;
- width: 100%;
- }
- .content_div_input_click{
- background-color: #e5e5e5;
- }
- .page_div{
- float: left;
- width: 100%;
- height: 35px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .previous_page{
- width: 104px;
- height: 33px;
- background: #2d8cf0;
- border-radius: 17px;
- text-align: center;
- line-height: 33px;
- }
- .button_div_head{
- width: 76px;
- height: 26px;
- background: #acacac;
- border-radius: 13px;
- text-align: center;
- border: 0;
- color: #fff;
- cursor: pointer;
- }
- .button_div_head img{
- margin-right: 6px;
- margin-bottom: 2px;
- }
- .offer_button{
- width: 104px;
- background: #00d59c;
- }
- .last_div_message{
- margin-right: 0;
- }
- .layui-laydate-range{
- width: 547px;
- }
- .delete_button{
- width: 104px;
- background: #1e9fff;
- }
|