@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .u-nav-slot { width: 75%; display: flex; justify-content: flex-start; } .u-navbar__content { justify-content: flex-end; } .box_shop_card { background-color: #fff; } .box_shop_item { display: flex; padding: 20rpx; border-radius: 10rpx; } .store_img { flex: none; width: 150rpx; height: 130rpx; background-color: #F3F4F6; } .subhead_title { margin-top: 8rpx; font-size: 28rpx; color: #82848a; } .home_box_content { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 20rpx); margin-left: 20rpx; } .home_name_shop { font-size: 30rpx; font-weight: bold; } .shop_tabs_box { display: flex; justify-content: space-evenly; padding-bottom: 20rpx; } .item_tab_box { display: flex; flex-direction: column; align-items: center; } .box_shop { width: 80rpx; height: 80rpx; background-color: #F3F4F6; } .tab_title { font-size: 30rpx; margin-top: 5rpx; } .card_commodity { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 20rpx; padding: 20rpx; } .image_shop_drug { width: 100%; height: 200rpx; background-color: #F3F4F6; } .box_shop_commodity { padding: 10px; -webkit-column-break-inside: avoid; break-inside: avoid; flex: none; margin-bottom: 20rpx; background-color: #fff; border-radius: 10px; } .shop_headline { font-size: 30rpx; font-weight: bold; padding: 10rpx 0rpx; } .shop_subhead { font-size: 26rpx; } .box_trolley { margin-top: 10rpx; } .title_money { font-weight: bold; } .shopping_cart { background-color: #4CAF50; padding: 6px 10px; border-radius: 30px; color: #fff; font-size: 24rpx; }