This commit is contained in:
make
2025-05-02 18:30:50 +08:00
parent 85f2ef5cb2
commit 65ac6d7652
19 changed files with 489 additions and 302 deletions

View File

@@ -572,40 +572,40 @@ return [
// 排行榜列表URL
'RANK_LIST_URL_T2' => [
'description' => '排行榜列表URL 模板2',
'sfg_id' => 120,
'sfg_id' => 121,
'arrSubjectFomart' => [
'/paihangbang/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T3' => [
'description' => '排行榜列表URL 模板3',
'sfg_id' => 120,
'sfg_id' => 122,
'arrSubjectFomart' => [
'/rank/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T4' => [
'description' => '排行榜列表URL 模板4',
'sfg_id' => 120,
'sfg_id' => 123,
'arrSubjectFomart' => [
'/top/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T5' => [
'description' => '排行榜列表URL 模板5',
'sfg_id' => 120,
'sfg_id' => 124,
'arrSubjectFomart' => [
'/ranks/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
'RANK_LIST_URL_T6' => [
'description' => '排行榜列表URL 模板6',
'sfg_id' => 120,
'sfg_id' => 125,
'arrSubjectFomart' => [
'/phb/{strGender}/{strCategory}/{strStatus}/{strOrder}/page{intPage}',
]
],
// 最新替换模板分组id 119
// 最新替换模板分组id 125
];

View File

@@ -168,7 +168,7 @@ textarea.form-control{ height: auto;}
.stui-vodlist__detail.active{ padding: 0 10px 10px;}
.stui-vodlist__detail .title{ font-size: 14px; margin-bottom: 0;}
.stui-vodlist__detail .title.active{ font-size: 16px; margin-bottom: 10px;}
.stui-vodlist__detail .text{ min-height: 19px; font-size: 12px; margin-bottom: 0; margin-top: 5px;}
.stui-vodlist__detail .text{ min-height: 19px; font-size: 12px; margin-bottom: 0; margin-top: 5px;height: 10px;}
.stui-vodlist__detail .text-title{ font-size: 14px; line-height: 18px; margin:11px 0 0; height: 36px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
/* text-list */