|
@@ -528,17 +528,17 @@
|
|
.ezy-catalogue-collapse{
|
|
.ezy-catalogue-collapse{
|
|
background-color: transparent!important;flex: 1;overflow-y: auto;
|
|
background-color: transparent!important;flex: 1;overflow-y: auto;
|
|
.collapse-item-box{
|
|
.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;
|
|
border-bottom: 2rpx dashed #9dc0f6;
|
|
.uni-collapse-item__wrap{background-color: transparent!important;}
|
|
.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{
|
|
.collapse-num-box{
|
|
width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
|
|
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;
|
|
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{
|
|
.uni-icons{
|
|
width: 37rpx;height: 37rpx;
|
|
width: 37rpx;height: 37rpx;
|
|
background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
|