YspeaApp/index.html

54 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>体检预约</title>
<style>
/* vant组件库样式 */
.van-uploader__upload{
border-radius: 50%;
}
.van-uploader__preview-image{
border-radius: 50%;
}
.van-nav-bar__content{
background-color: #f8f8f8;
}
.van-hairline--bottom:after{
border-bottom-width: 0 !important;
}
.van-field{
border-radius: 0.8rem;
height: 1.6rem;
display: flex;
align-items: center;
}
/* .calendar_item_disable{
background-color: #c0c4cc !important;
} */
.van-cell__title{
display: flex;
flex-direction: column;
}
.van-toast{
background: rgba(0, 0, 0, 0.7) !important;
}
.van-field__error-message{
font-size: 16px !important;
}
.van-cascader__options{
height: auto !important;
}
.van-swipe-cell__right{
right: 1px !important;
}
</style>
</head>
<body style="background-color: #f8f8f8;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>