|
@@ -52,6 +52,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.introduction-card {
|
|
|
border-radius: 12px;
|
|
|
+ overflow: hidden;
|
|
|
.head-list {
|
|
|
display: flex;
|
|
|
.head-item {
|
|
@@ -115,7 +116,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
content: '';
|
|
|
- background: url(../../../../assets/image/icon/icon-red-close.png) no-repeat center;
|
|
|
+ background: url(../../../../assets/image/icon/icon-gray-close.png) no-repeat center;
|
|
|
background-size: 20px 20px;
|
|
|
}
|
|
|
}
|
|
@@ -127,7 +128,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
content: '';
|
|
|
- background: url(../../../../assets/image/icon/icon-check.png) no-repeat center;
|
|
|
+ background: url(../../../../assets/image/icon/icon-gold-right.png) no-repeat center;
|
|
|
background-size: 24px 24px;
|
|
|
}
|
|
|
}
|
|
@@ -141,7 +142,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
content: '';
|
|
|
- background: url(../../../../assets/image/icon/icon-check.png) no-repeat center;
|
|
|
+ background: url(../../../../assets/image/icon/icon-gold-right.png) no-repeat center;
|
|
|
background-size: 24px 24px;
|
|
|
}
|
|
|
}
|