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.
 

135 lines
2.2 KiB

/* pages/ask/info/index.wxss */
page {
background: #f6f6f6;
}
.top-box {
background: white;
border-radius: 0 0 13rpx 13rpx;
padding: 0 20rpx;
padding-bottom: 25rpx;
}
.title {
display: flex;
align-items: center;
height: 100rpx;
border-bottom: 1rpx solid #ccc;
margin: 0 20rpx;
justify-content: space-between;
}
.title-text {
font-weight: bold;
font-size: 37rpx;
}
.ques-top {
display: flex;
line-height: 38rpx;
margin: 20rpx;
}
.ques-top image {
width: 36rpx;
margin-right: 18rpx;
}
.ques-top .ques {
font-size: 32rpx;
font-weight: 500;
}
.ques-time {
margin-left: 74rpx;
font-size: 24rpx;
color: #999;
}
.list {
width: 710rpx;
background: #FFFFFF;
border-radius: 13rpx;
margin: 24rpx auto;
}
.list-top {
display: flex;
align-items: center;
border-bottom: 1rpx solid #ccc;
height: 100rpx;
font-size: 27rpx;
padding: 0 20rpx;
}
.list-top image {
width: 36rpx;
margin-right: 19rpx;
}
.item {
margin: 0 20rpx;
padding: 20rpx 0;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #ccc;
}
.list .item:last-child {
border-bottom: none;
}
.author-info {
display: flex;
align-items: center;
font-size: 21rpx;
color: #666;
margin-bottom: 10rpx;
}
.author-info image {
width: 53rpx;
height: 53rpx;
border-radius: 50%;
margin-right: 21rpx;
}
.content {
margin-left: 74rpx;
font-size: 29rpx;
color: #000;
line-height: 44rpx;
margin-bottom: 20rpx;
}
.tips {
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 74rpx;
color: #999999;
font-size: 24rpx;
}
.tips .zan.active {
}
.icon-zan1 {
color: red;
}
.fixed-bottom {
position: fixed;
left: 0;
right: 0;
background: #FFFFFF;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
height: 133rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 25rpx;
bottom: 0em;
}
.fixed-bottom-blank {
height: 140rpx;
}
.fixed-bottom input {
display: block;
width: 470rpx;
border: 1rpx solid #999;
height: 70rpx;
border-radius: 36rpx;
padding: 0 30rpx;
}
.fixed-bottom .btn {
width: 144rpx;
line-height: 72rpx;
background: #0B898E;
border-radius: 36rpx;
color: #fff;
font-size: 32rpx;
font-weight: 500;
text-align: center;
}