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