mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-15 01:46:26 +08:00
style: 修改小程序样式
This commit is contained in:
@@ -131,7 +131,12 @@ function WgtFullSlider(props) {
|
||||
className='indicator-item'
|
||||
style={{ color: indicatorColor, bottom: `${dotbottom || 0}px` }}
|
||||
>
|
||||
<View className='indicator-current' style={{ fontSize: indicatorFontSize + 'px' }}>
|
||||
<View className='indicator-current' style={{ fontSize: indicatorFontSize + 'px' }} onClick={() => {
|
||||
if (currentItem?.moreLink) {
|
||||
linkPage(currentItem?.moreLink)
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Text style={{ fontSize: indicatorFontSize + 4 + 'px' }}>
|
||||
{page < 10 ? '0' + page : page}
|
||||
</Text>
|
||||
|
||||
@@ -249,17 +249,22 @@
|
||||
margin: 0 32px;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.icon-bianji1 {
|
||||
color: #aaaaaa;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top:4px;
|
||||
}
|
||||
|
||||
.at-textarea {
|
||||
border-width: 0;
|
||||
padding: 0;
|
||||
margin: 6px 0 0 10px;
|
||||
|
||||
margin: 0px 0 0 10px;
|
||||
text-indent: 30rpx;
|
||||
position: relative;
|
||||
&__textarea {
|
||||
font-size: 24px;
|
||||
}
|
||||
@@ -333,6 +338,7 @@
|
||||
|
||||
.icon-bianji1 {
|
||||
font-size: 32px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.sp-upload {
|
||||
|
||||
@@ -40,10 +40,10 @@ function CompTradeItem(props) {
|
||||
<View className='comp-tradeitem'>
|
||||
<View className='trade-item-hd' onClick={onViewTradeDetail}>
|
||||
<View>
|
||||
<View className='shop-info' onClick={onViewStorePage}>
|
||||
{/* <View className='shop-info' onClick={onViewStorePage}>
|
||||
<SpImage src={distributorInfo?.logo} width={100} height={100} />
|
||||
<View className='shop-name'>{distributorInfo?.name}{!VERSION_STANDARD && <Text className='iconfont icon-qianwang-01'></Text>}</View>
|
||||
</View>
|
||||
</View> */}
|
||||
<View className='trade-no'>{`退款单号: ${aftersalesBn}`}</View>
|
||||
<View className='trade-time'>{`申请时间: ${createdTime}`}</View>
|
||||
</View>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
.trade-no {
|
||||
font-size: 24px;
|
||||
color: #333;
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.trade-time {
|
||||
|
||||
Reference in New Issue
Block a user