You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
587 B
34 lines
587 B
2 years ago
|
/* pages/testHistory/testHistory.wxss */
|
||
|
.content{
|
||
|
border:1px solid transparent;
|
||
|
margin:39rpx 30rpx 0 40rpx;
|
||
|
}
|
||
|
.testHistory{
|
||
|
padding:52rpx 0;
|
||
|
border-bottom:1px solid #d6d6d6;
|
||
|
}
|
||
|
.testSimpleInfo{
|
||
|
display:flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.testItem{
|
||
|
color: #212121;
|
||
|
font-size:29rpx;
|
||
|
}
|
||
|
.twoRow{
|
||
|
margin-top:10rpx;
|
||
|
}
|
||
|
.detailsBtn{
|
||
|
font-size: 33rpx;
|
||
|
color:#fff;
|
||
|
background-image: linear-gradient(110deg,
|
||
|
#34ab92 0%,
|
||
|
#209f84 100%),
|
||
|
linear-gradient(
|
||
|
#209f84,
|
||
|
#209f84);
|
||
|
text-align: center;
|
||
|
padding:13rpx 0;
|
||
|
border-radius: 30rpx;
|
||
|
margin-top:46rpx;
|
||
|
}
|