瀏覽代碼

样式优化

tanxue 4 月之前
父節點
當前提交
2c7ae52aae
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      common/styles/global/pages.scss

+ 5 - 5
common/styles/global/pages.scss

@@ -528,17 +528,17 @@
 	.ezy-catalogue-collapse{
 		background-color: transparent!important;flex: 1;overflow-y: auto;
 		.collapse-item-box{
-			display: flex;flex-direction: column;padding: 24rpx 10rpx 24rpx 10rpx;box-sizing: border-box;
+			display: flex;flex-direction: column;padding: 24rpx 0 24rpx;box-sizing: border-box;
 			border-bottom: 2rpx dashed #9dc0f6;
 			.uni-collapse-item__wrap{background-color: transparent!important;}
-			.collapse-title{display: flex;font-size: 30rpx;font-weight: 700;color: #0a549d;position: relative;}
+			.collapse-title{display: flex;font-size: 28rpx;font-weight: 700;color: #0a549d;position: relative;}
 			.collapse-num-box{
 				width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
 				background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
-				-webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 20rpx;flex-shrink: 0;
+				-webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 12rpx;flex-shrink: 0;
 			}
-			.collapse-name{@include single-line-ellipsis;width: 380rpx;}
-			.uni-collapse-item__title-arrow{margin-right: 60rpx;}
+			.collapse-name{@include single-line-ellipsis;width: 400rpx;line-height: 1.6;}
+			.uni-collapse-item__title-arrow{margin-right: 60rpx;transform: unset;}
 			.uni-icons{
 				width: 37rpx;height: 37rpx;
 				background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;