12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .exam-tab-view {
- margin-top: 42px;
- }
- .view-wrap {
- position: fixed;
- width: 100%;
- background: #fff6f6;
- text-align: center;
- height: 35px;
- z-index: 999;
- }
- .exam-count-down {
- font-size: 40rpx;
- line-height: 60rpx;
- }
- .view-wrap-hidden {
- height: 35px;
- }
- .xzs-load-more {
- margin-top: 60px !important;
- }
- .exam-page {
- background: white;
- }
- .question-answer-error {
- background-color: #fef0f0;
- border-color: #fde2e2;
- color: #f56c6c;
- }
- .question-answer-right {
- background-color: #f0f9eb;
- border-color: #e1f3d8;
- color: #67c23a;
- }
- .exam-clear {
- clear: both;
- margin-left: 20rpx;
- }
- .exam-extend-item {
- padding: 4px;
- }
- .item-select{
- padding: 10rpx !important;
- margin: 20rpx;
- font-size:40rpx;
- margin-top: 10rpx;
- text-align: center;
- height: 50rpx;
- }
- .un-select{
- width: 50rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 100%;
- }
- .cur-select{
- background: lightblue !important;
- color:red;
- width: 50rpx;
- height: 50rpx;
- font-size: 40rpx;
- line-height: 50rpx;
- border-radius: 100%;
- }
- .is-select{
- background: #dadada;
- width: 50rpx;
- height: 50rpx;
- line-height: 50rpx;
- border-radius: 100%;
- }
- .exam-cell{
- min-height: 500rpx;
- }
|