litian
2024-03-12 b7ed8541113f8fa116b19d13e34a70a929310077
pages/personalCenter/feedBack/index.wxss
@@ -4,6 +4,15 @@
  padding: 0 24rpx;
}
.page-header {
  background-color: #F2F3F8;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1
}
.t-tabs__track {
  display: none;
}
@@ -57,18 +66,89 @@
  text-align: center;
}
.content {
.container {
  height: calc(100vh - env(safe-area-inset-bottom));
  box-sizing: border-box;
}
.content-item {
  background: #fff;
.pageInfo {
  margin-top: -30rpx;
}
.listBox:nth-child(1) {
  margin-top: -30rpx;
  padding-top: 30rpx;
.content-item {
  background: #fff;
  display: flex;
  margin-bottom: 30rpx;
  border-radius: 10rpx;
  padding: 40rpx 30rpx;
}
.content-item:nth-child(1) {
  padding-top: 70rpx;
}
.listBox .icon {
  width: 150rpx;
  height: 200rpx;
}
.listBox .icon .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.listBox .item-con {
  flex: 1;
  margin-left: 20rpx;
}
.listBox .titleBox {
  font-size: 28rpx;
  font-weight: bold;
  border-bottom: 2rpx solid #EDEDED;
  line-height: 80rpx;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 10rpx;
}
.name {
  font-size: 26rpx;
  color: #9D9D9D;
  line-height: 70rpx;
}
.feedBack {
  font-size: 26rpx;
  color: #FF6C00;
}
.backBox .content-item {
  display: block;
}
.backBox .item-title {
  font-size: 28rpx;
  font-weight: bold;
  line-height: 80rpx;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 10rpx;
}
.backCon {
  background: #FAFAFA;
  border-radius: 5rpx;
  padding: 10rpx 20rpx;
  font-size: 28rpx;
  line-height: 60rpx;
}
.submitBox {
@@ -99,5 +179,6 @@
}
.empyt {
  background: #fff;
  padding: 200rpx 0;
}