/* pages/ucenter/purse/purse.wxss */ page { height: 100%; overflow-y: hidden; } .top { width: 100%; /* height: 260rpx; */ text-align: left; /* min-height: 260rpx; */ font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; padding-top: 30rpx; margin-bottom: 42rpx; } .top_center1 { width: 100%; height: 311rpx; position: absolute; top: 30rpx; } .top_center { width: 100%; height: 311rpx; } image.balance { margin-left: 12rpx; width: 725rpx; height: 311rpx; overflow: hidden; } .top .text1 { padding: 82rpx 0 0 96rpx; display: block; font-size: 24rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 46rpx; height: 46rpx; min-height: 46rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .top .text2 { padding: 0 0 0 96rpx; display: block; font-size: 42rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 60rpx; height: 60rpx; min-height: 60rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-weight: bold; } .title2 { padding:0 28rpx; } .title2 view { height: 100rpx; margin-bottom: 20rpx; /* background-color: red; */ border-radius: 12rpx; box-shadow: 2rpx 10rpx 6rpx #f5f5f5; } .title2 view.active { background-color: #f5f5f5; box-shadow: none; } .chargemoney image { width: 40rpx; height: 40rpx; margin: 30rpx 28rpx 30rpx 20rpx; } .out image { width: 34rpx; height: 35rpx; margin: 33rpx 28rpx 33rpx 26rpx; } .chargemoney text, .out text { display: inline-block; line-height: 100rpx; height: 100rpx; min-height: 100rpx; font-size: 32rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #434343; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: bold; }