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.
111 lines
1.8 KiB
111 lines
1.8 KiB
/* pages/service/detail/detail.wxss */
|
|
page{
|
|
background-color: rgb(249,249,249);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 15px;
|
|
color:rgb(79,79,79);
|
|
}
|
|
|
|
.title{
|
|
width: 90%;
|
|
height:50px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.line{
|
|
height:16px;
|
|
width: 7px;
|
|
border-radius: 999em;
|
|
background-color: rgb(249,0,47);
|
|
margin-right:8px;
|
|
}
|
|
|
|
.card{
|
|
width: 90%;
|
|
margin-bottom: 30rpx;
|
|
box-shadow:0px 2px 4px 2px rgba(0, 0, 0, 0.05);
|
|
border-width: 0rpx;
|
|
border-radius:0.5em;
|
|
flex-shrink: 0;
|
|
background-color: white;
|
|
}
|
|
|
|
.con{
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
margin:20px 20px;
|
|
}
|
|
|
|
.tit{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.publish{
|
|
position: fixed;
|
|
width: 50px;
|
|
height: 50px;
|
|
right: 10px;
|
|
bottom: 80px;
|
|
background-color: #fa4646;
|
|
border-radius: 50%;
|
|
color:white;
|
|
display:flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
font-size: 15px;
|
|
line-height:18px;
|
|
}
|
|
|
|
.van-bottom-enter-to{
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.van-bottom-leave-active{
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.popup-title{
|
|
width: 100%;
|
|
height:40px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-bottom: 1px solid rgb(248,248,248);
|
|
}
|
|
|
|
.popup-con{
|
|
width: 100%;
|
|
height:100px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.popup-btn-box{
|
|
width: 80%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.popup-button{
|
|
background-color: rgb(241,241,241);
|
|
width: 280rpx;
|
|
height:80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.imgBox{
|
|
width:100%;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|