123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- body{
- background: #F4F4F4;width: 100%;min-height: 100vh;box-sizing: border-box;padding-top: 0.8rem;
- }
- input{
- border: none;
- }
- /* toast */
- .alert-info {
- position: fixed;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- z-index: 9;
- }
- .alert-info p {
- display: inline-block;
- height: 0.38rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- display: none;
- width: 100%;
- height: 100vh;
- }
- .loading img {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- width: 0.3rem;
- height: 0.3rem;
- }
- .mySigning .top{
- width: 100%;height: 0.8rem;background:linear-gradient(270deg,#1B82D2 0%,#75BAFF 100%);display: flex;align-items: center;position: fixed;top: 0;z-index: 2;
- }
- .mySigning .line{
- width: 100%;height:0.1rem;position: fixed;top: 0.8rem;background:linear-gradient(270deg,#1B82D2 0%,#75BAFF 100%);
- }
- .mySigning .top .userImg{
- width: 0.54rem;height: 0.54rem;border-radius: 50%;position: absolute;top: 0rem;bottom: 0;left: 0.28rem;margin: auto;
- }
- .mySigning .top h3{
- text-align: center;margin: auto;color: #fff;font-size: 0.16rem;font-weight: bold;
- }
- .contractList {
- background: #F4F4F4;width: 95%;margin: auto;border-radius: 0.06rem;position: relative;
- }
- .contractList li{
- background: #fff;margin-bottom: 0.1rem;border-radius: 0.08rem;
- }
- .contractList .contractLi{
- display: flex;align-items: center;justify-content: center;
- }
- .contractList li .orderId{
- font-size: 0.12rem;line-height: 0.26rem;padding: 0.05rem 0.08rem 0;
- }
- .contractList .contractLi .contractImg{
- width: 0.9rem;height: 0.6rem;margin: 0.08rem;
- }
- .contractList .contractLi .contractInfo{
- flex: 1;
- }
- .contractList .contractLi .right_icon{
- width: 0.2rem;height: 0.2rem;margin-right: 0.03rem;
- }
- .contractList .contractLi .info_one{
- display: flex;align-items: center;font-size: 0.14rem;color: #333333;
- }
- .contractList .contractLi .info_one .phone{
- display: flex;align-items: center;
- }
- .contractList .contractLi .info_one .name{
- display: block;width: 1rem;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap
- }
- .contractList .contractLi .info_one .phone img{
- width: 0.15rem;height: 0.15rem;margin-right: 0.03rem;
- }
- .contractList .contractLi .ID{
- color: #999999;font-size: 0.12rem;margin-top: 0.1rem;
- }
- .contractList .contractLi .contractInfo .info_status{
- font-size: 0.13rem;margin-top: 0.1rem;color: #666666;
- }
- .contractList .contractLi .contractInfo .info_status span:nth-of-type(1){
- color: #3E97FF;margin-right:0.1rem;
- }
|