evaluate.wxss 4.4 KB
/* pages/evaluate/evaluate.wxss */
page {
  background-color: #f1f2f4;
  padding-top: 24rpx;
}

/* 商品信息 */
.productInfo {
  width: 686rpx;
  height: 244rpx;
  background-color: #ffffff;
  margin: 0 auto;
  margin-bottom: 24rpx;
  border-radius: 16rpx;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
  display: flex;
}

.leftPic {
  width: 180rpx;
  height: 180rpx;
  margin-right: 24rpx;
}

.leftPic image {
  width: 180rpx;
  height: 180rpx;
}

.rightText {
  width: 434rpx;
  height: 180rpx;
  position: relative;
}

.name {
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 8rpx;
  margin-top: 4rpx;
  max-width: 430rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
  margin-bottom: 8rpx;
  max-width: 430rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48rpx;
  font-size: 36rpx;
  font-weight: 500;
  text-align: left;
  color: #ff4444;
}

.num {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 28rpx;
  color: #999999;
  font-weight: 400;
}

/* 商品评价 */
.evaluateBox {
  width: 686rpx;
  height: 530rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  padding: 32rpx 24rpx 24rpx;
  box-sizing: border-box;
}

.title {
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 6s00;
  text-align: left;
  color: #323233;
}

textarea {
  height: 188rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #969799;
  margin-top: 28rpx;
}

.number {
  height: 34rpx;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #969799;
}

.picBox {
  display: flex;
  margin-top: 24rpx;
  height: 160rpx;
  justify-content: space-between;
  flex-direction: row;
}

.picItem {
  background-color: aquamarine;
  width: 150rpx;
  height: 150rpx;
  position: relative;
}

.picItem image {
  width: 150rpx;
  height: 150rpx;
}

.delIcon {
  width: 32rpx;
  height: 32rpx;
  position: absolute;
  top: 0;
  right: 0;
}

.delIcon image {
  width: 32rpx;
  height: 32rpx;
}

.photo {
  display: flex;
  margin-top: 24rpx;
}

.photoOne {
  width: 150rpx;
  height: 150rpx;
  margin-right: 14rpx;
  position: relative;
}

.photoOne image {
  width: 150rpx;
  height: 150rpx;
}

.delBox {
  width: 32rpx;
  height: 32rpx;
  background: #c8c9cc;
  border-radius: 0px 4rpx 0px 4rpx;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.delBox image {
  width: 26rpx;
  height: 26rpx;
}

/* 上传凭证 */
.photoBox {
  width: 686rpx;
  height: 288rpx;
  background: #ffffff;
  border-radius: 16rpx;
  margin: 0 auto;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
  margin-left: -22rpx;
}

.photoText {
  width: 638rpx;
  height: 40rpx;
  display: flex;
  justify-content: space-between;
}

.photoText .lefttext {
  font-size: 32rpx;
  font-weight: 500;
  color: #323233;
}

.photoText .right {
  font-size: 28rpx;
  font-weight: 400;
  color: #969799;
}

.photo {
  display: flex;
  margin-top: 24rpx;
}

.photoOne {
  width: 150rpx;
  height: 150rpx;
  margin-right: 14rpx;
  position: relative;
}

.photoOne image {
  width: 150rpx;
  height: 150rpx;
}

.delBox {
  width: 32rpx;
  height: 32rpx;
  background: #c8c9cc;
  border-radius: 0px 4rpx 0px 4rpx;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delBox image {
  width: 26rpx;
  height: 26rpx;
}

/* 匿名评价 */
.anonymBox {
  width: 686rpx;
  height: 104rpx;
  margin: 0 auto;
  margin-top: 104rpx;
  background-color: #ffffff;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 24rpx;
  box-sizing: border-box;
  border-radius: 16rpx;
}

.checkBox {
  width: 32rpx;
  height: 32rpx;
  margin-right: 16rpx;
}

.checkBox image {
  width: 32rpx;
  height: 32rpx;
}

/* bottom */
.btnBox {
  width: 750rpx;
  height: 120rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  width: 622rpx;
  height: 88rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32rpx;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 44rpx;
}