源文件
This commit is contained in:
17
pages/plugins/givegift/gift/gift.css
Normal file
17
pages/plugins/givegift/gift/gift.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* 商品
|
||||
*/
|
||||
.goods-images {
|
||||
width: 76rpx;
|
||||
height: 76rpx;
|
||||
}
|
||||
.goods-title {
|
||||
width: calc(100% - 90rpx);
|
||||
}
|
||||
|
||||
/**
|
||||
* 编辑表单
|
||||
*/
|
||||
.form-container .message-tips {
|
||||
width: calc(100% - 200rpx) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user