yujingDetail.wxss 1.0 KB
/* pages/yujing/yujingDetail/yujingDetail.wxss */
.detail_top{
  padding: 50rpx 30rpx 0;
  border: 1rpx solid #f5f5f5;
  border-right: none;
  border-left: none;
}
.top_box{
  width: 100%;
}
.top_title{
  padding-bottom: 40rpx;
  color: #333333;
  font-size: 34rpx;
}
.top_name{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20rpx;
  font-size: 28rpx;
}
.top_msg{
  color: #5797F5
}
.detail_center{
  padding: 30rpx;
  border-bottom: 20rpx solid #f5f5f5;
}
.center_title{
  padding-bottom: 22rpx;
  color: #333333;
  font-size: 34rpx;
}
.detail_bot{
  padding: 40rpx 30rpx 0;
}
.bot_msg{
  padding: 30rpx;
  background-color: #f5f5f5;
  border-radius: 10rpx;
  font-size: 28rpx;
  color: #666;
}
.bot_name{
  margin-bottom: 10rpx;
}
.remark{
  color: #333;
  margin-top: 20rpx;
  overflow: hidden;
  zoom: 1;
}
.remark_title,.remark_content{
  float: left
}
.remark_content{
  width: 85%;
}
.bot_btn{
  color: #FF3038;
  display: flex;
  justify-content: flex-end;
}