litian
2024-03-05 a81a1a31ce7ee003e0006168e4d4e57da97c2bb6
pages/personalCenter/myOrder/index.wxss
@@ -0,0 +1,169 @@
.t-search__input {
  font-size: 28rpx !important;
  color: rgb(116, 116, 116) !important;
}
.t-search {
  width: 90%;
  margin: 0 auto;
}
.t-search__input-box--square {
  border-radius: 50rpx !important;
}
.t-tabs__item {
  flex: 1 !important;
}
.t-tabs__track {
  /* left: 28rpx !important; */
  background-color: #FF6C00 !important;
}
.t-tabs__item--active {
  font-size: 30rpx;
  color: #FF6C00 !important;
}
.pageInfo {
  background: #F2F3F8;
}
.list {
  padding: 0 24rpx;
}
.content-item {
  background-color: #fff;
  border-radius: 18rpx;
  margin-top: 20rpx;
  padding: 30rpx;
  box-shadow: 0px 0px 20rpx 2px #f1f1f1;
}
.order-cent {
  padding: 10rpx 0;
}
.right {
  float: right;
}
.cancal {
  color: #949494
}
.success {
  color: #1FBC1F
}
.waitPay {
  color: #F03939
}
.price {
  color: #FF6C00;
  font-weight: bold;
}
.order-centent {
  display: flex;
  border-bottom: 2rpx solid #EFF0F1;
}
.bookBox {
  flex: 1;
  padding: 30rpx 0;
}
.bookBox .leftCon {
  width: 150rpx;
  height: 210rpx;
  box-shadow: 0px 0px 20rpx 2px #f1f1f1;
}
.fl {
  float: left;
  margin-right: 20rpx;
}
.bookBox .leftCon .purchasedIcon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productTitle {
  font-size: 32rpx;
  height: 88rpx;
  color: #333333;
  font-weight: bold;
  line-height: 44rpx;
  display: -webkit-box;
  margin-bottom: 30rpx;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex .rightCon {
  margin-left: 160rpx;
}
.rightCon {
  margin-top: 10rpx;
  margin-right: 20rpx;
}
.count {
  display: flex;
  align-items: center;
  margin-left: 30rpx;
}
.typeBox {
  background: rgba(255, 108, 0, 0.24);
  border-radius: 9rpx 9rpx 9rpx 9rpx;
  padding: 8rpx 20rpx;
  color: #FF6C00;
}
.order-top {
  padding-top: 30rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-example {
  display: flex;
}
.button {
  background-color: #fff;
  height: 60rpx;
  line-height: 60rpx;
  font-size: 28rpx;
}
.unfollow {
  height: 60rpx;
  line-height: 60rpx;
  font-size: 28rpx;
  background: #FF6C00;
  color: #fff;
  margin-left: 10rpx;
  border-color: #FF6C00;
}
.empyt {
  padding: 200rpx 0;
  background: #fff;
}