remark.wxss 1.4 KB
/* pages/cityWide/remark/remark.wxss */
@import '../../../style/base.wxss';
@import '../../../common/common.wxss';
@import '../../../icon/icon.wxss';

.remark_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80rpx;
  padding: 0 36rpx;
  border-top: solid 16rpx #FCF8F7;
  border-bottom: solid 1rpx #EBEBEB;
}
.remark_title{
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.remark_left text{
  color: #5C5453;
  font-size: 26rpx;
}
.remark_left checkbox .wx-checkbox-input{
  width: 23rpx;
  height: 23rpx;
}
.remark_left checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
  width: 23rpx;
  height: 23rpx;
  line-height: 23rpx;
  text-align: center;
  font-size: 22rpx;
  background: transparent;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.remark_tab{
  padding: 34rpx;
}
.remark_tab textarea{
  width: 686rpx;
  color: #CCBAB8;
  font-size: 28rpx;
}
.upload_box{
  padding: 32rpx 0rpx 32rpx 32rpx;
}
.upload_btn{
  display: inline-block;
  width: 160rpx;
  height: 160rpx;
}
.upload_btn image{
  width: 100%;
  height: 100%;
}
.warp_btn{
  position: fixed;
  bottom: 36rpx;
  left: 0;
  right: 0;
}
.selectpic{
  display: inline-block;
  width: 160rpx;
  height: 160rpx;
  margin-right: 20rpx;
  position: relative
}
.selectpic image{
  width: 100%;
  height: 100%;
}