.content { width: 100%; padding-top: 10px; min-height: 100vh; background-color: #000; } .box1 { color: #fff; margin: 15px; width: calc(100%- 30px); .time { width: 100%; font-size: 32rpx; margin-bottom: 20px; } .LiuS { width: 60%; margin: auto; position: relative; text-align: center; border-radius: 10px; background-color: #272a2a; height: 30px; line-height: 30px; } .LiuS:after { content: ""; position: absolute; left: 45%; bottom: -7px; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 8px solid #272a2a; } .item { width: 100%; font-size: 28rpx; padding: 10px 0; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; position: relative; .image { width: 80%; image { margin-top: 10px; width: 100%; } } .center { top: 0px; bottom: -0px; position: absolute; width: 70px; margin: auto; text-align: center; background-color: #333; border-radius: 10px; z-index: 9; } .level-bg { position: absolute; width: 70px; margin: auto; text-align: center; background-color: #4d6c7b; border-radius: 0 0 10px 10px; bottom: 0px; z-index: 19; } .level-item { width: 70px; height: 100%; position: absolute; z-index: 99; :last-child { border-bottom: none; } } .ite { margin: 0 5px; width: calc(100% - 10px); height: 40px; line-height: 40px; font-size: 32rpx; color: #fff; z-index: 99; border-bottom: 1px solid #999; } } .val { width: 100%; text-align: center; margin: 20px 0; color: #fff; font-size: 32rpx; text { display: block; color: #39D9C9 !important; font-size: 64rpx; margin-bottom: 10px; } } } .box { padding: 0; display: flex; flex-wrap: wrap; border-radius: 10px; margin: 15px; width: calc(100%- 30px); justify-content: space-between; .data { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; } .item { width: 47.5%; font-size: 28rpx; background: #fff; padding: 10px 0; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } .val { width: 40px; height: 40px; border-radius: 50%; image { width: 70%; height: 70%; } } }