goodtail.wxss 2.4 KB
@import '../../../common/common.wxss';
@import '../../../icon/icon.wxss';

.swiper_image, .swiper_item_img {
  height: 750rpx;
}
.user_comment {
  padding-bottom: 100rpx;
}
.slide-image {
  width: 100%;
  height: 100%;
}
.goodtail_info {
  padding: 29rpx 32rpx;
}
.good_info_price {
  color: #ff4242;
  font-size: 32rpx;
  font-weight: bold;
}
.pricesign {
  color: #ff4242;
  font-size: 26rpx;
}
.good_info_state {
  color: #333;
  font-size: 26rpx;
  margin-left: 20rpx;
}
.good_info_content {
  color: #000;
  font-size: 32rpx;
  font-weight: bold;
  margin-top: 25rpx;
}
.good_tast {
  color: #333;
  font-size: 26rpx;
  margin-top: 25rpx;
}
.address_sign {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
  margin-right: 10rpx;
}
.address_sign image {
  width: 100%;
  height: 100%;
}
.address_name_list {
  display: flex;
  align-items: center;
  height: 25rpx;
}
.price_address {
  COLOR: #333;
  font-size: 24rpx;
}
.city_address {
  padding-right: 15rpx;
  border-right: 1rpx solid #f5f5f5;
}
.detail_address {
  margin-left: 15rpx;
}
.good_address {
  display: flex;
}
.good_info_tail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25rpx;
}
.essays_head, .leave_message_text {
  height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #f5f5f5;
  padding: 0 37rpx;
}
.leave_message_text {
  border-top: 1rpx solid #f5f5f5;
}
.enter_input {
  width: 600rpx;
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.leave_message {
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.leave_message_btn {
  width: 118rpx;
  height: 60rpx;
  border-radius: 40rpx;
  background: #fd8779;
  color: #fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 60rpx;
}
.essays {
  padding-bottom: 130rpx;
}
.share, .collect {
  width: 80rpx;
  height: 80rpx;
  font-size: 0;
}
.share{
  padding: 0;
  background: transparent
}
button::after{
  outline:none;
  border:none;
  background: transparent
}
.collect {
  margin-top: 40rpx;
}
.share image, .collect image {
  width: 100%;
  height: 100%;
}
.swiper_image {
  position: relative;
}
.make {
  position: absolute;
  top: 442rpx;
  left: 638rpx;
}
.status_out{
  background: #747474;
}
.icon-dianhua{
  font-size: 40rpx;
}
.replaycontent{
  background: #F5F6FA;
  font-size:28rpx;
  margin: 0rpx 30rpx 0rpx 100rpx;
  padding: 20rpx;
  border-radius:10rpx;
  
}