1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- /* pages/ucenter/chargemoneycard/chargemoneycard.wxss */
- page {
- height: 100%;
- overflow-y: hidden;
- }
- .title {
- width: 100%;
- text-align: left;
- line-height: 28rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #959595;
- font-size: 28rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- margin: 30rpx 20rpx;
- }
- text {
- display: block;
- font-size: 28rpx;
- font-family: 'Lucida Sans',
- 'Lucida Sans Regular',
- 'Lucida Grande',
- 'Lucida Sans Unicode',
- Geneva,
- Verdana,
- sans-serif;
- color: #fff;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- line-height: 28rpx;
- height: 28rpx;
- min-height: 28rpx;
- }
- .context {
- height: calc(100% - 88rpx);
- }
- image.chargemoneycard_b {
- width: 729rpx;
- height: 307rpx;
- }
- .context_view {
- position: relative;
- margin: 0 10rpx 10rpx 10rpx;
- height: 307rpx;
- }
- .context_text {
- width: 100%;
- height: 100%;
- top: 0;
- position: absolute;
- }
- .cardnum {
- margin: 30rpx 0 10rpx 30rpx;
- text-shadow: 3rpx 3rpx 3rpx #000;
- }
- .carnum {
- margin: 22rpx 0 10rpx 50rpx;
- color: #28b16d;
- }
- .balancenum {
- margin: 30rpx 30rpx 10rpx 0;
- }
- .balance {
- margin: 12rpx 30rpx 10rpx 0;
- color: #aaf0c7;
- }
- .cartype {
- font-size: 20rpx;
- color: #28b16d;
- margin: 112rpx 50rpx 10rpx 0;
- }
- .right {
- float: right;
- }
|