1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- /* pages/ucenter/cashcoupon/cashcoupon.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.cashcoupon {
- width: 729rpx;
- height: 307rpx;
- }
- .context_view {
- position: relative;
- margin: 0 10rpx 30rpx 10rpx;
- height: 307rpx;
- }
- .context_text {
- width: 100%;
- height: 100%;
- top: 0;
- position: absolute;
- }
- .cashcouponType {
- margin: 34rpx 0 10rpx 40rpx;
- text-shadow: 3rpx 3rpx 3rpx #000000;
- }
- .balancenum {
- margin: 30rpx 40rpx 10rpx 0;
- font-size: 32rpx;
- line-height: 32rpx;
- height: 32rpx;
- min-height: 32rpx;
- }
- .tov {
- font-size: 24rpx;
- margin: 168rpx 50rpx 10rpx 40rpx;
- color:rgba(0,0,0,0.4);
- }
- .right {
- float: right;
- }
|