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.

93 lines
1.7 KiB

/* pages/quest/subpage/detail/components/collection/collection.wxss */
.main {
margin: 0rpx 32rpx;
background: #FFFFFF;
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 120rpx;
}
.title {
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #999999;
line-height: 28rpx;
display: flex;
align-items: center;
margin-bottom: 24rpx;
}
.placeholder {
width: 558rpx;
height: 32rpx;
background: #F9F9F9;
border-radius: 8rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
/* color: #999999; */
padding: 32rpx;
}
.hr {
width: 622rpx;
height: 1rpx;
background: #E8E8E8;
margin: 32rpx 0rpx;
}
.bot {
background-color: white;
height: 98rpx;
width: 750rpx;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
z-index: 1;
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;
}
.pla {
height: 96rpx;
background: #FFFFFF;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
}
.line {
width: 686rpx;
height: 2rpx;
background: #FFFFFF;
box-shadow: inset 0rpx -1rpx 0rpx 0rpx #E8E8E8;
}
.platitle {
height: 96rpx;
font-size: 32rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 32rpx;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}