浏览代码

样式修改

tanxue 2 月之前
父节点
当前提交
dcdbffe387
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      common/styles/global/pages.scss

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

@@ -227,9 +227,10 @@
 	.kc-name-box{
 		display: flex;align-items: center;box-sizing: border-box;padding: 24rpx 36rpx 6rpx;
 		icon{
-			width: 20rpx;height: 32rpx;margin-right: 24rpx;font-size: 32rpx;flex-shrink: 0;
-			background-image: url("@/static/images/common/nav-bar-green-jt.svg");@include ezy-no-repeat-cover();
+			width: 60rpx;height: 40rpx;flex-shrink: 0;
 		}
+		icon::before{content:'';width:40rpx;height: 40rpx;display: inline-block;
+			@include ezy-no-repeat-cover();background-image: url("@/static/images/common/return-icon.png");}
 	}
 	.kc-info-box{width: 100%;box-sizing: border-box;padding: 6rpx 36rpx 24rpx;border-bottom: 1rpx solid #ebebeb;
 		display: flex;align-items: center;justify-content: space-between;color: #555;font-size: 28rpx;}