You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
697 B
32 lines
697 B
@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;
|
|
}
|
|
|
|
|