.container { display: flex; flex-direction: column; width: 100%; justify-content: center; .minetop { justify-content: space-around; display: flex; flex-direction: column; align-items: center; height: 160px; .taaccount-info { display: flex; flex-direction: row; justify-content: space-around; align-items: center; align-content: center; width: 90%; .item { display: flex; flex-direction: column; text { text-align: center; height: 25px; } text:nth-child(1) { color: #666; font-size: 14px; } text:nth-child(2) { color: #333; font-size: 18px; } } } .user-info { display: flex; flex-direction: row; width: 95%; justify-content: space-between; align-items: center; align-content: center; margin-top: 10px; van-image { margin-left: 15px; } .userinfo { display: grid; width: 100%; padding-left: 15px; .userinfo-vip, .userinfo-account { display: flex; justify-content: space-between; text:nth-child(1) { width: 60%; } } text { color: #333; text-align: left; width: 100%; padding: 5px 0px; font-size: 14px; } } } } .button-view { display: flex; justify-content: space-around; margin: 10px; .into-gold, .out-gold { width: 180px; box-shadow: 5px 5px 5px 5px #eee; } } .cell-title { color: #333; font-size: 14px; padding-left: 10px; } .loginOut-view { display: flex; width: 100%; justify-content: center; margin-top: 20px; .loginOut { width: 320px; font-size: 28rpx; background-color: #226FD9; color: white; } } }