123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- .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;
- }
|