|
@@ -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;}
|