ArticleDetails.wxss 2.6 KB
/* pages/ArticleDetails/ArticleDetails.wxss */
.go_index {
  width: 100rpx;
  height: 100rpx;
  border-radius: 50%;
  position: fixed;
  right: 30rpx;
  top: 60rpx;
  background: #0286ff;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20rpx;
  box-sizing: border-box;
}
.banner_box {
  background: #0286ff;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  color: #fff;
  position: relative;
  padding: 30rpx 30rpx 85rpx 30rpx;
  border-radius: 16rpx;
  box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(9, 60, 121, 0.08);
  overflow: hidden;
}

.head_img {
  width: 180rpx;
  height: 180rpx;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 32rpx;
  box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(2, 134, 255, 0.66);
}

.head_img image {
  width: 100%;
  height: 100%;
}

.head_info_box {
  line-height: 50rpx;
}

.user_name {
  font-size: 32rpx;
  font-weight: bold;
}

.edit_box {
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #f80;
  background: #fff;
  border-radius: 26rpx;
  padding: 13rpx 30rpx;
  position: absolute;
  right: 30rpx;
  top: 50%;
  transform: translateY(-50%);
}

.icon-xiugai {
  font-size: 26rpx;
  margin-right: 11rpx;
}

.banner_info {
  width: 100%;
  height: 60rpx;
  line-height: 60rpx;
  background: #0073dc;
  font-size: 28rpx;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content_box {
  padding: 30rpx;
}

.list_title {
  font-size: 40rpx;
  color: #000;
  margin-bottom: 40rpx;
}

.list_info_box {
  font-size: 28rpx;
  color: #97a0a8;
  margin-bottom: 30rpx;
}

.line {
  display: inline-block;
  width: 1rpx;
  height: 22rpx;
  background: #dedede;
  margin: 0 15rpx;
}

.bottom_box {
  width: 120rpx;
  height: 120rpx;
  background: linear-gradient(-30deg, rgba(31, 118, 220, 1), rgba(69, 149, 244, 1));
  border-radius: 50%;
  font-size: 24rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 50rpx;
  right: 50rpx;
}

.bottom_box button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}

.icon-zhuanfa {
  font-size: 45rpx;
  font-weight: bold;
  margin-bottom: 5rpx;
}

.list_content {
  font-size: 30rpx;
  color: #252729;
  line-height: 50rpx;
  text-indent: 2rem;
  margin-top: 70rpx;
}

.wxParse-p {
  text-indent: 0 !important;
  word-spacing: normal;
  word-wrap: normal;
  display: block !important;
  margin: 0!important;
}

.wxParse-img {
  width: 100% !important;
  height: 100%;
}
.wxParse-span{
  width: 100%;
}