123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* pages/user/myWallet/myWallet.wxss */
- page{
- width: 750rpx;
- background: #F0F1F5;
- }
- .wallet-header {
- width: 750rpx;
- height: 218rpx;
- background-color: #61CA54;
- color: #FFF;
- }
- .total-money {
- text-align: center;
- font-size: 52rpx;
- line-height: 70rpx;
- }
- .text-doc {
- display: flex;
- justify-content:center;
- align-items:center;
- font-size: 32rpx;
- line-height: 42rpx;
- }
- .text-doc-box {
- width: 30rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- .text-prompt {
- margin-top: 20rpx;
- text-align: center;
- font-size: 28rpx;
- line-height: 38rpx;
- }
- image{
- width: 100%;
- height: 100%;
- }
- .wallet-container {
- width: 716rpx;
- margin: 0rpx auto;
- }
- .wallet-center{
- width:680rpx;
- height:88rpx;
- margin:0 auto;
- display:flex;
- justify-content:space-between;
- align-items:center;
- }
- .wallet-left {
- display:flex;
- align-items:center;
- }
- .icon-box {
- width: 60rpx;
- height:60rpx;
- margin-right:16rpx;
- }
- .wallet-right {
- width:18rpx;
- height:34rpx;
- }
- .wallet-detail {
- margin-top:20rpx;
- width:716rpx;
- height:88rpx;
- font-size:34rpx;
- color:#5E5E5E;
- background:#FFFFFF;
- border-radius:14rpx;
- }
|