share.wxss 868 字节
/* pages/my/share/share.wxss */

.content_item {
  width: 100%;
  height: 100%;
  background-color: #409af7;
  position: fixed;
  top: 0;
  left: 0;
}

.share_img {
  margin: 50rpx auto 90rpx auto;
  width: 520rpx;
  height: 446rpx;
  overflow: hidden;
}

.share_img image {
  width: 100%;
}

.content {
  width: 474rpx;
  font-size: 28rpx;
  color: #fefefe;
  margin: 0 auto;
  height:auto;
}

.content textarea {
  width: 474rpx;
  /* height: 150rpx !important; */
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}

.bottom_btn {
  width: 686rpx;
  height: 100rpx;
  font-size: 36rpx;
  font-weight: bold;
  color: rgba(2, 134, 255, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 88rpx;
}