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.

177 lines
3.0 KiB

/* pages/quest/subpage/detail/components/detailed/detailed.wxss */
.main {
margin: 0rpx 32rpx;
background: #FFFFFF;
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 16rpx;
}
.status {
width: 558rpx;
height: 72rpx;
padding: 32rpx;
background: #F5F9FF;
border-radius: 8rpx;
border: 2rpx solid #BAD7FF;
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #006BFF;
line-height: 32rpx;
margin-bottom: 32rpx;
}
.status_tip {
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 24rpx;
margin-top: 16rpx;
}
.main_title {
font-size: 36rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 48rpx;
margin-bottom: 16rpx;
}
.main_text {
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 40rpx;
}
.main_line {
width: 622rpx;
height: 2rpx;
box-shadow: inset 0px -1px 0px 0px #E8E8E8;
margin: 32rpx 0rpx;
}
.he {
min-width: 112rpx;
height: 28rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 28rpx;
}
.mes {
max-width: 400rpx;
font-size: 28rpx;
font-family: MiSans-Demibold, MiSans;
font-weight: 600;
color: #333333;
line-height: 28rpx;
text-align: end;
display: flex;
flex-wrap: wrap;
}
.in {
display: flex;
justify-content: space-between;
margin-bottom: 24rpx;
}
/* .more {
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #006BFF;
line-height: 24rpx;
display: inline;
} */
.image {
display: flex;
flex-wrap: wrap;
}
.img {
width: 192rpx;
height: 192rpx;
background: linear-gradient(180deg, #599FFF 0%, #C4DDFF 100%);
border-radius: 8rpx;
margin-bottom: 24rpx;
}
.table {
width: 624rpx;
border-radius: 8px;
border: 2rpx solid #D8EBFF;
margin-bottom: 80rpx;
display: flex;
overflow: hidden;
}
.cells {
border-radius: 8rpx;
}
.cell {
width: 311rpx;
height: 96rpx;
display: flex;
justify-content: center;
align-items: center;
}
.lin {
width: 2rpx;
background: #D8EBFF;
z-index: 999;
}
.cell_top {
font-size: 24rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 24rpx;
}
.cell_mes {
font-size: 24rpx;
font-family: MiSans-Normal, MiSans;
font-weight: 400;
color: #333333;
line-height: 24rpx;
}
.bot {
background-color: white;
height: 98rpx;
width: 750rpx;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
z-index: 999;
bottom: 10rpx;
}
.button {
width: 686rpx;
height: 84rpx;
background: #006BFF;
border-radius: 8rpx;
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
line-height: 28rpx;
display: flex;
justify-content: center;
align-items: center;
}