@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /* 图片加载中颜色 */ /* 行为相关颜色 */ .wanlshop-shop-container__shop { display: flex; align-items: center; justify-content: space-between; background-color: rgba(0, 0, 0, 0.05); margin: 0 16rpx 16rpx 16rpx; } .wanlshop-shop-container__shop .info { width: calc(100% - 260rpx); display: flex; align-content: space-between; flex-wrap: wrap; height: 85rpx; } .wanlshop-shop-container__shop .info .name { width: 90%; } .wanlshop-shop-container__shop .info .exponent { display: flex; } .wanlshop-shop-container__shop .menu { text-align: right; width: 260rpx; }