debug
This commit is contained in:
@@ -174,14 +174,14 @@ $arrVideoSubjectFomartGroupData = [
|
||||
'description' => '视频详情URL 模板1',
|
||||
'sfg_id' => 1024,
|
||||
'arrSubjectFomart' => [
|
||||
'/voddetail/{strVideoPinyin}-{intVideoId}',
|
||||
'/voddetail/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL' => [
|
||||
'description' => '视频播放URL 模板1',
|
||||
'sfg_id' => 1025,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodplay/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
'/vodplay/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
'VIDEO_RANK_INDEX_URL' => [
|
||||
|
||||
@@ -124,56 +124,56 @@ return [
|
||||
'description' => '视频详情URL 模板2',
|
||||
'sfg_id' => 1047,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodinfo/{strVideoPinyin}-{intVideoId}',
|
||||
'/vodinfo/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T3' => [
|
||||
'description' => '视频详情URL 模板3',
|
||||
'sfg_id' => 1048,
|
||||
'arrSubjectFomart' => [
|
||||
'/vod/{strVideoPinyin}-{intVideoId}',
|
||||
'/vod/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T4' => [
|
||||
'description' => '视频详情URL 模板4',
|
||||
'sfg_id' => 1049,
|
||||
'arrSubjectFomart' => [
|
||||
'/video-info/{strVideoPinyin}-{intVideoId}',
|
||||
'/video-info/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T5' => [
|
||||
'description' => '视频详情URL 模板5',
|
||||
'sfg_id' => 1050,
|
||||
'arrSubjectFomart' => [
|
||||
'/video-detail/{strVideoPinyin}-{intVideoId}',
|
||||
'/video-detail/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T6' => [
|
||||
'description' => '视频详情URL 模板6',
|
||||
'sfg_id' => 1051,
|
||||
'arrSubjectFomart' => [
|
||||
'/video/{strVideoPinyin}-{intVideoId}',
|
||||
'/video/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T7' => [
|
||||
'description' => '视频详情URL 模板7',
|
||||
'sfg_id' => 1052,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin/{strVideoPinyin}-{intVideoId}',
|
||||
'/shipin/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T8' => [
|
||||
'description' => '视频详情URL 模板8',
|
||||
'sfg_id' => 1053,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin-xiangqing/{strVideoPinyin}-{intVideoId}',
|
||||
'/shipin-xiangqing/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
'VIDEO_INFO_URL_T9' => [
|
||||
'description' => '视频详情URL 模板9',
|
||||
'sfg_id' => 1054,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin-neiron/{strVideoPinyin}-{intVideoId}',
|
||||
'/shipin-neiron/{strPinYin}-{intVId}',
|
||||
]
|
||||
],
|
||||
|
||||
@@ -182,56 +182,56 @@ return [
|
||||
'description' => '视频播放URL 模板2',
|
||||
'sfg_id' => 1055,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodbf/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
'/vodbf/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T3' => [
|
||||
'description' => '视频播放URL 模板3',
|
||||
'sfg_id' => 1056,
|
||||
'arrSubjectFomart' => [
|
||||
'/vodseed/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
'/vodseed/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T4' => [
|
||||
'description' => '视频播放URL 模板4',
|
||||
'sfg_id' => 1057,
|
||||
'arrSubjectFomart' => [
|
||||
'/video-play/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}'
|
||||
'/video-play/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}'
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T5' => [
|
||||
'description' => '视频播放URL 模板5',
|
||||
'sfg_id' => 1058,
|
||||
'arrSubjectFomart' => [
|
||||
'/video-bofang/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
|
||||
'/video-bofang/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T6' => [
|
||||
'description' => '视频播放URL 模板6',
|
||||
'sfg_id' => 1059,
|
||||
'arrSubjectFomart' => [
|
||||
'/video-show/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
|
||||
'/video-show/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T7' => [
|
||||
'description' => '视频播放URL 模板7',
|
||||
'sfg_id' => 1060,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin-play/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
|
||||
'/shipin-play/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T8' => [
|
||||
'description' => '视频播放URL 模板8',
|
||||
'sfg_id' => 1061,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin-bofang/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
|
||||
'/shipin-bofang/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
|
||||
]
|
||||
],
|
||||
'VIDEO_PLAY_URL_T9' => [
|
||||
'description' => '视频播放URL 模板9',
|
||||
'sfg_id' => 1062,
|
||||
'arrSubjectFomart' => [
|
||||
'/shipin-kan/{strVideoPinyin}-{intVideoId}-{strPlayType}-{intPlayIndex}',
|
||||
'/shipin-kan/{strPinYin}-{intVId}-{strPlayType}-{intPlayIndex}',
|
||||
]
|
||||
],
|
||||
|
||||
|
||||
@@ -156,8 +156,8 @@ textarea.form-control{ height: auto;}
|
||||
.stui_nav__taddar .item .title{ display: block; margin-top: 3px; font-size: 12px;;}
|
||||
.stui_nav__taddar.fixed{ position: fixed; bottom: 0; width: 100%; padding: 5px 0 0;}
|
||||
|
||||
/* vod-list */
|
||||
.stui-vodlist__thumb{display: block; position: relative; padding-top: 150%; background: url(../img/load.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
|
||||
/* vod-list background: url(../img/load.gif) no-repeat;*/
|
||||
.stui-vodlist__thumb{display: block; position: relative; padding-top: 150%; background-position: 50% 50%; background-size: cover;}
|
||||
.stui-vodlist__thumb.square{ padding-top: 100%; background: url(../img/load_f.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
|
||||
.stui-vodlist__thumb.active{ padding-top: 60%; background: url(../img/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
|
||||
.stui-vodlist__thumb.picture {background: none; overflow: hidden;}
|
||||
|
||||
BIN
code/public/template/videodadi/img/favicon.ico
Normal file
BIN
code/public/template/videodadi/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
BIN
code/public/template/videodadi/img/play.png
Normal file
BIN
code/public/template/videodadi/img/play.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user