/* pages/ucenter/purse/purse.wxss */ page { height: 100%; overflow-y: hidden; } .top { background-color: #42b9b4; width: 100%; height: 260rpx; text-align: center; min-height: 260rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #fff; } .top_left,.top_right { width: 33%; height: 170rpx; display: inline-block; } .top_center{ width: 34%; height: 170rpx; display: inline-block; } /* .top .active{ background-color: #60e7e1; } */ image.chargemoneycard { margin-top: 10rpx; width: 52rpx; height: 43rpx; flex-shrink: 0; overflow: hidden; } image.balance { margin-top: 13rpx; width: 50rpx; height: 50rpx; flex-shrink: 0; overflow: hidden; } image.cashcoupon { margin-top: 14rpx; width: 54rpx; height: 39rpx; flex-shrink: 0; overflow: hidden; } .top text { display: block; font-size: 24rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 32rpx; height: 32rpx; min-height: 32rpx; } .top .text1 ,.top .text2 { color: #b0deda; } .top .text2 { font-size: 20rpx; } .context{ margin-top: 60rpx; height: 178rpx; width: 100%; text-align: center; min-height: 178rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 24rpx; color: #545253; } .context_view { /*width: 25%;*/ width: 30%; height: 178rpx; display: inline-block; } .context_view.active{ background-color: #fafafa; } image.chargemoney { margin: 30rpx 0 20rpx 0; width: 52rpx; height: 52rpx; flex-shrink: 0; overflow: hidden; } image.relevance { margin: 33rpx 0 20rpx 0; width: 49rpx; height: 49rpx; flex-shrink: 0; overflow: hidden; } image.out { margin: 30rpx 0 20rpx 0; width: 52rpx; height: 52rpx; flex-shrink: 0; overflow: hidden; } image.exchange { margin: 40rpx 0 20rpx 0; width: 56rpx; height: 42rpx; flex-shrink: 0; overflow: hidden; } .context text { display: block; font-size: 24rpx; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 32rpx; height: 23rpx; min-height: 32rpx; }