litian
2024-04-15 069a6f8d380926668763e9b556d58533353d3e7d
packagePersonal/pages/feedBack/index.wxss
@@ -1,5 +1,7 @@
@import "./index.skeleton.wxss";
page {
  background-color: #f0f2f5;
  background-color: #f0f2f5 !important;
}
.container {
@@ -8,11 +10,18 @@
}
.page-header {
  background-color: #f0f2f5;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.con-bg {
  background: #fff;
  height: 30rpx;
  margin-top: -30rpx;
}
.pageInfo {
@@ -22,7 +31,6 @@
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
  box-sizing: border-box;
  background: #fff;
}
.t-tabs__track {
@@ -93,7 +101,8 @@
.listBox .icon {
  width: 150rpx;
  height: 200rpx;
  height: 210rpx;
  box-shadow: 0px 0px 20rpx 2px rgba(0, 0, 0, 0.08);
}
.listBox .icon .img {
@@ -109,7 +118,7 @@
.listBox .titleBox {
  font-size: 28rpx;
  font-weight: bold;
  font-weight: 600;
  border-bottom: 2rpx solid #EDEDED;
  line-height: 80rpx;
  word-break: break-all;
@@ -118,6 +127,11 @@
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 10rpx;
}
.item-title {
  font-size: 28rpx;
  color: #333;
}
.name {
@@ -137,21 +151,17 @@
.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;
  font-weight: 600;
  line-height: 48rpx;
  padding-bottom: 10rpx;
  color: #333;
}
.backCon {
  background: #FAFAFA;
  border-radius: 5rpx;
  padding: 10rpx 20rpx;
  font-size: 28rpx;
  font-size: 26rpx;
  line-height: 60rpx;
}
@@ -183,7 +193,7 @@
}
.empyt {
  background: #fff;
  /* background: #fff; */
  padding: 200rpx 0;
}