NurseStationApp/pages/nursestation/nursestation.scss

299 lines
5.4 KiB
SCSS
Raw Normal View History

2022-11-09 16:38:05 +08:00
.app{
padding:10rpx 0 0 0;
}
2022-10-31 09:04:45 +08:00
.mask {
.information {
width: 70%;
height: 400rpx;
margin: 50% auto;
background: #FFFFFF;
border-radius: 30rpx;
text-align: center;
color: #FFFFFF;
position: relative;
.determine,
.cancel {
width: 200rpx;
height: 70rpx;
border-radius: 26rpx;
font-size: 34rpx;
line-height: 70rpx;
position: absolute;
top: 74%;
}
.determine {
background: #4C7BC9;
right: 36rpx;
}
.cancel {
background: #C5BFBF;
left: 36rpx;
}
.title {
font-size: 42rpx;
margin-top: 40rpx;
color: #000000;
}
image {
width: 100rpx;
height: 100rpx;
margin: 10% 0 0 0;
}
}
}
2022-10-25 10:04:44 +08:00
2022-11-09 16:38:05 +08:00
.content {
2022-10-24 16:46:54 +08:00
font-size: 36rpx;
2022-11-03 17:26:15 +08:00
padding-bottom: 10rpx;
2022-10-24 16:46:54 +08:00
.tive {
width: 94%;
background-color: #ffffff;
2022-11-11 14:19:07 +08:00
margin: 20rpx auto;
border-radius: 11rpx;
2022-11-09 16:38:05 +08:00
padding-bottom: 60rpx;
2022-11-11 14:19:07 +08:00
.noorder{
margin-top: 90rpx;
image{
display: block;
margin: 0 auto;
width: 100rpx;
height: 120rpx;
}
view{
text-align: center;
font-size: 36rpx;
color: #BFBFBF;
}
}
2022-10-24 16:46:54 +08:00
.item {
2022-10-31 09:04:45 +08:00
width: 100%;
height: 100%;
position: relative;
padding: 30rpx 30rpx;
2022-10-24 16:46:54 +08:00
image {
width: 170rpx;
height: 170rpx;
margin-left: 3%;
}
.servicetime {
color: #999999;
line-height: 37rpx;
2022-10-31 09:04:45 +08:00
font-size: 30rpx;
position: absolute;
top:35%;
left:35%;
2022-10-24 16:46:54 +08:00
}
.appointment {
2022-10-31 09:04:45 +08:00
width: 120rpx;
height: 70rpx;
2022-10-24 16:46:54 +08:00
background: #4C7BC9;
border-radius: 26rpx;
color: #ffffff;
text-align: center;
2022-10-31 09:04:45 +08:00
line-height: 70rpx;
position: absolute;
top:40%;
right:5%;
}
.buy{
position: absolute;
top: 55%;
2022-10-24 16:46:54 +08:00
}
.price {
color: red;
font-size: 32rpx;
2022-10-31 09:04:45 +08:00
position: absolute;
top:65%;
left:35%;
2022-10-24 16:46:54 +08:00
}
.product {
2022-10-31 09:04:45 +08:00
color: #000000;
width: 60%;
position: absolute;
top:14%;
left:32%;
font-size: 28rpx;
2022-10-24 16:46:54 +08:00
}
.huanyao {
color: #000000;
2022-10-31 09:04:45 +08:00
position: absolute;
top:10%;
left:35%;
2022-11-10 14:20:16 +08:00
width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-31 09:04:45 +08:00
}
.pingfen {
float: right;
2022-10-24 16:46:54 +08:00
}
}
.tab-box {
display: flex;
.tab-item {
flex-shrink: 0;
padding: 3%;
position: relative;
transition: all 0.2s linear;
font-size: 31rpx;
&::after {
transition: all 0.2s linear;
transform: translateX(-50%) scaleX(0);
content: '';
width: 50%;
position: absolute;
left: 50%;
2022-10-31 09:04:45 +08:00
bottom: 10rpx;
2022-10-24 16:46:54 +08:00
border-bottom: 6rpx solid #D43953;
border-radius: 4rpx;
}
&.active {
&::after {
content: '';
width: 50%;
position: absolute;
left: 50%;
transform: translateX(-50%) scaleX(1);
2022-10-31 09:04:45 +08:00
bottom: 10rpx;
2022-10-24 16:46:54 +08:00
border-bottom: 6rpx solid red;
}
}
}
}
}
.Nursestationconfiguration {
width: 94%;
2022-11-09 16:38:05 +08:00
height: 100%;
2022-10-24 16:46:54 +08:00
background: #FFFFFF;
border-radius: 20rpx;
2022-10-31 09:04:45 +08:00
padding-bottom: 30rpx;
margin: 20rpx auto;
2022-10-24 16:46:54 +08:00
.configuration {
font-size: 31rpx;
color: #333333;
2022-10-31 09:04:45 +08:00
padding: 3%;
.text {
2022-11-09 16:38:05 +08:00
margin-top: 10rpx;
display: inline-block;
2022-10-31 09:04:45 +08:00
padding: 10rpx 20rpx;
2022-11-09 16:38:05 +08:00
margin-right: 18rpx;
line-height: 40rpx;
2022-10-31 09:04:45 +08:00
background-color: #f6f6f6;
border-radius: 34rpx;
font-size: 24rpx;
color: #666666;
2022-10-24 16:46:54 +08:00
}
}
}
.detail {
position: relative;
width: 94%;
2022-11-09 16:38:05 +08:00
height: 100%;
2022-10-24 16:46:54 +08:00
margin: 0 auto;
background: #FFFFFF;
border-radius: 20rpx;
margin-top: 3%;
font-size: 31rpx;
padding: 3%;
2022-10-31 09:04:45 +08:00
padding-bottom: 50rpx;
2022-10-24 16:46:54 +08:00
.textInfo {
2022-11-09 16:38:05 +08:00
word-break:break-all;
2022-10-24 16:46:54 +08:00
font-size: 29rpx;
text-indent: 2rem;
line-height: 42rpx;
color: #666666;
2022-10-31 09:04:45 +08:00
padding-top: 30rpx;
2022-10-24 16:46:54 +08:00
}
.Introduction {
font-size: 31rpx;
color: #333333;
line-height: 12rpx;
margin-left: -3%;
padding: 3%;
}
}
.righttext {
position: relative;
width: 94%;
background-color: #ffffff;
border-radius: 20rpx;
margin: 10px auto;
2022-11-09 16:38:05 +08:00
padding-bottom: 20rpx;
2022-10-24 16:46:54 +08:00
.picture {
position: absolute;
width: 170rpx;
height: 170rpx;
margin-left: 5%;
margin-top: 5%;
}
.title {
margin-left: 35%;
line-height: 49px;
font-size: 33rpx;
2022-11-09 16:38:05 +08:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-24 16:46:54 +08:00
}
.call {
2022-10-31 09:04:45 +08:00
// display: flex;
2022-10-24 16:46:54 +08:00
.Navigation {
width: 103rpx;
height: 48rpx;
background: #00C176;
border-radius: 24px;
font-size: 21rpx;
color: #ffffff;
line-height: 48rpx;
margin-left: 5%;
text-align: center;
margin-top: 3%;
image {
width: 24rpx;
height: 24rpx;
}
}
.callme {
2022-10-31 09:04:45 +08:00
width: 150rpx;
2022-10-24 16:46:54 +08:00
height: 48rpx;
background: #D43953;
border-radius: 24px;
font-size: 21rpx;
color: #ffffff;
line-height: 48rpx;
margin-left: 35%;
margin-top: 3%;
text-align: center;
2022-10-31 09:04:45 +08:00
position: relative;
.icon{
position: absolute;
left:10%;
top:50%;
transform: translateY(-50%);
}
.text{
position: absolute;
top:50%;
right:10%;
transform: translateY(-50%);
}
2022-10-24 16:46:54 +08:00
}
}
.address {
font-size: 25rpx;
margin-left: 35%;
color: #999999;
line-height: 37rpx;
2022-11-09 16:38:05 +08:00
word-break:break-all;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
2022-10-24 16:46:54 +08:00
}
}
2022-10-25 10:04:44 +08:00
}