NurseStationApp/pages/appointmenttime/appointmenttime.scss

378 lines
6.6 KiB
SCSS
Raw Normal View History

2023-02-23 10:45:26 +08:00
.app {
2022-12-01 17:03:02 +08:00
font-size: 34rpx;
padding-top: 10rpx;
height: 100%;
.mask {
.Agreement {
2022-11-15 15:36:29 +08:00
width: 100%;
background-color: #F4F5F7;
2022-12-01 17:03:02 +08:00
text-align: center;
height: 1000rpx;
2022-11-15 15:36:29 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
top: 5%;
width: 94%;
left: 3%;
font-size: 30rpx;
.title {
height: 100rpx;
line-height: 100rpx;
border-bottom: 1px solid #eeeeee;
font-size: 34rpx;
margin: 0px auto;
width: 100%;
text-align: center;
}
.scroll-Y {
width: 98%;
margin: 0 auto;
height: 830rpx;
overflow-y: scroll;
text-align: left;
text-indent: 2em;
}
.cancel {
height: 70rpx;
line-height: 70rpx;
font-size: 32rpx;
background-color: #F4F5F7;
position: absolute;
border-top: 1rpx solid #000000;
bottom: 0;
right: 0;
width: 50%;
color: #000000;
}
.determine {
height: 70rpx;
line-height: 70rpx;
font-size: 32rpx;
width: 50%;
color: #F4F5F7;
background: #4C7BC9;
position: absolute;
bottom: 0;
left: 0;
}
2022-11-15 15:36:29 +08:00
}
}
2022-12-01 17:03:02 +08:00
.addressitem {
width: 97%;
border-bottom: 1rpx solid #D8D4D4;
margin-left: 3%;
2022-11-01 16:26:34 +08:00
height: 100%;
2022-12-01 17:03:02 +08:00
.leftaddress {
width: 15%;
height: 100%;
display: flex;
display: inline-block;
}
.addition {
color: #666666;
display: inline-block;
line-height: 50rpx;
font-size: 28rpx;
}
2022-11-01 16:26:34 +08:00
}
2022-10-24 16:46:54 +08:00
.money {
font-size: 32rpx;
color: #D43953;
2022-10-31 09:04:45 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
right: 5%;
2022-12-02 16:04:52 +08:00
top: 15%;
2022-10-24 16:46:54 +08:00
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.user {
background: #FFFFFF;
width: 94%;
margin: 10rpx auto;
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
border-radius: 20rpx;
line-height: 93rpx;
2022-12-01 17:03:02 +08:00
2023-02-23 10:45:26 +08:00
.timeyear{
.bottomtext{
width: 96%;
margin: 0 auto;
.items{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
text-align: center;
.timeitem{
width: 21%;
margin: 0 2% 20rpx;
height: 86rpx;
border-radius: 5rpx;
font-size: 28rpx;
line-height: 86rpx;
border: 2rpx solid #DADADA;
2022-10-24 16:46:54 +08:00
}
2023-02-23 10:45:26 +08:00
.timeitemtap{
width: 21%;
margin: 0 2% 20rpx;
height: 86rpx;
border: 2rpx solid #F44B2F;
border-radius: 5rpx;
2022-11-01 16:26:34 +08:00
font-size: 28rpx;
2023-02-23 10:45:26 +08:00
color: #F44B2F;
line-height: 86rpx;
2022-11-01 16:26:34 +08:00
}
2022-10-24 16:46:54 +08:00
}
2023-02-23 10:45:26 +08:00
}
.toptext{
padding-top: 10rpx;
display: flex;
justify-content:space-around;
height: 50rpx;
color: #000000;
line-height: 27rpx;
margin-bottom: 30rpx;
text-align: center;
.Soonerorlater{
width: 200rpx;
font-size: 36rpx;
height: 50rpx;
}
.Soonerorlaterclass{
font-size: 36rpx;
color: #F44B2F;
width: 200rpx;
height: 50rpx;
}
view:nth-child(2){
width: 4rpx;
height: 27rpx;
background: #C5C3C3;
border-radius: 2rpx;
}
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.item {
width: 97%;
border-bottom: 1rpx solid #D8D4D4;
margin-left: 3%;
2022-12-01 17:03:02 +08:00
.addition {
2022-11-01 16:26:34 +08:00
color: #666666;
line-height: 30rpx;
font-size: 28rpx;
}
2022-10-24 16:46:54 +08:00
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.remarks {
width: 94%;
margin: 10rpx auto;
padding: 3%;
2022-10-31 09:04:45 +08:00
font-size: 34rpx;
2022-10-24 16:46:54 +08:00
height: 96rpx;
background: #FFFFFF;
border-radius: 20rpx;
2022-11-14 11:24:55 +08:00
margin-top: 20rpx;
position: relative;
2022-12-01 17:03:02 +08:00
span {
2022-11-14 11:24:55 +08:00
display: inline-block;
2023-02-23 10:45:26 +08:00
width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
top:50%;
transform: translateY(-50%);
2022-11-14 11:24:55 +08:00
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
input {
2022-11-14 11:24:55 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
top: 50%;
left: 23%;
2022-11-14 11:24:55 +08:00
width: 77%;
transform: translateY(-50%);
2022-10-24 16:46:54 +08:00
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.priceback {
width: 99%;
background: #FFFFFF;
2022-10-31 09:04:45 +08:00
height: 100rpx;
2022-12-01 17:03:02 +08:00
position: fixed;
bottom: 0;
2022-10-31 09:04:45 +08:00
padding-bottom: 20rpx;
2022-10-24 16:46:54 +08:00
display: flex;
2022-10-31 09:04:45 +08:00
justify-content: space-around;
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.prices {
2022-10-31 09:04:45 +08:00
font-size: 48rpx;
2022-10-24 16:46:54 +08:00
color: #D43953;
2022-10-31 09:04:45 +08:00
line-height: 100rpx;
2022-10-24 16:46:54 +08:00
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.xiugai {
2022-10-31 09:04:45 +08:00
width: 200rpx;
height: 70rpx;
2022-10-24 16:46:54 +08:00
background: #E1AE3C;
border-radius: 26rpx;
margin-left: 20%;
2022-10-31 09:04:45 +08:00
margin-top: 15rpx;
line-height: 70rpx;
2022-10-24 16:46:54 +08:00
text-align: center;
color: #ffffff;
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.queren {
2022-10-31 09:04:45 +08:00
width: 200rpx;
height: 70rpx;
2022-10-24 16:46:54 +08:00
background: #4C7BC9;
border-radius: 26rpx;
2022-10-31 09:04:45 +08:00
margin: 15rpx 0 0 15rpx;
line-height: 70rpx;
2022-10-24 16:46:54 +08:00
text-align: center;
color: #ffffff;
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.radio-content {
2022-11-15 15:36:29 +08:00
margin: 50rpx auto;
width: 70%;
text-align: center;
font-size: 28rpx;
position: relative;
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.agreement {
2022-11-15 15:36:29 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
top: 50%;
left: 20%;
2022-11-15 15:36:29 +08:00
transform: translateY(-50%);
2022-10-24 16:46:54 +08:00
color: #878987;
2022-12-01 17:03:02 +08:00
}
2022-10-24 16:46:54 +08:00
.radio-right {
2022-11-15 15:36:29 +08:00
height: 100rpx;
2022-11-23 16:41:09 +08:00
width: 100rpx;
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.radio {
2022-11-15 15:36:29 +08:00
display: inline-block;
width: 35rpx;
height: 35rpx;
2022-10-24 16:46:54 +08:00
border-radius: 70%;
border: 2rpx solid #178ffb;
2022-11-15 15:36:29 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
top: 50%;
left: 5%;
2022-11-15 15:36:29 +08:00
transform: translateY(-50%);
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.radio-active {
width: 16rpx;
height: 16rpx;
border-radius: 50%;
background-color: #178ffb;
2022-12-01 17:03:02 +08:00
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
2022-10-24 16:46:54 +08:00
// margin: 0 auto;
}
}
}
}
2022-12-01 17:03:02 +08:00
2023-02-23 10:45:26 +08:00
.Consumablespackage .money {
2022-12-02 16:04:52 +08:00
top: 8%;
}
2022-10-24 16:46:54 +08:00
/* 耗材包 */
.Consumablespackage {
width: 94%;
margin: 10rpx auto;
2022-12-02 16:04:52 +08:00
padding: 3% 0 3% 3%;
2022-10-31 09:04:45 +08:00
font-size: 34rpx;
2022-10-24 16:46:54 +08:00
background: #FFFFFF;
border-radius: 20rpx;
2022-11-14 11:24:55 +08:00
margin-top: 20rpx;
2022-10-31 09:04:45 +08:00
position: relative;
padding-bottom: 40rpx;
2023-02-23 10:45:26 +08:00
::v-deep .u-checkbox__label{
width: 100% !important;
}
2022-10-24 16:46:54 +08:00
.detail {
2022-12-01 17:03:02 +08:00
width: 100%;
2022-12-02 16:04:52 +08:00
line-height: 100rpx;
// padding: 20rpx 0 0 40rpx;
2023-02-23 10:45:26 +08:00
position: relative;
.itemConsumabletitle{
width:55%;
position: absolute;
top:50%;
transform: translateY(-50%);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
font-size: 28rpx;
2022-12-02 16:04:52 +08:00
}
2023-02-23 10:45:26 +08:00
/deep/ .u-checkbox-group {
width: 100% !important;
2022-12-27 09:21:01 +08:00
}
2023-02-23 10:45:26 +08:00
/deep/ .u-checkbox{
width: 100% !important;
margin: 40rpx 0 0;
position: relative;
2022-12-27 09:21:01 +08:00
}
2023-02-23 10:45:26 +08:00
span{
width: 100%;
2022-12-02 16:04:52 +08:00
display: inline-block;
2023-02-23 10:45:26 +08:00
font-size: 28rpx;
2022-12-02 16:04:52 +08:00
color: #D43953;
text-align: right;
2023-02-23 10:45:26 +08:00
position: absolute;
right:5%;
top:50%;
transform: translateY(-50%);
2022-12-02 16:04:52 +08:00
}
2022-10-24 16:46:54 +08:00
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
/* 套餐 */
.Package {
width: 94%;
2022-10-31 09:04:45 +08:00
height: 150rpx;
2022-10-24 16:46:54 +08:00
margin: 10rpx auto;
2022-12-02 16:04:52 +08:00
padding: 3% 0 3% 3%;
2022-10-31 09:04:45 +08:00
font-size: 34rpx;
2022-10-24 16:46:54 +08:00
background: #FFFFFF;
border-radius: 20rpx;
2022-12-01 17:03:02 +08:00
margin-top: 20rpx;
2022-10-31 09:04:45 +08:00
position: relative;
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.detail {
2023-02-23 10:45:26 +08:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-24 16:46:54 +08:00
line-height: 31rpx;
2022-10-31 09:04:45 +08:00
font-size: 32rpx;
2022-10-24 16:46:54 +08:00
color: #666666;
line-height: 31rpx;
2022-10-31 09:04:45 +08:00
position: absolute;
2022-12-01 17:03:02 +08:00
left: 10%;
top: 60%;
2023-02-23 10:45:26 +08:00
width: 90%;
2022-10-24 16:46:54 +08:00
}
}
2022-12-01 17:03:02 +08:00
2022-10-24 16:46:54 +08:00
.message {
width: 94%;
background: white;
border-radius: 20rpx;
margin: 0 auto;
text-align: center;
line-height: 96rpx;
}
2022-12-01 17:03:02 +08:00
}