12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .ab-mall-new-component .shop-deliver-info {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- padding: 12rpx 24rpx 5rpx 0;
- background-color: #fff;
- }
- .ab-mall-new-component .shop-deliver-info .shop-deliver-tag-left {
- margin-left: 24rpx;
- flex-grow: 0;
- font-size: 24rpx;
- color: #fff;
- background-color: #f5a623;
- padding: 6rpx;
- border: 1px solid #f5a623;
- border-radius: 10rpx 0 0 10rpx;
- display: inline;
- }
- .ab-mall-new-component .shop-deliver-info .shop-deliver-tag-right {
- flex-grow: 0;
- font-size: 24rpx;
- color: #f5a623;
- background-color: #fff;
- padding: 6rpx;
- border: 1px solid #f5a623;
- border-radius: 0 10rpx 10rpx 0;
- display: inline;
- }
- .ab-mall-new-component .shop-deliver-info-text {
- font-size: 22rpx;
- color: #027eff;
- letter-spacing: 0;
- text-align: right;
- font-weight: 400;
- }
- .ab-mall-new-component .location-btn {
- box-sizing: content-box;
- border: 2rpx solid #1677ff;
- border-radius: 8px;
- padding: 8rpx 24rpx;
- font-size: 26rpx;
- color: #1677ff;
- text-align: center;
- font-weight: 400;
- max-width: 166px;
- }
- .ab-mall-new-component .mall-index-container {
- display: flex;
- }
- .ab-mall-new-component .mall-index-container .mall-index {
- flex: 1;
- height: 100vh;
- }
- .ab-mall-new-component .mall-index-container .mall-index .vtab-class {
- height: 100%;
- }
- .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-content {
- width: 105px !important;
- }
- .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-tab {
- text-align: left !important;
- width: 105px !important;
- padding: 12px 0 !important;
- }
- .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar-title {
- max-width: 70% !important;
- margin: 0 auto;
- display: block !important;
- }
- .ab-mall-new-component .mall-index-container .mall-index .am-vtabs-bar {
- width: 105px !important;
- padding-bottom: 142rpx !important;
- }
- .ab-mall-new-component .mall-index-container .mall-index .right-list {
- padding: 0 22rpx 142rpx;
- }
- .ab-mall-new-component .mall-index-container .mall-index .right-list .group-text {
- font-size: 30rpx;
- color: #333;
- padding: 24rpx 0 24rpx;
- font-weight: 500;
- }
|