|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
- <div class="normal-card">
|
|
|
- <div class="title-box">
|
|
|
+ <div class="normal-card" >
|
|
|
+ <div class="title-box-style">
|
|
|
<div class="title">{{detailData.title}}</div>
|
|
|
<div>
|
|
|
<div class="descript">{{detailData.summary}}</div>
|
|
|
@@ -187,33 +187,33 @@ export default {
|
|
|
font-family: PingFang SC-Regular;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
-.normal-card .title-box {
|
|
|
+.normal-card .title-box-style {
|
|
|
padding-bottom: 20px;
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
-.normal-card .title-box .title {
|
|
|
+.normal-card .title-box-style .title {
|
|
|
line-height: 24px;
|
|
|
padding-bottom: 10px;
|
|
|
font-size: 25px;
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
}
|
|
|
-.normal-card .title-box .descript {
|
|
|
+.normal-card .title-box-style .descript {
|
|
|
font-size: 14px;
|
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
|
color: #333333;
|
|
|
line-height: 24px;
|
|
|
padding-top: 10px;
|
|
|
}
|
|
|
-.normal-card .title-box .info {
|
|
|
+.normal-card .title-box-style .info {
|
|
|
line-height: 16px;
|
|
|
margin-top: 10px;
|
|
|
font-size: 12px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-.normal-card .title-box .info .tag {
|
|
|
+.normal-card .title-box-style .info .tag {
|
|
|
border: 1px solid #fa8c16;
|
|
|
color: #fa8c16;
|
|
|
margin-right: 10px;
|