style(user): 美化个人中心页面顶部绿色系风格
- 将顶部渐变背景由紫粉色改为绿色系,增强视觉统一性 - 用户信息卡片背景调整为毛玻璃效果,提升质感与层次感 - 用户名、ID及箭头等文字颜色改为白色及半透明白色,增强对比度 - 数据概览从三列扩展为四列,新增余额栏目,文字统一为白色 - VIP标识渐变色由粉红色改为金色,突显尊贵感 - 增加第三个装饰圆形,调整装饰元素大小和位置,更加协调 - 注释并暂时移除门店列表和其他页面中的“立即预约”按钮相关代码,避免用户误操作 - 修正首页门店信息跳转路径,指向正确页面
This commit is contained in:
@@ -112,12 +112,12 @@ const StoreListPage: React.FC = () => {
|
||||
>
|
||||
<Text className='text-xs text-green-500'>📍 导航到店</Text>
|
||||
</View>
|
||||
<View
|
||||
className='flex-1 py-2 bg-orange-50 rounded-lg text-center'
|
||||
onClick={() => handleBooking(store.id!)}
|
||||
>
|
||||
<Text className='text-xs text-orange-500'>📅 立即预约</Text>
|
||||
</View>
|
||||
{/*<View*/}
|
||||
{/* className='flex-1 py-2 bg-orange-50 rounded-lg text-center'*/}
|
||||
{/* onClick={() => handleBooking(store.id!)}*/}
|
||||
{/*>*/}
|
||||
{/* <Text className='text-xs text-orange-500'>📅 立即预约</Text>*/}
|
||||
{/*</View>*/}
|
||||
</View>
|
||||
</View>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user