Initial commit: 积分兑换电商平台多商户版 MER-2.2

Made-with: Cursor
This commit is contained in:
apple
2026-03-08 20:07:52 +08:00
commit de02c8a3e1
4954 changed files with 703009 additions and 0 deletions

View 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',
},
}