Browse Source

样式修改

tanxue 1 month ago
parent
commit
0d2fc67e62
2 changed files with 4 additions and 3 deletions
  1. 3 2
      common/styles/global/pages.scss
  2. 1 1
      pages/chanpinMy/my.vue

+ 3 - 2
common/styles/global/pages.scss

@@ -830,6 +830,7 @@
 // 我的页面
 .ezy-my-page{
 	width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
+	.my-title-navBar-box{padding-top: 24rpx;}
 	.my-page-box{position: relative;z-index: 1;margin: 0;}
 	.my-head-box{
 		width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
@@ -1110,8 +1111,8 @@
 			box-sizing: border-box;padding: 16rpx 0;
 			.tc-item{
 				min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
-				text-align: center;border: 1rpx solid #eaeaeb;border-radius: 20rpx;
-				font-size: 30rpx;line-height: 1; color: #333;
+				text-align: center;border: 1rpx solid #666;border-radius: 20rpx;
+				font-size: 30rpx;line-height: 1; color: #666;
 				padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
 			}
 			.active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}

+ 1 - 1
pages/chanpinMy/my.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="ezy-my-page">
-		<view class="icon-title-navBar-box">
+		<view class="icon-title-navBar-box my-title-navBar-box">
 			<view class="nav-bar-title"></view>
 		</view>
 		<view class="my-page-box">