look-logistics.wxss 3.2 KB
/* pages/look-logistics/look-logistics.wxss */
page{
  background-color: #f1f2f4;
}
.container {
  width: 750rpx;
  background-color: #f1f2f4;
  padding-top: 24rpx;
  padding-bottom: 160rpx;
}

/* 商品信息 */
.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 {
  max-width: 420rpx;
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 8rpx;
  margin-top: 4rpx;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.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;
}

/* 地址 */
.addressBox {
  width: 686rpx;
  margin: 0 auto;
  height: 200rpx;
  background-color: #ffffff;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
  border-radius: 16rpx;
}

.addressBox .top {
  height: 40rpx;
  font-size: 32rpx;
  font-weight: 600;
  text-align: left;
  color: #323233;
  display: flex;
  margin-bottom: 16rpx;
}

.topOne{
max-width: 480rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20rpx;
  box-sizing: border-box;
}

.bottom {
  font-size: 28rpx;
  font-weight: 400;
  color: #323233;
}

/* 快递 */
.expressBox {
  width: 686rpx;
  height: 194rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  border-radius: 16rpx;
}

.expressName,
.expressNumber {
  height: 98rpx;
  width: 638rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #7d7e80;
  padding: 32rpx 0rpx 32rpx 18rpx;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.expressName {
  border-bottom: 2rpx solid #f1f2f4;
}

.expressLeft {
  display: flex;
}

.expressIcon {
  width: 40rpx;
  height: 40rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expressIcon image {
  width: 28px;
  height: 28rpx;
}

/* 物流信息 */
.expressInfo {
  width: 686rpx;
  /* height: 434rpx; */
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 24rpx;
  border-radius: 16rpx;
  border-radius: 16rpx;
  margin-bottom: 150rpx;
}

/* bottom */
.bottomBox {
  width: 750rpx;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 20rpx 0;
  display: flex;
}

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