.warning-box { box-sizing: border-box; // width: 1881px; width: 100%; // height: 100%; min-height: 100%; margin: 0 auto; color: #999; // background: url("../../../img/modules/visual/warning-box.png") no-repeat center; background-size: 100% 100%; padding: 25px 21px 35px 24px; &-top { display: flex; // justify-content: space-around; justify-content: flex-start; flex-wrap: wrap; min-height: 190px; .top-item { box-sizing: border-box; width: 280px; height: 190px; padding: 10px 22px 14px 21px; border-radius: 8px; margin-right: 15px; margin-bottom: 15px; background-color: #fff; &-img { display: flex; align-items: center; img { width: 78px; height: 78px; margin-right: 16px; margin-bottom: 10px; } .top-item-left { display: flex; flex-direction: column; span { display: inline-block; } span:nth-child(1) { font-size: 18px; font-weight: 400; color: #333333; } span:nth-child(2) { font-size: 28px; font-weight: bold; color: #2194fe; margin-top: 10px; } } } &-num { width: 100%; display: flex; position: relative; flex-direction: column; align-items: space-between; // border: 1px solid red; .num-item { position: relative; width: 100%; height: 35px; display: flex; border-radius: 4px; align-items: center; justify-content: space-between; padding: 0 10px 0 29px; cursor: pointer; &::after { display: block; content: ""; width: 8px; height: 8px; background: #fef200; border-radius: 50%; position: absolute; left: 12px; top: 50%; transform: translate(0, -50%); } &:nth-of-type(2) { &::after { background: #e70014; } } div:nth-child(1) { font-size: 16px; font-family: PingFang SC; font-weight: 400; color: #333333; } div:nth-child(2) { // width: 70%; display: flex; font-size: 20px; font-family: PingFang SC; font-weight: 500; color: #333; .right-icon { width: 10px; height: 14px; } } } .num-item-active { background-color: #f0f3f7; } .num-item:nth-child(2) { margin-top: 10px; } } } } &-bottom { box-sizing: border-box; width: 100%; height: calc(100% - 300px); padding: 35px 40px; min-height: 300px; margin-top: 30px; background-color: #fff; .pagination { box-sizing: border-box; margin-top: 20px; width: 100%; height: 40px; display: flex; justify-content: flex-end; } } }