685 lines
11 KiB
CSS
685 lines
11 KiB
CSS
|
|
html,
|
||
|
|
body {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
font-family: 'Microsoft YaHei';
|
||
|
|
color: #333;
|
||
|
|
font-size: 15px;
|
||
|
|
letter-spacing: 1px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*视频框样式*/
|
||
|
|
|
||
|
|
/* .content {
|
||
|
|
background-color: #000000;
|
||
|
|
float: left;
|
||
|
|
} */
|
||
|
|
|
||
|
|
/*球机视频框*/
|
||
|
|
|
||
|
|
.ballsplit {
|
||
|
|
width: 96.9%;
|
||
|
|
height: 99%;
|
||
|
|
margin-left: 5%;
|
||
|
|
-webkit-box-sizing: border-box;
|
||
|
|
-moz-box-sizing: border-box;
|
||
|
|
box-sizing: border-box;
|
||
|
|
overflow-y: auto;
|
||
|
|
overflow-x: hidden;
|
||
|
|
margin: 0.3%;
|
||
|
|
pointer-events: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.layout {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: start;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 2% 0 1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.close p {
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 45px);
|
||
|
|
padding: 0 1% 0 1%;
|
||
|
|
justify-content: space-between;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.left {
|
||
|
|
width: 0;
|
||
|
|
height: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.center {
|
||
|
|
width: 67.4%;
|
||
|
|
height: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
.right {
|
||
|
|
width: 30%;
|
||
|
|
height: 100%;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*球机当日上线记录样式 start*/
|
||
|
|
#ballOnlineRecord {
|
||
|
|
width: 100%;
|
||
|
|
height: 63%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search {
|
||
|
|
width: 98%;
|
||
|
|
height: 40px;
|
||
|
|
padding: 0 1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search input {
|
||
|
|
width: 208px;
|
||
|
|
height: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ball-form .layui-input-inline img {
|
||
|
|
position: absolute;
|
||
|
|
top: 19%;
|
||
|
|
left: 90%;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*球机当日上线记录样式 end*/
|
||
|
|
|
||
|
|
/*右侧样式设置start*/
|
||
|
|
.btn-box,.btn-box2 {
|
||
|
|
width: 100%;
|
||
|
|
height: 60px;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
.btn-box2{
|
||
|
|
justify-content: start;
|
||
|
|
}
|
||
|
|
.classmeeting-info {
|
||
|
|
width: 100%;
|
||
|
|
height: calc(100% - 120px);
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.early-waring {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.early-waring-info {
|
||
|
|
width: 100%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.early-waring p {
|
||
|
|
color: #f67e7e;
|
||
|
|
font-size: 15px;
|
||
|
|
margin: 0 15px 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.classmeeting-detail {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 280px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ai-box {
|
||
|
|
width: 98%;
|
||
|
|
min-height: 100px;
|
||
|
|
margin: 1%;
|
||
|
|
border: 1px dashed #054EA4;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ai-box-1,
|
||
|
|
#ai-box-2 {
|
||
|
|
width: 98%;
|
||
|
|
min-height: 50px;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ai-box-title {
|
||
|
|
width: 100%;
|
||
|
|
height: 36px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ai-box-title p {
|
||
|
|
padding: 0 5px;
|
||
|
|
margin: 0 !important;
|
||
|
|
color: #1296E2 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ai-box-content {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 36px;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ai-box-content p {
|
||
|
|
padding: 0 5px;
|
||
|
|
margin: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
#teamLabelBox {
|
||
|
|
width: 98%;
|
||
|
|
margin: 0 1%;
|
||
|
|
min-height: 80px;
|
||
|
|
border: 1px dashed #054EA4;
|
||
|
|
padding: 5px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
#teamLabelTitle {
|
||
|
|
width: 100%;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.teamLabelTitle p {
|
||
|
|
color: #1296E2 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.teamLabelContent {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 50px;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.teamLabelContent p {
|
||
|
|
padding: 2px 15px !important;
|
||
|
|
background-color: #1EDDCE !important;
|
||
|
|
border: 1px solid #1C9992;
|
||
|
|
border-radius: 10px;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-badge {
|
||
|
|
margin: 0 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classmeeting-detail-info {
|
||
|
|
width: 100%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classmeeting-detail-info p {
|
||
|
|
color: #333;
|
||
|
|
font-size: 15px;
|
||
|
|
margin: 0 15px 10px 0;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.work-people {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.work-people-title {
|
||
|
|
justify-content: space-between;
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.work-people-circle {
|
||
|
|
width: 12px;
|
||
|
|
height: 12px;
|
||
|
|
border-radius: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.work-people-sign,
|
||
|
|
.temporary-people-photo {
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.work-people-type,
|
||
|
|
.temporary-people-type {
|
||
|
|
width: 60px;
|
||
|
|
height: 60px;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin: 0 15px 15px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.temporary-people {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.measures-box,
|
||
|
|
.measures-box2 {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.measures-box-title,
|
||
|
|
.measures-box2-title {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.measures-box-content,
|
||
|
|
.measures-box2-content {
|
||
|
|
/*text-align: center;*/
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classTable {
|
||
|
|
width: 100%;
|
||
|
|
table-layout: fixed;
|
||
|
|
text-align: center;
|
||
|
|
border-collapse: collapse;
|
||
|
|
border-spacing: 0;
|
||
|
|
box-sizing: border-box;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classTable tbody tr td {
|
||
|
|
font-size: 15px;
|
||
|
|
border-bottom: 1px solid #d9d9d9;
|
||
|
|
height: 50px;
|
||
|
|
color: #262626;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classTable tr td {
|
||
|
|
font-size: 15px;
|
||
|
|
border-bottom: 1px solid #d9d9d9;
|
||
|
|
height: 50px;
|
||
|
|
color: #262626;
|
||
|
|
}
|
||
|
|
|
||
|
|
.classTable tr:nth-of-type(1) {
|
||
|
|
background-color: #f0f0f0;
|
||
|
|
height: 50px;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626 !important;
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.on-duty,
|
||
|
|
.key-point,
|
||
|
|
.ticket,
|
||
|
|
.exceptionReporting,
|
||
|
|
.sg-program {
|
||
|
|
width: 100%;
|
||
|
|
min-height: 110px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.key-point-photo {
|
||
|
|
width: 100%;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.key-point-photo-type {
|
||
|
|
width: 100%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.key-point-photo-type img {
|
||
|
|
width: 170px;
|
||
|
|
height: 100px;
|
||
|
|
margin: 10px 10px 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exceptionReporting-detail {
|
||
|
|
width: 100%;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exceptionReporting-info {
|
||
|
|
width: 100%;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exceptionReporting-num {
|
||
|
|
width: 5%;
|
||
|
|
color: #2F84FB;
|
||
|
|
font-weight: bold;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exceptionReporting-content {
|
||
|
|
width: 95%;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-box {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-box p:nth-of-type(1) {
|
||
|
|
width: 18%;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-box p:nth-of-type(2) {
|
||
|
|
width: 86%;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exception-img {
|
||
|
|
width: 86%;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exception-img img {
|
||
|
|
width: 100px;
|
||
|
|
height: 100px;
|
||
|
|
margin: 0 10px 10px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*右侧样式设置end*/
|
||
|
|
|
||
|
|
/*模块公共样式 start*/
|
||
|
|
.model-title {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.model-title p:nth-child(1) {
|
||
|
|
width: 14px;
|
||
|
|
height: 8px;
|
||
|
|
border: 1px solid #2F82FB;
|
||
|
|
background-color: #2F82FB;
|
||
|
|
border-radius: 14px 14px 0 0;
|
||
|
|
-webkit-transform: rotate(90deg);
|
||
|
|
margin: 2px 0 0 -3px;
|
||
|
|
-webkit-border-radius: 14px 14px 0 0;
|
||
|
|
-moz-border-radius: 14px 14px 0 0;
|
||
|
|
-ms-border-radius: 14px 14px 0 0;
|
||
|
|
-o-border-radius: 14px 14px 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.model-title p:nth-child(2),
|
||
|
|
.model-title p:nth-child(3) {
|
||
|
|
color: #262626;
|
||
|
|
font-size: 18px;
|
||
|
|
margin: 0 0 0 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.model-title p:nth-child(4) {
|
||
|
|
font-size: 15px;
|
||
|
|
color: #2F82FB;
|
||
|
|
margin-left: 15%;
|
||
|
|
}
|
||
|
|
|
||
|
|
hr {
|
||
|
|
height: 0;
|
||
|
|
line-height: 0;
|
||
|
|
margin: 10px 0;
|
||
|
|
padding: 0;
|
||
|
|
border: none !important;
|
||
|
|
border-bottom: 1px solid #c0c4cc !important;
|
||
|
|
clear: both;
|
||
|
|
overflow: hidden;
|
||
|
|
background: 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input,
|
||
|
|
.layui-select,
|
||
|
|
.layui-textarea {
|
||
|
|
color: #595959 !important;
|
||
|
|
border: 1px solid #d9d9d9 !important;
|
||
|
|
height: 40px;
|
||
|
|
font-size: 16px;
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 3px 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:hover,
|
||
|
|
.layui-select:hover,
|
||
|
|
.layui-textarea:hover {
|
||
|
|
border: 1px solid #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-input:focus,
|
||
|
|
.layui-select:focus,
|
||
|
|
.layui-textarea:focus {
|
||
|
|
border: 1px solid #595959 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* layui 样式设置 end */
|
||
|
|
|
||
|
|
/*滚动条样式start*/
|
||
|
|
::-webkit-scrollbar {
|
||
|
|
width: 5px;
|
||
|
|
height: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-track {
|
||
|
|
background: #e7e7f1 !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:hover {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-scrollbar-thumb:active {
|
||
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
||
|
|
border-radius: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*滚动条样式end*/
|
||
|
|
/* 表格样式 start */
|
||
|
|
.table-box {
|
||
|
|
width: 95%;
|
||
|
|
padding: 0 2.5%;
|
||
|
|
height: calc(100% - 105px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.table {
|
||
|
|
width: 100%;
|
||
|
|
overflow-x: auto;
|
||
|
|
cursor: pointer;
|
||
|
|
table-layout: fixed !important;
|
||
|
|
word-break: break-all;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
line-height: 18px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell div {
|
||
|
|
color: #D9D9D9;
|
||
|
|
margin: 0 6px;
|
||
|
|
vertical-align: top;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table th {
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view .layui-table td {
|
||
|
|
font-size: 15px;
|
||
|
|
color: #262626;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table thead tr {
|
||
|
|
background-color: #f0f0f0;
|
||
|
|
height: 50px;
|
||
|
|
font-size: 18px;
|
||
|
|
color: #262626 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-header {
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td,
|
||
|
|
.layui-table th,
|
||
|
|
.layui-table-col-set,
|
||
|
|
.layui-table-fixed-r,
|
||
|
|
.layui-table-grid-down,
|
||
|
|
.layui-table-header,
|
||
|
|
.layui-table-page,
|
||
|
|
.layui-table-tips-main,
|
||
|
|
.layui-table-tool,
|
||
|
|
.layui-table-total,
|
||
|
|
.layui-table-view,
|
||
|
|
.layui-table[lay-skin="line"],
|
||
|
|
.layui-table[lay-skin="row"] {
|
||
|
|
border: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table td {
|
||
|
|
border-bottom: 1px solid #d9d9d9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table tbody tr {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-body {
|
||
|
|
margin-bottom: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-box {
|
||
|
|
overflow: hidden !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-cell {
|
||
|
|
height: auto;
|
||
|
|
white-space: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-table-view {
|
||
|
|
margin: 10px 0 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 表格样式 end */
|
||
|
|
|
||
|
|
img {
|
||
|
|
image-rendering: -moz-crisp-edges;
|
||
|
|
/* Firefox */
|
||
|
|
image-rendering: -o-crisp-edges;
|
||
|
|
/* Opera */
|
||
|
|
image-rendering: -webkit-optimize-contrast;
|
||
|
|
/*Webkit (non-standard naming) */
|
||
|
|
image-rendering: crisp-edges;
|
||
|
|
-ms-interpolation-mode: nearest-neighbor;
|
||
|
|
/* IE (non-standard property) */
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
width: 88px;
|
||
|
|
font-size: 16px;
|
||
|
|
background-color: #2F82FB;
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-form-item {
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.layui-btn {
|
||
|
|
font-size: 15px;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*模块公共样式 end*/
|
||
|
|
|
||
|
|
.left {
|
||
|
|
display: unset;
|
||
|
|
transition: width 0.5s ease-in-out;
|
||
|
|
overflow-y: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
-webkit-transition: width 0.5s ease-in-out;
|
||
|
|
-webkit-backface-visibility: hidden;
|
||
|
|
-webkit-transform-style: preserve-3d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.center {
|
||
|
|
transition: width 0.5s ease-in-out;
|
||
|
|
-webkit-transition: width 0.5s ease-in-out;
|
||
|
|
-webkit-backface-visibility: hidden;
|
||
|
|
-webkit-transform-style: preserve-3d;
|
||
|
|
}
|
||
|
|
|
||
|
|
#switchBtn {
|
||
|
|
height: 100%;
|
||
|
|
width: 30px;
|
||
|
|
/*background: url(../../../img/video/arrow.svg) no-repeat 0 0/100% 100%;*/
|
||
|
|
float: left;
|
||
|
|
color: #253E78;
|
||
|
|
display: flex;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
align-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#switchBtn img {
|
||
|
|
height: 30px;
|
||
|
|
width: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.program-file {
|
||
|
|
width: 170px;
|
||
|
|
height: 170px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
margin: 0 5px 10px 0;
|
||
|
|
background-color: #eee;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sgFileBox {
|
||
|
|
width: 100%;
|
||
|
|
height: 64px;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sgFileBox button {
|
||
|
|
width: 50px;
|
||
|
|
height: 25px;
|
||
|
|
background-color: #d2d2d2;
|
||
|
|
border: none;
|
||
|
|
font-size: 15px;
|
||
|
|
margin: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.program-file img {
|
||
|
|
width: 64px;
|
||
|
|
height: 64px;
|
||
|
|
margin-left: 30%;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.program-file p {
|
||
|
|
font-size: 15px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sg-program-box {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: revert;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|