index.acss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .ab-mall-new-component .shop-deliver-info {
  2. display: flex;
  3. justify-content: flex-start;
  4. align-items: center;
  5. padding: 12rpx 24rpx 5rpx 0;
  6. background-color: #fff;
  7. }
  8. .ab-mall-new-component .shop-deliver-info .shop-deliver-tag-left {
  9. margin-left: 24rpx;
  10. flex-grow: 0;
  11. font-size: 24rpx;
  12. color: #fff;
  13. background-color: #f5a623;
  14. padding: 6rpx;
  15. border: 1px solid #f5a623;
  16. border-radius: 10rpx 0 0 10rpx;
  17. display: inline;
  18. }
  19. .ab-mall-new-component .shop-deliver-info .shop-deliver-tag-right {
  20. flex-grow: 0;
  21. font-size: 24rpx;
  22. color: #f5a623;
  23. background-color: #fff;
  24. padding: 6rpx;
  25. border: 1px solid #f5a623;
  26. border-radius: 0 10rpx 10rpx 0;
  27. display: inline;
  28. }
  29. .ab-mall-new-component .shop-deliver-info-text {
  30. font-size: 22rpx;
  31. color: #027eff;
  32. letter-spacing: 0;
  33. text-align: right;
  34. font-weight: 400;
  35. }
  36. .ab-mall-new-component .location-btn {
  37. box-sizing: content-box;
  38. border: 2rpx solid #1677ff;
  39. border-radius: 8px;
  40. padding: 8rpx 24rpx;
  41. font-size: 26rpx;
  42. color: #1677ff;
  43. text-align: center;
  44. font-weight: 400;
  45. max-width: 166px;
  46. }
  47. .ab-mall-new-component .mall-index-container {
  48. display: flex;
  49. }
  50. .ab-mall-new-component .mall-index-container .mall-index {
  51. flex: 1;
  52. height: 100vh;
  53. }
  54. .ab-mall-new-component .mall-index-container .mall-index .vtab-class {
  55. height: 100%;
  56. }
  57. .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-content {
  58. width: 105px !important;
  59. }
  60. .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-tab {
  61. text-align: left !important;
  62. width: 105px !important;
  63. padding: 12px 0 !important;
  64. }
  65. .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-title {
  66. max-width: 70% !important;
  67. margin: 0 auto;
  68. display: block !important;
  69. }
  70. .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar {
  71. width: 105px !important;
  72. padding-bottom: 142rpx !important;
  73. }
  74. .ab-mall-new-component .mall-index-container .mall-index .right-list {
  75. padding: 0 22rpx 142rpx;
  76. }
  77. .ab-mall-new-component .mall-index-container .mall-index .right-list .group-text {
  78. font-size: 30rpx;
  79. color: #333;
  80. padding: 24rpx 0 24rpx;
  81. font-weight: 500;
  82. }