30 lines
589 B
SCSS
30 lines
589 B
SCSS
.page_container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100vh;
|
|
}
|
|
|
|
image {
|
|
image-rendering: -moz-crisp-edges;
|
|
image-rendering: -o-crisp-edges;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: crisp-edges;
|
|
-ms-interpolation-mode: nearest-neighbor;
|
|
}
|
|
uni-switch .uni-switch-input.uni-switch-input-checked{
|
|
border-color: #07c160;
|
|
background-color: #07c160;
|
|
}
|
|
uni-button{
|
|
|
|
}
|
|
|
|
.uni-list-item__content-title{
|
|
font-size: 34rpx !important;
|
|
font-weight: 500;
|
|
line-height: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
.uni-list-item__extra-text{
|
|
font-size: 32rpx !important;
|
|
} |