index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. -webkit-border-radius: 6rpx;
  40. border-radius: 6rpx;
  41. }
  42. .bargain-record .item .picTxt .text {
  43. width: 515rpx;
  44. font-size: 30rpx;
  45. color: #282828;
  46. height: 150rpx;
  47. }
  48. .bargain-record .item .picTxt .text .time {
  49. font-size: 24rpx;
  50. color: #868686;
  51. -webkit-box-pack: left !important;
  52. -webkit-justify-content: left !important;
  53. justify-content: left !important;
  54. }
  55. .bargain-record .item .picTxt .text .successTxt {
  56. font-size: 24rpx;
  57. }
  58. .bargain-record .item .picTxt .text .endTxt {
  59. font-size: 24rpx;
  60. color: #999;
  61. }
  62. .bargain-record .item .picTxt .text .money {
  63. font-size: 24rpx;
  64. }
  65. .bargain-record .item .picTxt .text .money .num {
  66. font-size: 32rpx;
  67. font-weight: bold;
  68. }
  69. .bargain-record .item .picTxt .text .money .symbol {
  70. font-weight: bold;
  71. }
  72. .bargain-record .item .bottom {
  73. height: 100rpx;
  74. padding: 0 30rpx;
  75. font-size: 27rpx;
  76. }
  77. .bargain-record .item .bottom .purple {
  78. color: #f78513;
  79. }
  80. .bargain-record .item .bottom .end {
  81. color: #999;
  82. }
  83. .bargain-record .item .bottom .success {
  84. color: #e93323;
  85. }
  86. .bargain-record .item .bottom .bnt {
  87. font-size: 27rpx;
  88. color: #fff;
  89. width: 176rpx;
  90. height: 60rpx;
  91. -webkit-border-radius: 32rpx;
  92. border-radius: 32rpx;
  93. text-align: center;
  94. line-height: 60rpx;
  95. }
  96. .bargain-record .item .bottom .bnt.cancel {
  97. color: #aaa;
  98. border: 1px solid #ddd;
  99. }
  100. .bargain-record .item .bottom .bnt ~ .bnt {
  101. margin-left: 18rpx;
  102. }