|
@@ -164,9 +164,15 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.ezy-tiankong-box{
|
|
|
.tiankongn-title{
|
|
|
width: 231rpx;height: 63rpx;
|
|
|
- background-image: url("@/static/images/exam/panduan-title.png");@include ezy-no-repeat-cover();
|
|
|
+ background-image: url("@/static/images/exam/panduan-title.png");@include ezy-no-repeat-cover;
|
|
|
}
|
|
|
.tiankong-input {width: 50px;height: 32rpx;border: 1px solid #999;}
|
|
|
+ // .tiankong-input.showError{position: relative;}
|
|
|
+ .tk-input-box{display: inline-block;position: relative;font-size: 0;}
|
|
|
+ .tk-input-box.showError::after{
|
|
|
+ content: '';width: 30rpx;height: 30rpx;display: block;position: absolute;top: -12rpx;right: -6rpx;
|
|
|
+ background-image: url("@/static/images/exam/option-error-img.png");@include ezy-no-repeat-cover;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/***** 试题白色的框 *****/
|