123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- /* 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;
- }
|