discounts.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .c-list {
  2. font-size: 26rpx;
  3. color: #606266;
  4. background: #fff;
  5. }
  6. .c-list .title {
  7. color: #333;
  8. font-size: 32rpx;
  9. font-weight: 700;
  10. }
  11. .c-list .c-row {
  12. display: flex;
  13. -webkit-box-align: center;
  14. align-items: center;
  15. padding: 20rpx 30rpx;
  16. position: relative;
  17. }
  18. .c-list .tit {
  19. width: 140rpx;
  20. }
  21. .c-list .con {
  22. -webkit-box-flex: 1;
  23. flex: 1;
  24. color: #303133;
  25. }
  26. .c-list .con .selected-text {
  27. margin-right: 10rpx;
  28. }
  29. .c-list .reding {
  30. color: #ff0815!important;
  31. }
  32. .c-list .bz-list {
  33. height: 40rpx;
  34. font-size: 26rpx;
  35. color: #303133;
  36. }
  37. .c-list .bz-list,.c-list .bz-list text {
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. }
  42. .c-list .bz-list text {
  43. display: inline-block;
  44. margin-right: 30rpx;
  45. width: 100%;
  46. }
  47. .c-list .copy-btn {
  48. background-color: #f3f3f2;
  49. padding: 8rpx 20rpx;
  50. border-radius: 10rpx;
  51. color: #040406;
  52. }
  53. .c-list .red {
  54. color: #fb6d24;
  55. }
  56. .rich-img {
  57. width: 100%!important;
  58. height: auto;
  59. }