Initial commit: 积分兑换电商平台多商户版 MER-2.2
Made-with: Cursor
This commit is contained in:
63
mer_uniapp/pages/activity/points_mall/default.js
Normal file
63
mer_uniapp/pages/activity/points_mall/default.js
Normal file
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* 积分商品推荐样式
|
||||
*/
|
||||
export const hotPointsStyle = {
|
||||
imageBoxStyle: {
|
||||
width:'224rpx',
|
||||
marginRight: '20rpx',
|
||||
widthNum: 224
|
||||
},
|
||||
boxStyle: {},
|
||||
_imageWidth: '224rpx',
|
||||
_imageHeight: '224rpx',
|
||||
radius:'16rpx',
|
||||
iconStyle: {
|
||||
width:'28rpx',
|
||||
height: '28rpx'
|
||||
},
|
||||
nameStyle: {
|
||||
fontSize: '26rpx',
|
||||
},
|
||||
salesStyle: {
|
||||
fontSize: '22rpx',
|
||||
},
|
||||
priceStyle: {
|
||||
fontSize: '26rpx',
|
||||
},
|
||||
unitStyle: {
|
||||
fontSize: '24rpx',
|
||||
},
|
||||
}
|
||||
|
||||
/**
|
||||
* 积分商品列表商品样式
|
||||
*/
|
||||
export const pointsStyle = {
|
||||
imageBoxStyle: {
|
||||
width:'314rpx',
|
||||
marginRight: '24rpx',
|
||||
widthNum: 314
|
||||
},
|
||||
boxStyle: {
|
||||
flexWrap: 'wrap',
|
||||
},
|
||||
_imageWidth: '314rpx',
|
||||
_imageHeight: '288rpx',
|
||||
radius:'16rpx 16rpx 0 0',
|
||||
iconStyle: {
|
||||
width:'32rpx',
|
||||
height: '32rpx'
|
||||
},
|
||||
nameStyle: {
|
||||
fontSize: '28rpx',
|
||||
},
|
||||
salesStyle: {
|
||||
fontSize: '24rpx',
|
||||
},
|
||||
priceStyle: {
|
||||
fontSize: '30rpx',
|
||||
},
|
||||
unitStyle: {
|
||||
fontSize: '24rpx',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user