invoice.wxss 2.3 KB
/* pages/my/invoice/invoice.wxss */

page {
  background-color: #fafafa;
}

.hint_information {
  display: flex;
  font-size: 22rpx;
  color: #222;
  background-color: #ffda44;
  padding: 16rpx 26rpx;
}

.hint1 {
  width: 58rpx;
  height: 32rpx;
  text-align: center;
  font-size: 20rpx;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 19rpx;
}




.content_item {
  padding: 0 26rpx;
}

.item_list {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  position: relative;
  margin-top: -55rpx;
  z-index: 5;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.item_list1 {
  font-size: 24rpx;
  color: #222;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 29rpx 32rpx 40rpx 32rpx;
  margin-top: 20rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.list_title {
  font-size: 30rpx;
  color: #222;
}

.expected_time {
  display: flex;
  margin-top: 41rpx;
}

.shipping_information {
  display: flex;
  margin-top: 33rpx;
}

.hint2 {
  color: #888;
  margin-right: 36rpx;
}


.content {
  margin-top: 40rpx;
}

.content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30rpx;
}

.content_img {
  width: 100rpx;
  height: 100rpx;
}

.content_img image {
  width: 100%;
  height: 100%;
}

.content_detail {
  display: flex;
}

.num {
  color: #888;
}

.species {
  margin-left: 35rpx;
}

.more_box {
  color: #888;
  border-top: 1rpx solid #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24rpx;
  margin-top: 35rpx;
}

.icon-zhankai {
  font-size: 14rpx;
}

.total{
  font-size: 24rpx;
  color: #26363A;
  background-color: #fff;
  border-radius: 16rpx;
  padding: 25rpx 27rpx 25rpx 0rpx;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
}

.goods_detail{
  display: flex;
  justify-content: space-between;
  margin-bottom: 35rpx;
}
.bottom{
  margin-bottom: 0rpx;
}
.money{
  color: #5DC248;
}
.null_box{
  height: 190rpx;
}


.bottom_btn {
  width: 100%;
  height: 170rpx;
  padding: 40rpx 55rpx;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}

.invoice_btn {
  height: 80rpx;
  background-color: #ffda44;
  border-radius: 40px;
  box-shadow: 5px 10px 30px rgba(255, 204, 68, 0.6);
  text-align: center;
  line-height: 80rpx;
  font-size: 26rpx;
  color: #333;
}