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.
319 lines
8.6 KiB
319 lines
8.6 KiB
|
|
page {
|
|
background: #f4efee;
|
|
}
|
|
|
|
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.page .bkg.data-v-9eba20e8 {
|
|
height: 316rpx;
|
|
width: 100vw;
|
|
z-index: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.page .container.data-v-9eba20e8 {
|
|
z-index: 1;
|
|
position: relative;
|
|
padding-top: 250rpx;
|
|
}
|
|
.page .container .card.data-v-9eba20e8 {
|
|
border-radius: 10rpx;
|
|
-webkit-filter: drop-shadow(2.192px 4.494px 5px rgba(33, 32, 32, 0.15));
|
|
filter: drop-shadow(2.192px 4.494px 5px rgba(33, 32, 32, 0.15));
|
|
background-color: #ffffff;
|
|
}
|
|
.page .container .card__title.data-v-9eba20e8 {
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
color: #ca2328;
|
|
font-weight: bold;
|
|
position: relative;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.page .container .card__title.data-v-9eba20e8::before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 139rpx;
|
|
height: 5rpx;
|
|
border-radius: 3px;
|
|
left: -28rpx;
|
|
top: 50%;
|
|
-webkit-transform: translate(-100%, -50%);
|
|
transform: translate(-100%, -50%);
|
|
background: linear-gradient(to left, #ca2328, #ffffff00);
|
|
}
|
|
.page .container .card__title.data-v-9eba20e8::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 139rpx;
|
|
height: 5rpx;
|
|
border-radius: 3px;
|
|
right: -28rpx;
|
|
top: 50%;
|
|
-webkit-transform: translate(100%, -50%);
|
|
transform: translate(100%, -50%);
|
|
background: linear-gradient(to right, #ca2328, #ffffff00);
|
|
}
|
|
.page .container .detail.data-v-9eba20e8 {
|
|
margin: 0 24rpx;
|
|
padding: 26rpx 22rpx;
|
|
}
|
|
.page .container .detail__text.data-v-9eba20e8 {
|
|
text-indent: 48rpx;
|
|
font-size: 24rpx;
|
|
line-height: 1.5;
|
|
color: #929196;
|
|
font-weight: 500;
|
|
}
|
|
.page .container .detail__price.data-v-9eba20e8 {
|
|
margin-top: 24rpx;
|
|
color: #c20d12;
|
|
padding-left: 16rpx;
|
|
}
|
|
.page .container .detail__price--number.data-v-9eba20e8 {
|
|
font-weight: 500;
|
|
font-size: 40rpx;
|
|
}
|
|
.page .container .detail__price--text.data-v-9eba20e8 {
|
|
font-size: 24rpx;
|
|
}
|
|
.page .container .tab.data-v-9eba20e8 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 60rpx;
|
|
margin-top: 38rpx;
|
|
}
|
|
.page .container .tab-item.data-v-9eba20e8 {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
transition: all .1s;
|
|
}
|
|
.page .container .tab .tab-item + .tab-item.data-v-9eba20e8 {
|
|
margin-left: 60rpx;
|
|
}
|
|
.page .container .tab .is-active.data-v-9eba20e8 {
|
|
color: #000;
|
|
font-weight: 600;
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
}
|
|
.page .container .tab .is-active.data-v-9eba20e8::after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: -20rpx;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 58rpx;
|
|
height: 4rpx;
|
|
border-radius: 2rpx;
|
|
background-color: #ca2328;
|
|
}
|
|
.page .container .for-people.data-v-9eba20e8 {
|
|
margin: 54rpx 24rpx 0;
|
|
padding: 46rpx 30rpx;
|
|
}
|
|
.page .container .for-people__content.data-v-9eba20e8 {
|
|
margin-top: 46rpx;
|
|
}
|
|
.page .container .for-people .block.data-v-9eba20e8 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.page .container .for-people .block-item.data-v-9eba20e8 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 60rpx;
|
|
flex-basis: calc((100% - 64rpx) / 2);
|
|
}
|
|
.page .container .for-people .block-item__img.data-v-9eba20e8 {
|
|
width: 62rpx;
|
|
height: 70rpx;
|
|
}
|
|
.page .container .for-people .block-item__text.data-v-9eba20e8 {
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
font-weight: 500;
|
|
margin-left: 16rpx;
|
|
text-align: left;
|
|
}
|
|
.page .container .for-people .block .block-item.data-v-9eba20e8:nth-child(2n) {
|
|
margin-left: 64rpx;
|
|
}
|
|
.page .container .for-people .block .block-item.data-v-9eba20e8:nth-last-child(1) {
|
|
margin-bottom: 0;
|
|
}
|
|
.page .container .for-people .block .block-item.data-v-9eba20e8:nth-last-child(2) {
|
|
margin-bottom: 0;
|
|
}
|
|
.page .container .service-flow.data-v-9eba20e8 {
|
|
margin: 34rpx 24rpx 0;
|
|
padding: 45rpx 20rpx 34rpx 28rpx;
|
|
}
|
|
.page .container .service-flow__content.data-v-9eba20e8 {
|
|
margin-top: 18rpx;
|
|
}
|
|
.page .container .service-flow__content .dot-line.data-v-9eba20e8 {
|
|
float: left;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 100%;
|
|
z-index: 2;
|
|
position: relative;
|
|
top: 8rpx;
|
|
left: 8rpx;
|
|
}
|
|
.page .container .service-flow__content .dot-line.data-v-9eba20e8::after {
|
|
content: '';
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 100%;
|
|
border: 2rpx solid;
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(2n) .dot-line.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #ebb6b6 0%, #f7d8ba 99%, #f7d8ba 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(2n) .dot-line.data-v-9eba20e8::after {
|
|
border-color: #f7d8ba;
|
|
}
|
|
.page .container .service-flow__content:nth-child(2n) .content-panel.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #fde5e5b3 0%, #fdf7f1b3 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(3n) .dot-line.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #edbd97 0%, #e4de9f 100%, #e4de9f 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(3n) .dot-line.data-v-9eba20e8::after {
|
|
border-color: #e4de9f;
|
|
}
|
|
.page .container .service-flow__content:nth-child(3n) .content-panel.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #fdede1b3 0%, #fbfbefb3 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(4n) .dot-line.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #8fa9e3 0%, #a3d9fb 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(4n) .dot-line.data-v-9eba20e8::after {
|
|
border-color: #a3d9fb;
|
|
}
|
|
.page .container .service-flow__content:nth-child(4n) .content-panel.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #e5e7f7b3 0%, #f3fbfdb3 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(5n) .dot-line.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #e3c2f7 0%, #e3c2f7 1%, #c7ccfb 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(5n) .dot-line.data-v-9eba20e8::after {
|
|
border-color: #c7ccfb;
|
|
}
|
|
.page .container .service-flow__content:nth-child(5n) .content-panel.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #f5e7fdb3 0%, #f0f1fcb3 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(6n) .dot-line.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #f99ea2 0%, #f4d4fa 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(6n) .dot-line.data-v-9eba20e8::after {
|
|
border-color: #f4d4fa;
|
|
}
|
|
.page .container .service-flow__content:nth-child(6n) .content-panel.data-v-9eba20e8 {
|
|
background: linear-gradient(0deg, #fde5e5b3 0%, #f9f4fcb3 100%);
|
|
}
|
|
.page .container .service-flow__content:nth-child(2) .content-panel.data-v-9eba20e8:before {
|
|
top: 10rpx !important;
|
|
}
|
|
.page .container .service-flow__content .content-panel.data-v-9eba20e8 {
|
|
border-radius: 5px;
|
|
margin-left: 40rpx;
|
|
padding: 24rpx 8rpx 24rpx 32rpx;
|
|
color: #666666;
|
|
font-weight: 500;
|
|
position: relative;
|
|
}
|
|
.page .container .service-flow__content .content-panel.data-v-9eba20e8::before {
|
|
content: '';
|
|
width: 2rpx;
|
|
opacity: .2;
|
|
background-color: #666666;
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: -18rpx;
|
|
left: calc(-40rpx + 15rpx);
|
|
bottom: 0;
|
|
}
|
|
.page .container .service-flow__content .content-panel .db-arrow-down.data-v-9eba20e8 {
|
|
width: 98rpx;
|
|
height: 103rpx;
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 24rpx;
|
|
}
|
|
.page .container .service-flow__content .content-panel__section.data-v-9eba20e8 {
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
position: relative;
|
|
}
|
|
.page .container .service-flow__content .content-panel__section.data-v-9eba20e8::before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
border-radius: 100%;
|
|
background-color: #7a7a7a;
|
|
top: 16rpx;
|
|
left: -16rpx;
|
|
}
|
|
.page .container .cost-description.data-v-9eba20e8 {
|
|
margin: 22rpx 24rpx 0;
|
|
padding: 45rpx 20rpx 34rpx 28rpx;
|
|
}
|
|
.page .container .cost-description__content.data-v-9eba20e8 {
|
|
margin-top: 50rpx;
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
color: #666666;
|
|
font-weight: 500;
|
|
position: relative;
|
|
}
|
|
.page .container .cost-description__content > ._li.data-v-9eba20e8 {
|
|
margin-left: 36rpx;
|
|
position: relative;
|
|
}
|
|
.page .container .cost-description__content > ._li.data-v-9eba20e8::before {
|
|
content: '';
|
|
width: 8rpx;
|
|
height: 8rpx;
|
|
border-radius: 100%;
|
|
background-color: #7a7a7a;
|
|
position: absolute;
|
|
left: -26rpx;
|
|
top: calc(20rpx - 4rpx);
|
|
}
|
|
.page .container .cost-description__content > ._li + ._li.data-v-9eba20e8 {
|
|
margin-top: 10rpx;
|
|
}
|
|
.page .container .btn.data-v-9eba20e8 {
|
|
margin: 32rpx auto 0;
|
|
}
|
|
|