/* pages/bookServices/detail/components/testResource/testResource.wxss */
|
.test-resource {
|
padding-top: 20rpx;
|
}
|
|
.resource-list {
|
height: 80rpx;
|
margin: 20rpx;
|
padding: 0 20rpx;
|
display: flex;
|
justify-content: space-between;
|
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;
|
}
|
|
.practice-btn {
|
--td-button-primary-bg-color: #ff6c00;
|
--td-button-primary-border-color: #ff6c00;
|
--td-button-primary-active-bg-color: #ff984d;
|
--td-button-primary-active-border-color: #ff984d;
|
}
|
|
.paper-btn,
|
.error-btn,
|
.collect-btn {
|
--td-button-default-bg-color: #fff;
|
--td-button-default-color: #ff6c00;
|
--td-button-default-active-bg-color: #fff0e6;
|
--td-button-medium-font-size: 28rpx
|
}
|