.g-container { display: flex; flex-direction: column; height: 100%; padding: 15px; row-gap: 5px; column-gap: 5px; } .g-container > div { position: relative; border-radius: 5px; width: 30px; } .flex-container { display: flex; /* flex-flow: row; */ flex-direction: row; height: 100%; padding: 15px; row-gap: 5px; column-gap: 5px; } .flex-container > div { border-radius: 5px; padding: 8px; } .srmdiv { position: absolute; margin-left: 45px; } .srm { margin-top: 50px; margin-left: -8px; } .srmnum { margin-left: -13px; position: absolute; margin-top: 57px; font-size: 14px; color: #fff; font-family: DIN-Bold; z-index: 9999; } .track { margin-top: -80px; } .item2 { margin-top: -3px; } .item3 { margin-top: -3px; } .center { height: 700px; /*calc(100% - 10px);*/ display: flex; box-sizing: border-box; flex-direction: row; justify-content: space-between; align-items: flex-start; } .center .left { position: relative; padding-left: 15px; margin-top: 2px; /* display: flex; box-sizing: border-box; flex-direction: row; justify-content: flex-start; align-items: flex-start; */ } .center .left .LineBox { padding-top: 57px; position: relative; } .center .left .LineBoxstu { position: absolute; left: 8px; top: 48px; } .center .left .itemBox { display: flex; box-sizing: border-box; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .center .left .item { position: relative; top: 49px; left: 4px; line-height: 1; } .center .left .item .num { color: #09355e; position: absolute; left: 48px; top: 5px; font-size: 8px; font-family: DIN-Bold; } .center .left .item .num.nums { left: 45px; } .center .left .item .ddj { margin-left: 1px; display: block; } .center .left .item .round { position: absolute; bottom: -56px; } .center .right { height: 100%; width: 382px; box-sizing: border-box; padding: 5px 0 0 5px; border-left: 1px solid #bdcadb; } .center .right .rItem { margin-bottom: 5px; } .center .right .rItem .title { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; margin-bottom: 6px; } .center .right .rItem .title span { font-size: 16px; color: #2d2f33; font-weight: bold; margin-left: 6px; } .center .right .rItem .tbale { border: 1px solid #bdcadb; width: 337px; margin-left: 12px; } .center .right .rItem .tbale .item { overflow: hidden; height: 32px; border-bottom: 1px solid #bdcadb; } .center .right .rItem .tbale .item span { display: block; float: left; width: 200px; height: 32px; line-height: 32px; background: #f8f9fb; font-size: 14px; color: #525866; text-align: center; border-right: 1px solid #bdcadb; } .center .right .rItem .tbale .item label { display: block; float: left; width: 135px; height: 32px; line-height: 32px; font-size: 14px; color: #525866; text-align: center; font-family: DIN-Bold; border-right: 0px solid #bdcadb; } .center .right .rItem .InfoItem { margin-bottom: 3px; margin-left: 12px; } .center .right .rItem .InfoItem .titleS { display: block; width: 48px; height: 20px; text-align: center; line-height: 20px; background: #fe2c2c; color: #fff; font-size: 12px; border-radius: 5px; margin-bottom: 4px; } .center .right .rItem .InfoItem .InfoBlock { display: flex; flex-direction: row; margin-bottom: 1px; } .center .right .rItem .InfoItem .InfoBlock span { color: #525866; font-size: 14px; display: block; min-width: 70px; } .center .right .rItem .InfoItem .InfoBlock label { color: #525866; font-size: 14px; font-weight: bold; } .item1 img { width: 32px; height: 32px; margin-left: -1px; } .item3 img { width: 28px; height: 110px; margin-left: 1px; } .lefttitle { font-size: 16px; color: #2d2f33; font-weight: bold; margin-left: -3px; position: absolute; margin-top: -2px; }