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.
301 lines
4.9 KiB
301 lines
4.9 KiB
/**answer.wxss**/
|
|
.mycontainer{
|
|
margin-bottom: 200rpx;
|
|
}
|
|
|
|
.a {
|
|
padding: 0;
|
|
font-size: 14rpx;
|
|
background: #F0F4F3;
|
|
color: #000;
|
|
}
|
|
|
|
.question {
|
|
position: relative;
|
|
width: 650rpx;
|
|
padding: 40rpx 50rpx 30rpx;
|
|
background: #298DE5;
|
|
color: #fff;
|
|
font-size: 38rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
.answerer-wrp{
|
|
position: relative;
|
|
width: 750rpx;
|
|
height: 150rpx;
|
|
background: #fff;
|
|
}
|
|
.answerer-wrp .bg-half{
|
|
position: absolute;
|
|
top: 0;
|
|
width: 750rpx;
|
|
height: 75rpx;
|
|
background: #298DE5;
|
|
}
|
|
.answerer {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
width: 630rpx;
|
|
height: 90rpx;
|
|
padding: 30rpx;
|
|
background: #fff;
|
|
border: solid 1px #ebebeb;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 2px #bebebe;
|
|
}
|
|
.answerer .avatar {
|
|
flex: 1;
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.answerer .avatar image {
|
|
display: inline-block;
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 90rpx;
|
|
}
|
|
.answerer .answerer-info{
|
|
flex: 5;
|
|
text-align: left;
|
|
padding: 10rpx 20rpx;
|
|
line-height: 38rpx;
|
|
}
|
|
.answerer .answerer-info text{
|
|
display: block;
|
|
}
|
|
.answerer .answerer-info .answerer-name{
|
|
font-size: 32rpx;
|
|
}
|
|
.answerer .answerer-info .answerer-des{
|
|
font-size: 22rpx;
|
|
color: #808080;
|
|
line-height: 28rpx;
|
|
}
|
|
|
|
.answerer .follow image{
|
|
/* flex: 2;
|
|
padding: 15rpx 0;
|
|
font-size: 22rpx; */
|
|
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.answerer .follow text{
|
|
/* display: inline-block;
|
|
padding: 15rpx 20rpx;
|
|
color: #40bcd0;
|
|
border: solid 2px #40bcd0;
|
|
border-radius: 6rpx; */
|
|
display: block;
|
|
font-size: 14rpx;
|
|
color: #bebebe;
|
|
}
|
|
.answerer .follow .a3{
|
|
/* flex: 2;
|
|
padding: 15rpx 0;
|
|
font-size: 22rpx; */
|
|
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 30rpx;
|
|
height: 35rpx;
|
|
margin-top: 9rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.answer-content{
|
|
padding: 30rpx 40rpx;
|
|
background: #ffffff;
|
|
|
|
}
|
|
.answer-content text{
|
|
font-size: 32rpx;
|
|
color: #454545;
|
|
line-height: 44rpx;
|
|
word-break: break-all;
|
|
}
|
|
.answer-content image{
|
|
width: 100%;
|
|
margin: 20rpx 0;
|
|
}
|
|
.answer-footer{
|
|
width: 750rpx;
|
|
height: 70rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
box-shadow: 0 100px 7px #bebebe;
|
|
margin: 0 200rpx 0 0;
|
|
|
|
position: sticky ;
|
|
bottom: 0;
|
|
z-index: 9999;
|
|
}
|
|
.answer-footer{
|
|
position: fixed;
|
|
bottom: 0;
|
|
height: 70rpx;
|
|
border-top: solid 1px #ebebeb;
|
|
background: #ffffff;
|
|
width: 670rpx;
|
|
padding: 20rpx 40rpx;
|
|
}
|
|
.answer-footer .good{
|
|
flex: 1;
|
|
/*display: inline-block;*/
|
|
height: 40rpx;
|
|
border: solid 1px #d1d1d1;
|
|
border-radius: 3px;
|
|
padding: 10rpx 8rpx;
|
|
margin: 10rpx 0;
|
|
}
|
|
.answer-footer .good .good-bad{
|
|
display: inline-block;
|
|
}
|
|
.answer-footer .good image{
|
|
display: inline-block;
|
|
width: 38rpx;
|
|
height: 38rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.answer-footer .good .good-num{
|
|
display: inline-block;
|
|
padding: 10rpx 4rpx;
|
|
/*font-size: 24rpx;*/
|
|
}
|
|
.answer-footer .operation-wrp{
|
|
flex: 5;
|
|
}
|
|
.answer-footer .operation{
|
|
justify-content: space-between;
|
|
padding: 0 0 0 60rpx;
|
|
}
|
|
.answer-footer .operation-btn{
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.answer-footer .operation image{
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.answer-footer .operation-btn text{
|
|
display: block;
|
|
font-size: 14rpx;
|
|
color: #bebebe;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* .tip{
|
|
position: relative;
|
|
width: 650rpx;
|
|
padding: 30rpx 50rpx 30rpx;
|
|
/*background: #298DE5;*/
|
|
/* color: rgb(0, 0, 0);
|
|
font-size: 38rpx;
|
|
line-height: 48rpx;
|
|
|
|
} */
|
|
|
|
.input{
|
|
display:block;
|
|
border:2px solid gainsboro;
|
|
margin-top: 60rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.pinglunItem{
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
border-top: 2px solid gainsboro;
|
|
margin-left: 0rpx;
|
|
margin-top: 0rpx;
|
|
|
|
}
|
|
|
|
.pinglunItem .a1{
|
|
margin-left: 30rpx;
|
|
margin-right: 30rpx;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 90rpx;
|
|
}
|
|
.pinglunItem .desc{
|
|
font-size: 30rpx;
|
|
height: 40rpx;
|
|
}
|
|
.pinglunItem .a2 {
|
|
margin-left: 100rpx;
|
|
margin-right: 30rpx;
|
|
margin-top: -20rpx;
|
|
width: 30rpx;
|
|
height: 35rpx;
|
|
position: absolute; /* 要约束所在位置的子元素的位置要设置成绝对 */
|
|
right: 0;
|
|
}
|
|
|
|
|
|
|
|
.search{
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 735rpx;
|
|
height: 65rpx;
|
|
padding: 12.5rpx 0 12.5rpx 15rpx;
|
|
background: #2A8CE5;
|
|
}
|
|
.search-left{
|
|
flex: 8;
|
|
background: #4EA3E7;
|
|
text-align: left;
|
|
}
|
|
.search-left input{
|
|
display: inline-block;
|
|
height: 65rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.search-placeholder{
|
|
color: #8CCEFD;
|
|
line-height: 20rpx;
|
|
}
|
|
.search .search-left image{
|
|
display: inline-block;
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
padding: 15rpx 15rpx 15rpx 20rpx;
|
|
}
|
|
.search .search-right{
|
|
flex: 1;
|
|
}
|
|
.search .search-right .desc{
|
|
font-size: 25rpx;
|
|
color: #ffffff;
|
|
margin:15rpx
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 解决底部导航栏遮挡的占位view的样式 */
|
|
.standView{
|
|
width: 100%;
|
|
height: 100rpx; /* 自定义一下需要的高度 */
|
|
/* background-color: black; */
|
|
}
|