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.
23 lines
445 B
23 lines
445 B
1 year ago
|
@charset "UTF-8";
|
||
|
/* 页面左右间距 */
|
||
|
/* 文字尺寸 */
|
||
|
/*文字颜色*/
|
||
|
/* 边框颜色 */
|
||
|
/* 图片加载中颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
.wanlshop-info-container__main {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
height: 200rpx;
|
||
|
}
|
||
|
.wanlshop-info-container__main .cu-avatar {
|
||
|
width: 120rpx;
|
||
|
height: 120rpx;
|
||
|
}
|
||
|
.wanlshop-info-container__main .shopuser {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|