123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- page{
- background:#F5F6F8;
- padding-bottom: 70rpx;
- }
- .topView{
- background:#2562FF ;
- height: 200rpx;
- position: fixed;
- width: 100%;
- top: 0;
- }
- .topCaozuo{
- width: 690rpx;
- height: 90rpx;
- margin: auto;
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- background:#2562FF;
- z-index: 2;
- padding: 20rpx;
- }
- .topCaozuo .upload_white{
- width: 40rpx;
- height: 40rpx;
- margin-left: 80rpx;
- }
- .claimItem{
- width: 690rpx;
- height: 246rpx;
- background: #FFFFFF;
- padding: 20rpx;
- margin: auto;
- margin-top: 28rpx;
- position: relative;
- }
- .claimItemFirst{
- margin-top: 100rpx;
- }
- .claimItem .userBox{
- display: flex;
- align-items: center;
- padding-left: 20rpx;
- padding-top: 10rpx;
- }
- .claimItem .userBoxBig{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .claimItem .userBox .userImg{
- width: 76rpx;
- height: 76rpx;
- border-radius: 50%;
- }
- .claimItem .userBox .overdue{
- width: 80rpx;
- height: 70rpx;
- }
- .claimItem .againActivation{
- background: #ffffff;
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 22rpx;
- width: 130rpx;
- line-height: 40rpx;
- padding: 0 16rpx;
- border-radius: 40rpx;
- text-align: center;
- margin-left: 12rpx;
- }
- .claimItem .userBox .userNameBox{
- margin-left: 16rpx;
- width: 310rpx;
- }
- .claimItem .userBox .userName{
- color: #101426;
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: bold;
- width: 100%;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- }
- .claimItem .claimItemData{
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- }
- .claimItem .claimItemData .data{
- width: 20%;
- text-align: center;
- }
- .claimItem .claimItemData .data text{
- color: #101426;
- font-size:30rpx;
- line-height: 42rpx;
- font-weight: bold;
- }
- .claimItem .claimItemData .data view{
- margin-top: 12rpx;
- color: #89899C;
- font-size: 24rpx;
- line-height: 28rpx;
- }
- .addSphButton{
- width: 334rpx;
- height: 72rpx;
- background: #2662FF;
- border-radius: 10rpx;
- color: #FFFFFF;
- font-size:28rpx;
- line-height: 72rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: auto;
- margin-top: 80rpx;
- position: relative;
- }
- .addSphButton image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- .addSphButtonTop{
- margin: auto;
- background: #FFFFFF;
- color: #2662FF;
- width: 198rpx;
- height: 56rpx;
- font-size:24rpx;
- line-height: 34rpx;
- margin-left: 0;
- }
- .renNull{
- width: 300rpx;
- height: 300rpx;
- margin: 40rpx auto;
- display: block;
- margin-top: 160rpx;
- }
- .renNullHint{
- color: #888;
- font-size: 24rpx;
- text-align: center;
- }
- .claimTask{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100vh;
- background:rgba(0, 0, 0, 0.5) ;
- z-index: 3;
- }
- .claimTask .content{
- width: 640rpx;
- height: 640rpx;
- background: #ffffff;
- border-radius: 10rpx;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- color: #101426;
- padding: 40rpx;
- }
- .claimTask .content .ClaimTitle{
- font-size:38rpx ;
- line-height: 50rpx;
- font-weight: bold;
- text-align: center;
- margin-bottom: 30rpx;
- }
- .claimTask .content .ClaimHint1{
- font-size: 28rpx;
- }
- .claimTask .content .ClaimHint{
- display: flex;
- align-items: center;
- font-size: 26rpx;
- margin: 30rpx;
- }
- .claimTask .content .ClaimHint image{
- width: 34rpx;
- height: 34rpx;
- margin-right: 10rpx;
- }
- .claimTask .content .ClaimHint text{
- flex: 1;
- }
- .claimTask .content .ClaimHint2{
- color: #ff0000;
- font-size: 24rpx;
- }
- .buttons{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 40rpx;
- }
- .buttons .button{
- color: #2662FF;
- border: 1px solid #2662FF;
- font-size: 24rpx;
- border-radius: 60rpx;
- line-height: 60rpx;
- width: 200rpx;
- text-align: center;
- }
- .buttons .buttonyes{
- color: #ffffff;
- background: #2662FF;
- }
- .authorizeContent .title{
- text-align: center;
- font-size: 34rpx;
- line-height: 40rpx;
- padding-top: 43rpx;
- }
- .authorizeContent .evmCantiner{
- margin-top: 40rpx;
- position: relative;
- }
- .authorizeContent .evmCantiner .evm{
- width: 400rpx;
- height: 400rpx;
- display: block;
- margin: auto;
- }
- .authorizeContent .uploadImg{
- width: 400rpx;
- height: 400rpx;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .authorizeContent .claimEvmHint{
- font-size: 26rpx;
- color: #666;
- text-align: center;
- }
- .header{
- width: 160rpx;
- height: 23px;
- border-radius: 30px;
- color: #ffffff;
- font-size: 24rpx;
- line-height: 22px;
- text-align: center;
- background: rgba(255, 255, 255, 0.2);
- font-size: 24rpx;
- }
- .header .search{
- width: 38rpx;
- height: 38rpx;
- position: absolute;
- left: 30rpx;
- top: 50%;
- transform: translateY(-50%);
- }
- .header .platform_icon{
- width: 23rpx;
- height: 10rpx;
- vertical-align: middle;
- }
- .delete_icon{
- width: 40rpx;
- height: 40rpx;
- }
|