123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- @import "~@less/variables.less";
- .container {
- padding-left: 80px;
- padding-top: 10px;
- position: fixed;
- bottom: 0;
- left: 10px;
- right: 470px;
- min-width: 720px;
- background-color: #fff;
- // z-index: 240;
- padding-bottom: 10px;
- border-bottom: 10px solid #e4e6e7;
- .button {
- width: 111px;
- height: 34px;
- outline: none;
- border-radius: 4px;
- cursor: pointer;
- color: @blue;
- border: 0 none;
- cursor: pointer;
- background: #fff;
- img{
- vertical-align: middle;
- position: relative;
- top: -2px;
- }
- }
- .preButton {
- height: 34px;
- line-height: 34px;
- outline: none;
- cursor: pointer;
- color: @blue;
- border: 0 none;
- background-color: #fff;
- margin-left:20px;
- img{
- vertical-align: middle;
- position: relative;
- top: -2px;
- }
- }
- .saveButton {
- width: 80px;
- height: 34px;
- outline: none;
- border-radius: 4px;
- cursor: pointer;
- color: #000;
- border: 1px solid #3B9ED0;
- background: #fff;
- margin-left:20px;
- background: #3B9ED0;
- color: #fff;
- float: right;
- margin-right: 20px;
- }
- .clearButton {
- border: 1px solid #414141;
- border-radius: 4px;
- background-color: #fff;
- color: #000;
- }
- .modal{
- position: fixed;
- left: 50%;
- margin-left: -360px;
- top: 0px;
- }
- .table{
- width: 650px;
- height: 78px;
- text-align: left;
- margin: 25px 1px 2px 5px;
- td{
- font-size: 12px;
- border: 1px solid #CCD2D9;
- text-align: left;
- padding: 10px;
- }
- }
- .sign{
- float: left;
- width: 100px;
- font-Size: 14px;
- line-height: 21px;
- }
- .textbox{
- float: left;
- width: 220px;
- height: 60px;
- border: 1px solid #979797;
- text-align: center;
- font-size: 20px;
- line-height: 50px;
- color: #979797;
- }
- .footer{
- clear: both;
- text-align: right;
- margin-top:20px;
- margin-bottom: 20px;
- }
- }
- .msg {
- text-align: center;
- font-size: 16px;
- padding-top: 10px;
- padding-bottom: 50px;
- }
- .box {
- padding-top: 10px;
- box-sizing: border-box;
- height: 80px;
- }
- .ipt {
- font-size: 16px;
- width: 170px;
- height: 20px;
- line-height: 18px;
- display: block;
- margin: 0 auto;
- text-align: left;
- }
- .line {
- width: 182px;
- height: 1px;
- margin: 8px auto 0 auto;
- background: #D8D8D8;
- }
|