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.

102 lines
1.8 KiB

/* pages/quest/subpage/detail/components/effect/effect.wxss */
.main {
margin: 0rpx 32rpx;
background: #FFFFFF;
border-radius: 16rpx;
padding: 32rpx;
margin-bottom: 120rpx;
}
.count_tip {
width: 96rpx;
height: 24rpx;
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 24rpx;
margin-bottom: 16rpx;
}
.count_num {
height: 64rpx;
font-size: 64rpx;
font-family: MiSans-Demibold, MiSans;
font-weight: 600;
color: #FF8B3C;
line-height: 64rpx;
}
.count {
display: flex;
flex-direction: column;
align-items: center;
height: 178rpx;
justify-content: center;
}
.dou {
width: 686rpx;
height: 266rpx;
background: #F9FBFF;
border-radius: 0px 0px 8px 8px;
margin-left: -32rpx;
}
.dou_title {
font-size: 32rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #111111;
line-height: 32rpx;
}
.dou_top {
display: flex;
height: 50%;
align-items: center;
padding-left: 32rpx;
}
.dou_hr {
width: 686rpx;
height: 1rpx;
background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 51%, rgba(232, 232, 232, 0) 100%);
}
.dou_card {
display: flex;
flex-direction: column;
align-items: center;
}
.card_num {
font-size: 24rpx;
font-family: MiSans-Demibold, MiSans;
font-weight: 600;
color: #333333;
line-height: 24rpx;
}
.card_tip {
font-size: 24rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 24rpx;
margin-top: 16rpx;
}
.card_hr {
width: 2rpx;
height: 64rpx;
background: linear-gradient(180deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 49%, rgba(232, 232, 232, 0) 100%);
}
.dou_bottom {
display: flex;
justify-content: space-around;
align-items: center;
height: 128rpx;
padding: 0rpx 32rpx;
}