CommodityStock.wxss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .item-cmd_bx.data-v-2b90fb90 {
  21. position: relative;
  22. margin-bottom: 20rpx;
  23. }
  24. .item-cmd_bx .img_bx.data-v-2b90fb90 {
  25. height: 160rpx;
  26. width: 160rpx;
  27. position: absolute;
  28. left: 0rpx;
  29. top: 0rpx;
  30. }
  31. .item-cmd_bx .cmd-info_bx.data-v-2b90fb90 {
  32. position: relative;
  33. padding-left: 177rpx;
  34. }
  35. .item-cmd_bx .cmd-info_bx.active.data-v-2b90fb90:before {
  36. content: ' ';
  37. height: 22rpx;
  38. width: 22rpx;
  39. border-width: 2rpx 2rpx 0 0;
  40. border-color: #b2b2b2;
  41. border-style: solid;
  42. -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  43. transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  44. position: absolute;
  45. top: 50%;
  46. margin-top: -12rpx;
  47. right: 30rpx;
  48. }
  49. .item-cmd_bx .cmd-info_bx .tit.data-v-2b90fb90 {
  50. font-size: 28rpx;
  51. font-weight: 400;
  52. color: #333333;
  53. padding-top: 10rpx;
  54. }
  55. .item-cmd_bx .cmd-info_bx .kc.data-v-2b90fb90 {
  56. color: #999999;
  57. font-size: 24rpx;
  58. padding: 10rpx 0 24rpx;
  59. }
  60. .item-cmd_bx .cmd-info_bx .num-open_bx.data-v-2b90fb90 {
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-align: center;
  65. -webkit-align-items: center;
  66. align-items: center;
  67. }
  68. .item-cmd_bx .cmd-info_bx .num-open_bx .price.data-v-2b90fb90 {
  69. font-size: 28rpx;
  70. color: #999999;
  71. -webkit-box-flex: 1;
  72. -webkit-flex: 1;
  73. flex: 1;
  74. }
  75. .item-cmd_bx .cmd-info_bx .num-open_bx .open-bx.data-v-2b90fb90 {
  76. color: #333333;
  77. }
  78. .item-cmd_bx .cmd-info_bx .num-open_bx .open-bx text.data-v-2b90fb90 {
  79. font-size: 24rpx;
  80. font-weight: 700;
  81. }