You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
203 lines
2.9 KiB
Plaintext
203 lines
2.9 KiB
Plaintext
/* @import "../../appcommon.wxss"; */
|
|
page,
|
|
.pb180 {
|
|
padding-bottom: 180px;
|
|
background-color: #fff;
|
|
}
|
|
.mg020 {
|
|
margin: 0 20px;
|
|
}
|
|
.pb10 {
|
|
padding-bottom: 10px;
|
|
}
|
|
.scroll-header {
|
|
display: flex;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.scroll-header view {
|
|
display: inline-block;
|
|
}
|
|
.scroll-header video {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 8px;
|
|
}
|
|
.scroll-header image:first-child {
|
|
margin-left: 0px;
|
|
}
|
|
.scrollImgBox {
|
|
position: relative;
|
|
border-radius: 4px;
|
|
width: 60px;
|
|
height: 60px;
|
|
margin: 12px 5px;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
}
|
|
.scrollImg {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%); */
|
|
/* margin: 0;
|
|
/* margin-top: 16px; */
|
|
}
|
|
|
|
.servicePrice {
|
|
border: 1rpx solid var(--color-ysd);
|
|
background-color: rgba(24,144,255,0.2);
|
|
justify-content: space-between;
|
|
border-right-color: transparent;
|
|
border-left-color: transparent;
|
|
}
|
|
.servicePrice .left .display-flex {
|
|
align-items: center;
|
|
line-height: 20px;
|
|
margin-bottom: 12px;
|
|
}
|
|
.servicePrice .left .display-flex .icon-zhuyi {
|
|
width: 14px;
|
|
height: 20px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
|
|
|
|
button.detailBtn {
|
|
width: 100% !important;
|
|
height: 42px;
|
|
font-size: 18px;
|
|
font-weight: bold !important;
|
|
color: #ffffff;
|
|
line-height: 26px;
|
|
margin: 0;
|
|
margin-top: 8px;
|
|
background: var(--color-ysd);
|
|
border-radius: 21px;
|
|
}
|
|
|
|
|
|
.price {
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.btext {
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
color: #444444;
|
|
line-height: 16px;
|
|
margin-top: 2px;
|
|
}
|
|
.flex-3 {
|
|
flex: 3;
|
|
}
|
|
|
|
.address {
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #787878;
|
|
line-height: 21px;
|
|
flex: 1;
|
|
}
|
|
.mask {
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
pointer-events: none;
|
|
/* display: none; */
|
|
}
|
|
|
|
.bottomBox {
|
|
padding-bottom: 32px;
|
|
padding-top: 8px;
|
|
}
|
|
.bottomBtn {
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #fff;
|
|
border-top: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.bottomBtn > view {
|
|
justify-content: start;
|
|
}
|
|
.bottomBtn > view > view {
|
|
flex: unset;
|
|
width: 45px;
|
|
}
|
|
.bottomBtn > view > view:nth-child(3) button {
|
|
font-weight: 100;
|
|
width: 45px;
|
|
}
|
|
.bottomBtn .flex-1 {
|
|
width: 55px;
|
|
}
|
|
.bottomBtn .flex-3 {
|
|
flex: 1;
|
|
}
|
|
.salaryBtn {
|
|
background: rgba(24,144,255,0.2);
|
|
border-radius: 2px;
|
|
padding: 2px 4px;
|
|
color: #1890ff;
|
|
}
|
|
|
|
.fsa {
|
|
display: flex;
|
|
justify-content: start;
|
|
}
|
|
.fcsb {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
.fsb {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* align-items: flex-end; */
|
|
}
|
|
.flex_1 {
|
|
flex: 1;
|
|
}
|
|
.lh1{
|
|
line-height: 1;
|
|
}
|
|
|
|
.f12 {
|
|
font-size: 12px;
|
|
}
|
|
.f14 {
|
|
font-size: 14px;
|
|
}
|
|
.f16 {
|
|
font-size: 16px;
|
|
}
|
|
.f20 {
|
|
font-size: 20px;
|
|
}
|
|
.fw600 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ml12 {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
|
|
.c9 {
|
|
color: #999;
|
|
}
|
|
.cf40 {
|
|
color: #1890ff;
|
|
}
|