123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .my_bg_box {
- background-color: #FFFFFF;
- border-radius: 26rpx;
- }
- .menu_item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 50rpx;
- border-bottom: 2rpx solid #E5E5E5;
- height: 110rpx;
- }
- .wallet {
- height: 200rpx;
- background-size: 100% 100%;
- overflow: hidden;
- color: #ffffff;
- position: relative;
- margin-top: 50rpx;
- }
- .wallet view {
- color: #ffffff !important;
- }
- .top_bg .wallet_to_wal {
- width: 160rpx;
- height: 55rpx;
- background-color: #ffffff;
- border-radius: 27rpx;
- position: absolute;
- right: 24rpx;
- top: 90rpx;
- color: #01BCC3 !important;
- text-align: center;
- line-height: 55rpx;
- font-size: 24rpx;
- }
- .wallet_top {
- font-size: 32rpx;
- align-items: center;
- display: flex;
- height: 50rpx;
- margin-top: 15rpx;
- margin-left: 20rpx;
- }
- .my_top_box {
- display: flex;
- align-items: center;
- margin-top: 140rpx;
- justify-content: space-between;
- }
- .wallet_bot {
- display: flex;
- margin: 17rpx;
- margin-top: 15rpx;
- }
- .balance_box {
- width: 200rpx;
- margin-left: 53rpx;
- }
- .balance_box2 {
- margin-top: 10rpx;
- }
- .balance_box2 text {
- font-size: 36rpx;
- padding-right: 7rpx;
- }
- .nav {
- display: flex;
- justify-content: space-around;
- padding: 0 0 35rpx;
- background-color: #ffffff;
- }
- .top_bg {
- height: 550rpx;
- background-size: 100% 570rpx;
- overflow: hidden;
- }
- .top_bg .verify {
- background-color: #00c7b2;
- width: 180rpx;
- border-radius: 15rpx;
- text-align: center;
- padding: 5rpx 0;
- line-height: 45rpx;
- color: #ffffff !important;
- font-size: 24rpx !important;
- }
- .top_bg .verify0{
- background-color: #a7a7a7;
- }
- .top_bg .verify1 {
- color: #ffffff !important;
- background-color: #ffa300;
- }
- .top_bg .verify2 {
- color: #ffffff !important;
- background-color: #ff5500;
- }
- .each_top {
- width: 50%;
- box-sizing: border-box;
- text-align: center;
- }
- .no_login {
- margin-top: 130rpx;
- height: 150rpx;
- text-align: center;
- font-size: 36rpx;
- line-height: 150rpx;
- background-color: #00BFBF;
- color: #ffffff;
- }
- .start_box {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- }
|