25 lines
340 B
Plaintext
25 lines
340 B
Plaintext
|
/* pages/TestDetails/TestDetails.wxss */
|
||
|
page {
|
||
|
background-color: #CFEAFC;
|
||
|
font-size: large;
|
||
|
}
|
||
|
|
||
|
.temp6 {
|
||
|
margin-left: 5%;
|
||
|
}
|
||
|
|
||
|
.outview {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.outview>view {
|
||
|
width: 50%;
|
||
|
display: inline-block;
|
||
|
line-height: 2.3rem;
|
||
|
}
|
||
|
/*.tit{
|
||
|
border: 1px solid;
|
||
|
border-width: thin;
|
||
|
border-color: grey;
|
||
|
border-radius: 5px;
|
||
|
}*/
|