You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1006 B
74 lines
1006 B
.content {
|
|
|
|
&-video {
|
|
height: 480rpx;
|
|
}
|
|
|
|
.image {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 10px;
|
|
border-radius: 0 0 40rpx 40rpx;
|
|
padding: 30rpx 30rpx;
|
|
background: #fff;
|
|
}
|
|
}
|
|
|
|
.catalogue {
|
|
background: #fff;
|
|
border-radius: 40rpx;
|
|
padding: 24px;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
margin-top: 20rpx;
|
|
|
|
.hours {
|
|
padding-bottom: 80px;
|
|
}
|
|
|
|
.short_desc {
|
|
color: #606563;
|
|
line-height: 1.75;
|
|
word-break: break-word;
|
|
}
|
|
}
|
|
|
|
.hor {
|
|
padding: 20px 0;
|
|
display: flex;
|
|
|
|
Image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
& > View {
|
|
flex: 1;
|
|
margin-left: 20px;
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
View {
|
|
width: 630rpx;
|
|
margin-bottom: 20px;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
}
|
|
|
|
.complete {
|
|
color: #45D4A8;
|
|
}
|
|
|
|
.Videobutton {
|
|
background: #fff;
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
|
|
|