/********** 这里放页面样式 **********/ /*** 考试页面***/ .admin-kaoshi-page { box-sizing: border-box; .kaoshi-scroll-view {height: calc(100vh - 166px);} .admin-list-box{ background-color: #f4f6fa!important; .admin-list-item-box{margin-bottom: 20rpx;} .uni-list--border{display: none;} } // 列表区域 .item-kaoshi-row { width: 100%; .ks-item-top { display: flex;justify-content: space-between;margin-bottom: 20rpx; .ks-name {font-size: 34rpx;color: #000;} .ks-zyLevelName {font-size: 26rpx;padding: 2px 12px;border-radius: 4px;border: 1px solid #3fd2a1;color:#3fd2a1;} } .ks-totalTm {font-size: 26rpx;color: #333;margin-bottom: 20rpx;} .phone-time-icon,.phone-ceshu-icon{width: 30rpx;height: 30rpx; background-color: red;vertical-align: middle;margin-right: 10rpx;} .ks-score-content{ background-color: #f4f6fa;width: 460rpx; margin-bottom: 20rpx;display: flex;padding: 10rpx 24rpx;box-sizing: border-box; .ks-score {padding-right: 10px} .ks-okScore {} } .row-item {margin-bottom: 10px;} .kaoshi-btn {width:220rpx;font-size: 26rpx;background-color: #3fd2a1;} } }