unionShare.wxss 3.39 KB
.container {
   display: flex; 
   flex-direction: column;
}

.topImage {
  width: 100%;
  height: 236rpx;
}

.header {
   width: 100%;
   height: 88rpx;
   background-color: white;
   flex-direction:row;
   justify-content: space-between;
   align-items: center;
   display: flex;
   border-bottom: 1rpx solid #F0F0F0;
}

.header .headerText {
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: -0.19px;
  margin-left: 48rpx;
}

.header .detailBtn {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444444;
  border: solid 1rpx #E0E0E0;
  border-radius: 100px;
  letter-spacing: -0.16px;
  margin-right: 48rpx;
  background: white;
  padding-left: 16rpx;
  padding-right: 16rpx;
  padding-top: 4rpx;
  padding-bottom: 4rpx;
}

.commentTitle {
  font-family: PingFang-SC-Medium;
  font-size: 28rpx;
  color: #444444;
  letter-spacing: -0.19px;
  margin-top: 40rpx;
  margin-left: 48rpx;
}


.textareaView {
  display: flex;
  background: #F0F0F0;
  width: 654rpx;
  height: 202rpx;
  margin-left: 48rpx;
  margin-top: 20rpx;
}

.textareaView  .textarea {
  background: #F0F0F0;
  width: 606rpx;
  height: 162rpx;
  margin-left: 24rpx;
  margin-top: 20rpx;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444444;
  letter-spacing: -0.16px;
}

.textareaBtn {
  border: solid 1rpx #E0E0E0;
  border-radius: 4px;
  width: 120rpx;
  height: 46rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16rpx;
  margin-left: 578rpx;
}

.textareaBtn .textareaBtnText {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444444;
  letter-spacing: -0.16px;
}

.button1 {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  background: #444444;
  border-radius: 8rpx;
  width: 654rpx;
  height: 100rpx;
  margin-left: 48rpx;
  margin-top: 98rpx;
  align-items: center;
  display: flex;
  justify-content: center;
}

.sharebutton1 {
  background-color: red;
  margin-right: 35rpx;
  width: 654rpx;
  height: 100rpx;
  opacity: 0;         
  position: absolute; 
  top: 725rpx; 
  left: 48rpx;
}

.button2 {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  background: #444444;
  border-radius: 8rpx;
  width: 654rpx;
  height: 100rpx;
  margin-left: 48rpx;
  margin-top: 30rpx;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}


.buttonType2 {
  background: #444444;
  border-radius: 100px;
  width: 654rpx;
  height: 160rpx;
  margin-left: 48rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buttonType2 .icon {
  width: 88rpx;
  height: 88rpx;
  margin-left: 80rpx;
}

.buttonType2 .buttonType2Detail {
  width: 380rpx;
  height: 88rpx;
  margin-left: 36rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buttonType2 .buttonType2Detail .buttonType2DetailText1 {
  font-family: PingFang-SC-Regular;
  font-size: 34rpx;
  color: #FFFFFF;
  letter-spacing: -0.23px;
  line-height: 48rpx;
}

.buttonType2 .buttonType2Detail .buttonType2DetailText2 {
  opacity: 0.7;
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #FFFFFF;
  letter-spacing: -0.16px;
  line-height: 34rpx;
}

.sharebutton2 {
  background-color: red;
  margin-right: 35rpx;
  width: 654rpx;
  height: 160rpx;
  opacity: 0;         
  position: absolute; 
  top: 386rpx; 
  left: 48rpx;
}