couponTickInfo.wxss 814 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. page {
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. }
  5. .container {
  6. background: white;
  7. min-height: 1220rpx;
  8. /* padding-top: 30rpx; */
  9. }
  10. .coupon-form {
  11. height: 100%;
  12. width: 100%;
  13. background: white;
  14. /* padding-top: 20rpx; */
  15. }
  16. .coupon-center {
  17. background: white;
  18. width: 95%;
  19. margin-left:10rpx;
  20. }
  21. .coupon-center .title {
  22. font-size: 28rpx;
  23. height:80rpx;
  24. line-height:60rpx;
  25. margin-left:20rpx;
  26. border-bottom:1px solid rgb(235, 235, 235);
  27. }
  28. .coupon-data-view {
  29. margin-top: 40rpx;
  30. }
  31. .coupon-data {
  32. height: 80rpx;
  33. }
  34. .coupon-data .title2{
  35. font-size: 28rpx;
  36. color: rgb(160, 159, 159);
  37. margin-left: 20rpx;
  38. height: 40rpx;
  39. line-height: 40rpx;
  40. float: left;
  41. }
  42. .coupon-data .info{
  43. font-size: 28rpx;
  44. margin-left: 160rpx;
  45. height: 40rpx;
  46. line-height: 40rpx;
  47. text-align:left;
  48. }