24 lines
348 B
SCSS
24 lines
348 B
SCSS
/* pages/form/index.wxss */
|
|
.form {
|
|
background-color: rgb(244, 244, 244);
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&-content {
|
|
padding: 20rpx 0 0 0;
|
|
|
|
}
|
|
|
|
.historical-records {
|
|
&-title {
|
|
color: #666;
|
|
font-size: 32rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
&-view {
|
|
padding-top: 20rpx;
|
|
}
|
|
}
|
|
} |