.content { padding: 20rpx; } .top { border-radius: 20px; text-align: center; display: flex; align-items: center; justify-content: space-evenly; } .option{ height:230rpx; } .head-text { position: relative; z-index: 99; text-align: center; font-size: 40rpx; bottom: 220rpx; color: #fff; font-weight: bold; } .scoremain { position: relative; z-index: 99; text-align: center; font-size: 30rpx; bottom: 180rpx; color: #fff; font-weight: bold; display: flex; flex-direction: row; justify-content: space-between; color: #fff; padding: 0 30rpx; } .studies_wrap-top { width: 100%; display: flex; justify-content: space-between; padding: 20rpx 0; } .studies_wrap { width: 100%; padding: 0 20rpx; margin-top: 20rpx; background: #ffffff; border-radius: 10rpx; box-sizing: border-box; } .studies_wrap_title { font-weight: bold; font-size: 30rpx; } .fcb { margin-top: 2rpx; margin-left: 15rpx; color: green; } .fcd { margin-top: 2rpx; margin-left: 15rpx; color: red; } .studies_wrap_state { font-size: 30rpx; flex-basis: 130rpx; margin-left: 20rpx; } .studies_wrap-main { border-top: 1px solid #eee; line-height: 50rpx; font-size: 28rpx; padding: 15rpx 0; color: #666; }