|
|
@@ -530,9 +530,29 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.info-title {
|
|
|
+ position: relative;
|
|
|
color: #262626;
|
|
|
font-size: 18px;
|
|
|
- padding: 16px 0;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ padding-left: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ border-bottom: 1px solid #eee;
|
|
|
+ font-weight: 600;
|
|
|
font-family: PingFang SC, PingFang SC;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.info-title::before{
|
|
|
+ content: "";
|
|
|
+ background: #D42426;
|
|
|
+ width: 4px;
|
|
|
+ height: 18px;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
}
|
|
|
</style>
|