/* pages/bookServices/detail/components/testResource/testResource.wxss */
|
.test-resource {
|
padding-top: 20rpx;
|
}
|
|
.primary-color {
|
color: #ff6c00;
|
}
|
|
.resource-list {
|
height: 80rpx;
|
margin: 20rpx;
|
padding: 0 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
background-color: #FFF6F0;
|
}
|
|
.list-title {
|
display: flex;
|
align-items: center;
|
}
|
|
.list-title image {
|
width: 34rpx;
|
height: 38rpx;
|
}
|
|
.practice image {
|
width: 26rpx;
|
height: 30rpx;
|
}
|
|
.list-title text {
|
margin-left: 10rpx;
|
color: #333;
|
}
|
|
.top-btn {
|
display: flex;
|
justify-content: space-evenly;
|
align-items: center;
|
/* padding: 0 0 20rpx 15rpx; */
|
padding: 5rpx;
|
border-bottom: 1px solid #EFF0F1;
|
}
|
|
.btn-content {
|
display: flex;
|
align-items: center;
|
}
|
|
.image-box {
|
display: flex;
|
align-items: center;
|
width: 32rpx;
|
height: 32rpx;
|
}
|
|
.image-box image {
|
height: 32rpx;
|
}
|
|
.top-btn image {
|
margin-right: 4rpx;
|
}
|
|
.btn-box image {
|
width: 36rpx;
|
height: 36rpx;
|
}
|
|
.test-btn {
|
box-sizing: border-box;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
width: 176rpx;
|
height: 80rpx;
|
}
|
|
.test-btn:last-child {
|
margin-left: 20rpx;
|
}
|
|
.btn-content-text {
|
height: min-content;
|
}
|
|
.btn-box {
|
display: flex;
|
justify-content: space-between;
|
width: 50%;
|
}
|
|
.practice-btn {
|
--td-button-default-bg-color: #ff6c00;
|
--td-button-default-border-color: #ff6c00;
|
--td-button-default-active-bg-color: #ff984d;
|
--td-button-default-active-border-color: #ff984d;
|
}
|
|
.practice-btn image {
|
margin-top: 25rpx;
|
margin-right: 10rpx;
|
width: 26rpx;
|
height: 30rpx;
|
}
|
|
.practice-btn text {
|
font-size: 28rpx;
|
}
|
|
.error-btn {
|
margin-left: 10rpx;
|
}
|
|
.paper-btn,
|
.error-btn,
|
.collect-btn,
|
.buy-mock-btn {
|
--td-button-default-bg-color: #fff;
|
--td-button-default-color: #0F1214;
|
--td-button-default-active-bg-color: #fff0e6;
|
--td-button-medium-font-size: 28rpx
|
}
|
|
.buy-mock-btn {
|
--td-button-default-color: #ff6c00;
|
}
|
|
|
|
.card {
|
position: relative;
|
border-radius: 12rpx;
|
overflow: hidden;
|
box-sizing: border-box;
|
border: 3rpx solid #ff6c00;
|
color: #ff6c00;
|
}
|
|
.card--active {
|
background-color: #ff6c00;
|
color: #fff;
|
}
|
|
|
.card__icon {
|
color: #fff;
|
position: absolute;
|
left: 1.5px;
|
top: 1.5px;
|
z-index: 1;
|
}
|
|
/* 横向布局 */
|
.horizontal-box {
|
width: 338rpx;
|
display: flex;
|
align-items: center;
|
margin: 32rpx;
|
}
|
|
.horizontal-box .card {
|
flex: 1;
|
margin: 0;
|
}
|
|
.horizontal-box .card+.card {
|
margin-left: 24rpx;
|
}
|
|
.test-radio {
|
width: 49%;
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.radio-content {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
width: 100%;
|
height: 68rpx;
|
}
|
|
.mock-data {
|
padding: 0 32rpx;
|
}
|
|
.mack-num {
|
width: 100%;
|
height: 106rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
color: #333;
|
font-size: 28rpx;
|
}
|
|
.mack-num button {
|
margin: 0;
|
}
|
|
.mock-list-box {
|
padding: 32rpx;
|
background-color: #F9F9F9;
|
margin-bottom: 30rpx;
|
}
|
|
.mock-title {
|
color: #333;
|
font-size: 32rpx;
|
font-weight: 600;
|
}
|
|
.mock-message {
|
margin-top: 10rpx;
|
display: flex;
|
justify-content: space-between;
|
}
|
|
.message-box {
|
height: 60rpx;
|
display: flex;
|
align-items: center;
|
}
|
|
.mock-score {
|
font-size: 28rpx;
|
color: #ff6c00;
|
}
|
|
.mock-time {
|
color: #333;
|
margin-left: 20rpx;
|
}
|
|
.state-pad {
|
white-space: nowrap;
|
width: 90rpx;
|
border-radius: 10rpx;
|
display: inline-block;
|
padding: 10rpx;
|
text-align: center;
|
}
|
|
.complete {
|
background-color: #d8f0d8;
|
color: #1FBC1F;
|
}
|
|
.Incomplete {
|
background-color: #e9e9e9;
|
color: #666;
|
}
|
|
.not-mock {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
padding-bottom: 50rpx;
|
}
|
|
.not-mock image {
|
width: 328rpx;
|
height: 328rpx;
|
}
|
|
.note-mock-text {
|
color: #333;
|
font-size: 28rpx;
|
}
|
|
.not-mock-message {
|
margin: 24rpx 0;
|
}
|
|
.note-mock-price {
|
margin-bottom: 50rpx;
|
}
|
|
.mock-price {
|
color: #ff6c00;
|
font-size: 36rpx;
|
}
|
|
.t-radio__description {
|
width: 102%;
|
}
|