|
@@ -31,7 +31,10 @@
|
|
|
)
|
|
|
"
|
|
|
/>
|
|
|
- <p>{{ item.section_name }}</p>
|
|
|
+ <p class="fx-row jc-between ai-center">
|
|
|
+ <span> {{ item.section_name }} </span>
|
|
|
+ <span class="pointer iconfont icon-shoucang"></span>
|
|
|
+ </p>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- 分页 -->
|
|
@@ -128,64 +131,6 @@ export default {
|
|
|
padding: 20px;
|
|
|
}
|
|
|
|
|
|
-.spans {
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
-
|
|
|
-.spans > span {
|
|
|
- height: 100%;
|
|
|
- display: inline-block;
|
|
|
- padding: 6px 19px;
|
|
|
- border-radius: 16px;
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- margin-right: 8px;
|
|
|
- border: 1px solid #eee;
|
|
|
-}
|
|
|
-
|
|
|
-.active_text {
|
|
|
- background: #47c6a2;
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
-.search_btn {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.search_btn input {
|
|
|
- border: 0;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.search_btn input:focus {
|
|
|
- outline: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.search_btn img {
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-.radio_contianer {
|
|
|
- margin-top: 24px;
|
|
|
-}
|
|
|
-
|
|
|
-.radio_contianer span {
|
|
|
- font-size: 14px;
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- color: #232323;
|
|
|
- line-height: 20px;
|
|
|
- height: 20px;
|
|
|
- margin-right: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.radio_contianer .el-radio-button {
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-
|
|
|
.video_content p {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
@@ -206,26 +151,10 @@ export default {
|
|
|
.video_content .el-col {
|
|
|
margin-bottom: 42px;
|
|
|
}
|
|
|
-
|
|
|
-.video_item > img {
|
|
|
- width: 100%;
|
|
|
+.video_item{
|
|
|
padding-right: 22px;
|
|
|
}
|
|
|
-</style>
|
|
|
-<style>
|
|
|
-.radio_contianer .el-radio-button__inner {
|
|
|
- border-left: 1px solid #dcdfe6;
|
|
|
-}
|
|
|
-
|
|
|
-.radio_contianer .el-radio-button:first-child:last-child .el-radio-button__inner {
|
|
|
- border-radius: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.radio_contianer .el-radio-button .el-radio-button__inner {
|
|
|
- border-radius: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.split_page .el-pager > li {
|
|
|
- border-radius: 50%;
|
|
|
+.video_item > img {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
</style>
|