index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background-color: #f5f5f5;
  13. }
  14. /*砍价记录*/
  15. .bargain-record .item .picTxt .text .time .styleAll {
  16. color: #fc4141;
  17. font-size: 24rpx;
  18. }
  19. .bargain-record .item .picTxt .text .time .red {
  20. color: #999;
  21. font-size: 24rpx;
  22. }
  23. .bargain-record .item {
  24. background-color: #fff;
  25. margin-bottom: 12rpx;
  26. }
  27. .bargain-record .item .picTxt {
  28. height: 210rpx;
  29. border-bottom: 1px solid #f0f0f0;
  30. padding: 0 30rpx;
  31. }
  32. .bargain-record .item .picTxt .pictrue {
  33. width: 150rpx;
  34. height: 150rpx;
  35. }
  36. .bargain-record .item .picTxt .pictrue image {
  37. width: 100%;
  38. height: 100%;
  39. border-radius: 6rpx;
  40. }
  41. .bargain-record .item .picTxt .text {
  42. width: 515rpx;
  43. font-size: 30rpx;
  44. color: #282828;
  45. height: 150rpx;
  46. }
  47. .bargain-record .item .picTxt .text .time {
  48. font-size: 24rpx;
  49. color: #868686;
  50. justify-content: left !important;
  51. }
  52. .bargain-record .item .picTxt .text .successTxt {
  53. font-size: 24rpx;
  54. }
  55. .bargain-record .item .picTxt .text .endTxt {
  56. font-size: 24rpx;
  57. color: #999;
  58. }
  59. .bargain-record .item .picTxt .text .money {
  60. font-size: 24rpx;
  61. }
  62. .bargain-record .item .picTxt .text .money .num {
  63. font-size: 32rpx;
  64. font-weight: bold;
  65. }
  66. .bargain-record .item .picTxt .text .money .symbol {
  67. font-weight: bold;
  68. }
  69. .bargain-record .item .bottom {
  70. height: 100rpx;
  71. padding: 0 30rpx;
  72. font-size: 27rpx;
  73. }
  74. .bargain-record .item .bottom .purple {
  75. color: #f78513;
  76. }
  77. .bargain-record .item .bottom .end {
  78. color: #999;
  79. }
  80. .bargain-record .item .bottom .success {
  81. color: #e93323;
  82. }
  83. .bargain-record .item .bottom .bnt {
  84. font-size: 27rpx;
  85. color: #fff;
  86. width: 176rpx;
  87. height: 60rpx;
  88. border-radius: 32rpx;
  89. text-align: center;
  90. line-height: 60rpx;
  91. }
  92. .bargain-record .item .bottom .bnt.cancel {
  93. color: #aaa;
  94. border: 1px solid #ddd;
  95. }
  96. .bargain-record .item .bottom .bnt ~ .bnt {
  97. margin-left: 18rpx;
  98. }