| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- html,body{
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- }
- .container{
- width: 100%;
- height: 100%;
- overflow: hidden;
- overflow-y: auto;
- box-sizing: border-box;
- }
- .Va-document{
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- font-size: 12px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: #F2F2F2;
- }
- .Va-document .title-head{
- width: 100%;
- background-color: #EB3F57;
- text-align: center;
- line-height: 2.5;
- color: #ffffff;
- }
- .Va-document .content-info{
- width: 600px;
- padding: 15px;
- box-sizing: border-box;
- background-color: #fff;
- box-shadow: 0px 0px 10px #6f6c6c5e;
- }
- .Va-document .content-info .title{
- font-size: 14px;
- text-align: center;
- }
- .Va-document .content-info .pays{
- border-bottom: 1px dashed rgb(34, 34, 34);
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .Va-document .content-info .pays .pay .tit{
- font-size: 16px;
- margin: 5px 0;
- font-weight: bold;
- }
- .Va-document .content-info .pays .pay .num{
- font-size: 22px;
- color: #BF233D;
- font-weight: bold;
- margin: 5px 0;
- }
- .Va-document .content-info .pays .time{
- font-size: 22px;
- color: #4990EF;
- font-weight: bold;
- }
- .Va-document .content-info .beizhu{
- font-size: 14px;
- color: #BF233D;
- margin: 25px 10px;
- }
- .Va-document .content-info .list{
- font-size: 14px;
- margin: 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1px dashed rgb(34 34 34 / 45%);
- }
- .Va-document .content-info .list .tit-label .com{
- font-size: 16px;
- color: #4990EF;
- margin: 0;
- }
- .Va-document .content-info .list .btn{
- padding: 5px 10px;
- background-color: #4990EF;
- color: #fff;
- border-radius: 4px;
- font-size: 14px;
- cursor: pointer;
- user-select: none;
- }
- .Va-document .content-info .btn-box .l-btn{
- margin-right: 10px;
- }
- .Va-document .content-info .btn-box .r-btn{
- margin-left: 10px;
- }
- .Va-document .content-info .timeout{
- height: 100%;
- min-height: 80vh;
- display: flex;
- align-content: center;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- }
- .Va-document .content-info .timeout .img_timeout{
- width: 128px;
- height: 128px;
- margin-bottom: 50px;
- }
- .Va-document .content-info .timeout .timeout_tips{
- color: #666;
- font-weight: bold;
- font-size: 18px;
- }
- @media screen and (max-width: 768px) {
- .Va-document .content-info{
- width: 100%;
- height: 100%;
- padding: 15px;
- box-sizing: border-box;
- background-color: #fff;
- box-shadow: 0px 0px 10px #6f6c6c5e;
- }
- }
- .Va-document .content-info .only-head{
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .Va-document .content-info .only-head .divider{
- flex: 1;
- height: 1px;
- background-color: #C5C5C9;
- margin: 0 5px;
- }
- .Va-document .content-info .my-form-item-label .des{
- color: #949494;
- }
- .Va-document .content-info .avatar-uploader {
- border: 1px dashed #C4C4C4;
- margin: 10px;
- width: 150px;
- height: 80px;
- line-height: 80px;
- display: inline-block;
- overflow: hidden;
- }
- .Va-document .content-info .avatar-uploader .el-upload {
- width: 100%;
- text-align: center;
- }
- div.menu-logo {
- margin: 0 6px;
- cursor: pointer;
- user-select: none;
- }
- .menu-logo.chooseLang{
- border: 1px solid #C5C5C9;
- width: 130px;
- margin-bottom: 10px;
- text-align: center;
- }
- .s-btn{
- background-color: #EB3F57;
- border-color: #EB3F57;
- }
- .el-button--primary:active,.el-button:focus,.el-button--primary:hover{
- background-color: #EB3F57;
- border-color: #EB3F57;
- opacity: 0.8;
- }
- .el-input__inner:focus{
- border-color: #EB3F57;
- }
- .el-upload{
- width: 100%;
- height: 100%;
- }
|