diff --git a/src/views/agjtLiveScreen/liveScreen/centerBottomLeft.vue b/src/views/agjtLiveScreen/liveScreen/centerBottomLeft.vue index d96752a..fbd74fb 100644 --- a/src/views/agjtLiveScreen/liveScreen/centerBottomLeft.vue +++ b/src/views/agjtLiveScreen/liveScreen/centerBottomLeft.vue @@ -1,7 +1,45 @@ @@ -18,6 +56,89 @@ import { GlobalStore } from "@/stores"; .centerBottomLeft { width: 100%; height: 100%; + .mainContainer{ + width: calc(100% - 20px); + padding: 0 10px; + height: 100%; + .topBox{ + width:100%; + // padding: 0 50px; + height: 25%; + display: flex; + justify-content: space-around; + .topInner1{ + width: 40%; + height: 100%; + background-color: #fff; + background: url("@/assets/images/comprehensiveManage/project9.png") no-repeat; + background-size: 100% 100%; + .innerText{ + color: #fff; + float: right; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-size: 15px; + transform: translateY(15px); + font-style: italic; + } + } + .topInner2{ + width: 40%; + height: 100%; + background-color: #fff; + background: url("@/assets/images/comprehensiveManage/project12.png") no-repeat; + background-size: 100% 100%; + .innerText{ + color: #fff; + float: right; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-size: 15px; + transform: translateX(-25px) translateY(15px); + font-style: italic; + } + } + } + .bottomBox{ + // width:calc(100% - 20px); + width: 100%; + height: calc(75% - 5px); + // border: 1px solid white; + // display: flex; + // flex-direction: column; + // justify-content: space-around; + .listItem{ + width: 100%; + height: 27%; + margin-bottom: 10px; + background-color: rgba($color: #062d5a, $alpha: 0.8); + font-size: 18px; + color: #fff; + display: flex; + justify-content: space-between; + align-items: center; + border-bottom: 2px solid; + // border-image: linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00) 1; + border-image: linear-gradient(to right, transparent 0%, #0674e8, rgba(0,0,0,0.1)) 0.5; + // background-size: 100% 100%; + background-position: left center; + + + .itemInfo1{ + width: auto; + display: flex; + } + .itemInfo2{ + width: auto; + margin-right: 15px; + } + } + } + } } ::v-deep .h-card .content { height: 80%;