logisticsDetails.wxss 5.5 KB
page {
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

.space {
   width: 100%;
   height: 20rpx;
   background-color: #f0f0f0;
   border-bottom-style:solid;
   border-bottom-width: 1rpx;
   border-bottom-color: #e0e0e0;
   border-top-style:solid;
   border-top-width: 1rpx;
   border-top-color: #e0e0e0;
}
.detailTitleView {
   width: 100%;
   height: 100rpx;
   background-color: white;
   display: flex;
   align-items: center;
}
.detailTitleView .detailTitle{
   font-size: 34rpx;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   margin-left: 27rpx;
}
.line {
   width: 100%;
   height: 1rpx;
   background-color: #f0f0f0;
}

.cellContainer{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cellContainer .cell {
   background-color: white;
   display: flex;
   flex-direction: row;
   height: 160rpx;
}
.cellLine {
   width: 80%;
   height: 2rpx;
   background-color: #f0f0f0;
   margin-left: 20%; 
}

.cellContainer .cell .cellLeft{
   background-color: white;
   /* width: 90rpx; */
   flex-grow: 1;
   height: 100%;
   box-sizing: border-box;
}

.cell .cellLeft .HLine{
   background-color: #f0f0f0;
   width: 2rpx;
   height: 100%;
   position: relative;
   left: 80rpx;
}

.cell .cellLeft .dot{
   height: 20rpx;
   width: 20rpx;
   position: relative;
   left: -9rpx;
   top: 30rpx;
}

.cellContainer .cell .cellRight{
   background-color: white;
   margin-left: 30rpx;
   margin-right: 30rpx;
   height: 100%;
   width: 80%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
    border-bottom-color: #f0f0f0;
   border-bottom-width: 2rpx;
   border-bottom-style: solid; 
   box-sizing: border-box;
}

.cell .cellRight .text1{
   background-color: white;
   font-size: 28rpx;
   overflow : hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.cell .cellRight .text2{
   background-color: white;
   font-size: 24rpx;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   margin-top: 10rpx;
}

.orderDetail{
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  box-sizing: border-box;
}

.orderDetail .container{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  background: white;
  padding-top: 20rpx;
  padding-bottom: 15rpx;
}

.logoContainer {
  width: 80rpx;
  height: 80rpx;
}

.logoContainer .logo{
  width: 100%;
  height: 100%;
}

.orderNum{
  display: flex;
  margin-top: 10rpx;
  flex-direction: row;
  align-items: center;
}

.orderNum .ordernum{
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #444444;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copyContainer{
  margin-left: 10rpx;
  padding-left: 10rpx;
  padding-right: 10rpx;
  background: white;
  border-style: solid;
  border-width: 1rpx;
  border-color: #B0B0B0;
  border-radius: 4rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .copy{
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444444;
  text-align: center; 
  vertical-align: center;
  align-items: center;
  justify-content: center;
}

.downloadAppContainer{
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 15rpx;
  padding-bottom: 20rpx;
  background: white;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadAppContainer .downloadApp{
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 15rpx;
  padding-bottom: 15rpx;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border-radius: 8rpx;
}

.downloadApp .logoView{
  width: 40rpx;
  height: 40rpx;
  position: relative;
}

.downloadApp .logoView .logo{
  width: 100%;
  height: 100%;
}

.downloadApp .tips{
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #444444;
  line-height: 34rpx;
  margin-left: 10rpx;
}

.downloadApp .tips:nth-child(3){
  color: #D0021B;
}

.logisticsDetailMore{
  width: 100%;
  padding-top: 20rpx;
  padding-bottom: 20rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: white;
  border-top-color: #f0f0f0;
   border-top-width: 2rpx;
   border-top-style: solid; 
}

.logisticsDetailMore .text{
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
}

.bannerImage {
  width: 100%;
  height: 100%;
}

.likeContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: white;
}

.titleContainer{
  background-color: white;
  border-bottom: 0.5rpx solid #e0e0e0;
  display: flex;
  flex-direction: row;
  height: 80rpx;
  align-items:center;
}
.titleLine{
  width: 4rpx;
  height: 30rpx;
  background-color: #444444;
  margin-left: 20rpx;
}
.titleDesc{
  flex: 1;
  text-align: left;
  font-family: PingFang SC;
  font-size: 30rpx;
  margin-left: 16rpx;
  font-weight: 600;
  color: #444444;
}

.logisticsDetailMore .arrowView{
  width: 24rpx;
  height: 24rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10rpx;
}

.logisticsDetailMore .arrowView .arrow{
  width: 100%;
  height: 100%;
}