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.

65 lines
1.2 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: 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;
}