cashcoupon.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /* pages/ucenter/cashcoupon/cashcoupon.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. .title {
  7. width: 100%;
  8. text-align: left;
  9. line-height: 28rpx;
  10. font-family: 'Lucida Sans',
  11. 'Lucida Sans Regular',
  12. 'Lucida Grande',
  13. 'Lucida Sans Unicode',
  14. Geneva,
  15. Verdana,
  16. sans-serif;
  17. color: #959595;
  18. font-size: 28rpx;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. overflow: hidden;
  22. margin: 30rpx 20rpx;
  23. }
  24. text {
  25. display: block;
  26. font-size: 28rpx;
  27. font-family: 'Lucida Sans',
  28. 'Lucida Sans Regular',
  29. 'Lucida Grande',
  30. 'Lucida Sans Unicode',
  31. Geneva,
  32. Verdana,
  33. sans-serif;
  34. color: #fff;
  35. text-overflow: ellipsis;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. line-height: 28rpx;
  39. height: 28rpx;
  40. min-height: 28rpx;
  41. }
  42. .context {
  43. height: calc(100% - 88rpx);
  44. }
  45. image.cashcoupon {
  46. width: 729rpx;
  47. height: 307rpx;
  48. }
  49. .context_view {
  50. position: relative;
  51. margin: 0 10rpx 30rpx 10rpx;
  52. height: 307rpx;
  53. }
  54. .context_text {
  55. width: 100%;
  56. height: 100%;
  57. top: 0;
  58. position: absolute;
  59. }
  60. .cashcouponType {
  61. margin: 34rpx 0 10rpx 40rpx;
  62. text-shadow: 3rpx 3rpx 3rpx #000000;
  63. }
  64. .balancenum {
  65. margin: 30rpx 40rpx 10rpx 0;
  66. font-size: 32rpx;
  67. line-height: 32rpx;
  68. height: 32rpx;
  69. min-height: 32rpx;
  70. }
  71. .tov {
  72. font-size: 24rpx;
  73. margin: 168rpx 50rpx 10rpx 40rpx;
  74. color:rgba(0,0,0,0.4);
  75. }
  76. .right {
  77. float: right;
  78. }