mytaocan.wxss 1.5 KB
.experiencetop {
  width: 750rpx;
  height: 318rpx;
  font-size: 0;
  position: relative;
}

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

.taocanbox {
  width: 686rpx;
  height: 660rpx;
 
  position: absolute;
  left: 32rpx;
  top: 32rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  opacity: 1;
  padding: 0 34rpx;
  box-sizing: border-box;
  
}
.taocanboxitem{
    display:flex;
    align-items: center;
    border-bottom:1rpx solid #f5f5f5;
    padding: 44rpx 0;
    box-sizing: border-box;

}
.taocanboxitemleft{
  width:52rpx;
  height:52rpx;
  font-size: 0
}
.taocanboxitemright{
  width:560rpx;
  color:#8C9198;
  font-size: 28rpx;
  margin-left:18rpx;
}
.orderlist{
  margin-top:450rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
  margin-bottom:50rpx;
}
.orderlisthead{
  display:flex;
  align-items: center;
  justify-content: space-between;
  color:#06121E;
  font-size: 28rpx;
  font-weight: bold;
  border-bottom:1rpx solid #273574;
  padding-bottom: 24rpx;
  box-sizing: border-box;
}
.left{
  width:168rpx;

}
.middle{
  width:168rpx;
}
.right{
  width:112rpx;
}
.orderboxitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  color:#06121E;
  font-size: 24rpx;
  text-align: center;
  padding: 24rpx 0;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;

}
.boxitemleft{
  width:168rpx;
  text-align: center;
}
.boxitemmiddle{
  width:168rpx;
  text-align: center;
}
.boxitemright{
  width:112rpx;
  text-align: center;
}