17 lines
222 B
CSS
17 lines
222 B
CSS
/**
|
|
* 商品
|
|
*/
|
|
.goods-images {
|
|
width: 76rpx;
|
|
height: 76rpx;
|
|
}
|
|
.goods-title {
|
|
width: calc(100% - 90rpx);
|
|
}
|
|
|
|
/**
|
|
* 编辑表单
|
|
*/
|
|
.form-container .message-tips {
|
|
width: calc(100% - 200rpx) !important;
|
|
} |