| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- .panel1{
- width:710rpx;
- border-radius: 20rpx;
- background-color: #fff;
- margin: 60rpx 0;
- }
- .panel11{
- width:100%;
- font-size: 22rpx;
- font-weight: 400;
- min-height: 178rpx;
- justify-content: flex-start;
- border-bottom:1rpx solid #e3e3e3;
- }
- .text1{
- margin-top: 30rpx;
- width:650rpx;
- }
- .panel12{
- width:100%;
- height: 100rpx;
- justify-content: space-between;
- }
- .text2{
- font-size: 28rpx;
- font-weight: 400;
- margin-left: 30rpx;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .panel4{
- width:710rpx;
- height:143rpx;
- border-radius: 20rpx;
- background-color: #fff;
- margin: 0 0 60rpx 0;
- justify-content: space-between;
- }
- .universalpic_exclamation_orange_40x40{
- width:40rpx;
- height:40rpx;
- margin-left: 30rpx;
- }
- .panel2{
- width: 100%;
- justify-content: space-between;
- }
- .text3{
- margin-left: 30rpx;
- font-size: 32rpx;
- color:#4D4D4D;
- }
- .text7{
- margin-right: 30rpx;
- font-size: 32rpx;
- color:#4D4D4D;
- }
- .Number1{
- font-family: 'Roboto-Black';
- font-size:28rpx;
- color:#4D4D4D;
- }
- .panel41{
- align-items: flex-start;
- margin-left: 20rpx;
- }
- .text8{
- font-size: 24rpx;
- color:#1E1E1E;
- margin-bottom: 10rpx;
- }
- .panel3{
- width: 100%;
- justify-content: flex-start;
- background-color: #fff;
- margin-top: 30rpx;
- }
- .panelItem{
- width: 100%;
- height:141rpx;
- justify-content: space-between;
- }
- .avatar{
- width:80rpx;
- height:80rpx;
- border-radius: 20rpx;
- margin-left: 30rpx;
- }
- .panelItem1{
- align-items: flex-start;
- margin-left: 20rpx;
- }
- .text4{
- font-size: 28rpx;
- color:#4D4D4D;
- font-weight: 400;
- }
- .text5{
- font-size: 20rpx;
- color:#9B9B9B;
- }
- .Right{
- margin-right: 30rpx;
- align-items: flex-end;
- }
- .text6{
- font-size: 24rpx;
- color:#4D4D4D;
- }
- .panelBottom{
- width:100%;
- height:131rpx;
- bottom: 0;
- position: fixed;
- background-color: #f2f2f2;
- border-top: 1rpx solid #d2d2d2;
- }
- .panelBottom .btn{
- width:730rpx;
- height:110rpx;
- border-radius: 20rpx;
- background-color: #F57C00;
- line-height: 110rpx;
- color:#fff;
- font-size:48rpx;
- text-align: center;
- }
- /* 申请提现 */
- .container2{
- background-color: rgba(0,0,0,0.8);
- position: fixed;
- top:0;
- z-index: 10;
- width: 100%;
- }
- .panel5{
- width: 710rpx;
- border-radius: 20rpx;
- position: fixed;
- bottom:160rpx;
- background-color: #fff;
- min-height: 500rpx;
- }
- .btnCancel{
- width:710rpx;
- height:100rpx;
- border-radius: 20rpx;
- text-align: center;
- line-height: 100rpx;
- font-size:28rpx;
- background-color: #fff;
- color: #1e1e1e;
- position: fixed;
- bottom:30rpx;
- }
- .text51{
- margin-top: 40rpx;
- font-size: 32rpx;
- color:#4D4D4D;
- }
- .panel51{
- margin-top: 10rpx;
- width:100%;
- }
- .panel511{
- flex: 1;
- }
- .text52{
- font-size: 64rpx;
- color:#4D4D4D;
- font-family: 'Roboto-Black';
- }
- .text53{
- font-size: 24rpx;
- color:#4D4D4D;
- margin: 0 30rpx 0 20rpx;
- font-weight: 400;
- }
- .panel52{
- width: 100%;
- background-color: #FFE4B6;
- height:94rpx;
- justify-content: space-between;
- margin-top: 30rpx;
- }
- .text54{
- font-size: 24rpx;
- color:#4D4D4D;
- margin: 0 30rpx 0 30rpx;
- font-weight: 400;
- }
- .panel53{
- width: 100%;
- height:94rpx;
- justify-content: space-between;
- }
- .btn2{
- width:100%;
- line-height: 127rpx;
- border-bottom-left-radius: 20rpx;
- border-bottom-right-radius: 20rpx;
- background-color: #F57C00;
- text-align: center;
- color:#fff;
- font-size: 48rpx;
- }
|