NurseStationApp/pages/nursestation/nursestation.scss

313 lines
5.7 KiB
SCSS
Raw Normal View History

2022-11-09 16:38:05 +08:00
.app{
padding:10rpx 0 0 0;
2023-02-23 10:45:26 +08:00
-webkit-overflow-scrolling: touch;
2022-11-09 16:38:05 +08:00
}
2023-02-23 10:45:26 +08:00
.swiper-box {
width: 100%;
height: 500rpx;
}
.swiper-item {
height: 500rpx;
text-align: center;
image{
width: 100%;
height: 500rpx !important;
}
}
video{
height: 100%;
width: 100%;
}
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 {
2023-02-23 10:45:26 +08:00
font-size: 34rpx;
2022-11-03 17:26:15 +08:00
padding-bottom: 10rpx;
2023-02-23 10:45:26 +08:00
// margin-top: -80rpx;
z-index: 999;
::v-deep .u-tabs{
padding-bottom: 10rpx;
border-radius: 20rpx;
}
2022-10-24 16:46:54 +08:00
.tive {
width: 94%;
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;
}
2022-10-24 16:46:54 +08:00
.item {
2022-10-31 09:04:45 +08:00
width: 100%;
height: 100%;
position: relative;
2023-02-23 10:45:26 +08:00
background-color: #fff;
padding: 30rpx 0;
margin: 10rpx auto;
border-radius: 20rpx;
color: #000000;
2022-10-24 16:46:54 +08:00
image {
width: 170rpx;
height: 170rpx;
margin-left: 3%;
}
2023-02-23 10:45:26 +08:00
// .servicetime {
// color: #999999;
// line-height: 37rpx;
// font-size: 30rpx;
// position: absolute;
// top:35%;
// left:35%;
// }
2022-10-24 16:46:54 +08:00
.appointment {
2023-02-23 10:45:26 +08:00
font-size: 30rpx;
2022-10-31 09:04:45 +08:00
width: 120rpx;
2023-02-23 10:45:26 +08:00
height: 52rpx;
2022-10-24 16:46:54 +08:00
border-radius: 26rpx;
color: #ffffff;
2023-02-23 10:45:26 +08:00
background: #F44B2F;
2022-10-24 16:46:54 +08:00
text-align: center;
2023-02-23 10:45:26 +08:00
line-height: 52rpx;
2022-10-31 09:04:45 +08:00
position: absolute;
2023-02-23 10:45:26 +08:00
top:70%;
2022-10-31 09:04:45 +08:00
right:5%;
}
2022-10-24 16:46:54 +08:00
.price {
2023-02-23 10:45:26 +08:00
height: 52rpx;
color: #F44B2F;
line-height: 52rpx;
font-size: 36rpx;
2022-10-31 09:04:45 +08:00
position: absolute;
2023-02-23 10:45:26 +08:00
top:70%;
2022-10-31 09:04:45 +08:00
left:35%;
2022-10-24 16:46:54 +08:00
}
.product {
2022-10-31 09:04:45 +08:00
position: absolute;
2023-02-23 10:45:26 +08:00
top:15%;
left:35%;
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.day{
font-size: 24rpx;
position: absolute;
top:53%;
left:35%;
width: 65%;
2022-10-24 16:46:54 +08:00
}
.huanyao {
2022-10-31 09:04:45 +08:00
position: absolute;
top:10%;
left:35%;
2023-02-23 10:45:26 +08:00
width: 45%;
line-height: 50rpx;
height: 100rpx;
text-overflow: -o-ellipsis-lastline;
2022-11-10 14:20:16 +08:00
overflow: hidden;
text-overflow: ellipsis;
2023-02-23 10:45:26 +08:00
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
white-space:normal;
word-break:break-all;
2022-10-31 09:04:45 +08:00
}
.pingfen {
float: right;
2022-10-24 16:46:54 +08:00
}
}
.tab-box {
display: flex;
2023-02-23 10:45:26 +08:00
font-weight: 600;
2022-10-24 16:46:54 +08:00
.tab-item {
flex-shrink: 0;
padding: 3%;
position: relative;
transition: all 0.2s linear;
2023-02-23 10:45:26 +08:00
font-size: 36rpx;
2022-10-24 16:46:54 +08:00
&::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-radius: 4rpx;
}
&.active {
2023-02-23 10:45:26 +08:00
color: #2979ff;
2022-10-24 16:46:54 +08:00
&::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
}
}
}
}
}
.configuration {
2023-02-23 10:45:26 +08:00
margin:20rpx 30rpx 0;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #CDC9C9;
2022-10-31 09:04:45 +08:00
.text {
2023-02-23 10:45:26 +08:00
background: #F8D7D1;
border-radius: 15rpx;
2022-11-09 16:38:05 +08:00
display: inline-block;
2022-10-31 09:04:45 +08:00
padding: 10rpx 20rpx;
2023-02-23 10:45:26 +08:00
margin-right: 10rpx;
2022-10-31 09:04:45 +08:00
font-size: 24rpx;
2023-02-23 10:45:26 +08:00
color: #F44B2F;
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-12-01 17:03:02 +08:00
/deep/ .richPic {
width: 100% !important;
height: 100% !important;
}
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;
2023-02-23 10:45:26 +08:00
padding-bottom: 30rpx;
.time{
font-size: 30rpx;
margin: 10rpx 0;
color: #666666;
.timeday{
display: inline-block;
}
.text{
margin:0 10rpx 0 30rpx;
display: inline-block;
}
.texttime{
margin:0 20rpx 0 30rpx;
view{
display: inline-block;
margin-right: 20rpx;
}
}
2022-10-24 16:46:54 +08:00
}
.title {
2023-02-23 10:45:26 +08:00
padding-top: 40rpx;
margin:0 0 0 30rpx;
font-size: 40rpx;
line-height: 59rpx;
font-weight: 700;
2022-11-09 16:38:05 +08:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2022-10-24 16:46:54 +08:00
}
.address {
2023-02-23 10:45:26 +08:00
font-size: 30rpx;
color: #666666;
margin:40rpx 0 20rpx 30rpx;
2022-11-09 16:38:05 +08:00
word-break:break-all;
2023-02-23 10:45:26 +08:00
line-height: 50rpx;
2022-11-09 16:38:05 +08:00
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
2023-02-23 10:45:26 +08:00
position: relative;
.distance{
// position: absolute;
// right:30rpx;
// top:50%;
float: right;
display: inline-block;
padding-right: 10rpx;
}
.text{
padding-left: 40rpx;
display: inline-block;
}
image{
position: absolute;
top:50%;
transform: translateY(-50%);
width: 28rpx;
height: 35rpx;
}
2022-10-24 16:46:54 +08:00
}
}
2022-10-25 10:04:44 +08:00
}