diff --git a/components/s-video/s-video.vue b/components/s-video/s-video.vue index d637bac..028d2cf 100644 --- a/components/s-video/s-video.vue +++ b/components/s-video/s-video.vue @@ -11,6 +11,8 @@ {{item.channel}} + + @@ -205,20 +207,48 @@ .popup-layer .anitem { position: relative; margin: 80rpx; - width: 300rpx; + width: 600rpx; height: 100rpx; text-align: center; } .popup-layer .anitem .animg { width: 100%; - height: 100%; + height: 160rpx; } .popup-layer .anitem .antxt { position: absolute; - top: 30%; + top: 60%; width: 100%; + font-size: 1.2rem; + } + + .judd { + position: absolute; + top: -20rpx; + right: -50rpx; + width: 100rpx; + height: 100rpx; + border-radius: 50%; + } + + .jdok { + background-color: rgba(3, 173, 55, .35); + } + + .jderr { + background-color: rgba(249, 21, 43, .35); + } + + .judd .judimg { + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + width: 50%; + height: 50%; } diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue index d904f11..5eed012 100644 --- a/components/tabbar/tabbar.vue +++ b/components/tabbar/tabbar.vue @@ -121,10 +121,11 @@ font-size: 24rpx; font-family: Cochin, serif; font-weight: 900; + color: #969696; } .TextColor { @extend .Text; - color: #d81e06; + color: #2d78ff; } \ No newline at end of file diff --git a/static/images/icon-err.png b/static/images/icon-err.png new file mode 100644 index 0000000..00b5014 Binary files /dev/null and b/static/images/icon-err.png differ diff --git a/static/images/icon-ok.png b/static/images/icon-ok.png new file mode 100644 index 0000000..50ea98b Binary files /dev/null and b/static/images/icon-ok.png differ diff --git a/subpkg/list/list.vue b/subpkg/list/list.vue index 30a4fa5..4a82d53 100644 --- a/subpkg/list/list.vue +++ b/subpkg/list/list.vue @@ -126,7 +126,7 @@ } .mainwrap3 { top: 0; - height: calc(100% - 70px); + height: calc(100% - 200rpx); overflow: hidden; } @@ -147,16 +147,17 @@ } } .nav-list { - position: relative; - top: 50rpx; - justify-content: space-around; - margin: 2% 3%; - width: 94%; - height: 70%; - + position: relative; + top: 50rpx; + justify-content: space-around; + margin: 4% 3%; + width: 94%; + height: 65%; + overflow-y: auto; + .nav-img { width: 100%; - height: 200rpx; + height: 240rpx; margin-bottom: 10rpx; border-radius: 10px; } diff --git a/subpkg/role/role.vue b/subpkg/role/role.vue index 024565f..fcc5c40 100644 --- a/subpkg/role/role.vue +++ b/subpkg/role/role.vue @@ -5,7 +5,7 @@ - 请选择您在“{{sceneName}}”演练中的角色: + 请选择您在“{{sceneName}}”演练中的角色: {{item.name}} @@ -131,7 +131,8 @@ .role_wrap { position: absolute; top: 47.5%; - width: 100%; + margin: 0 3%; + width: 94%; } .role_box {