mine.wxss 1.9 KB
.minehead {
  padding: 46rpx 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mineheadleft {
  width: 104rpx;
  height: 104rpx;
  font-size: 0;
  border-radius:50%;
}

.mineheadleft image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.minerighttop {
  color: #5b5e63;
  font-size: 36rpx;
  font-weight: bold;
}

.minerightphone {
  color: #5b5e63;
  font-size: 24rpx;
  margin-top: 14rpx;
}

.mineheadright {
  margin-left: 28rpx;
}

.orderlist {
  width: 686rpx;
  height: 160rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  opacity: 1;
  border-radius: 20rpx;
  margin:36rpx auto 0;
  padding: 32rpx 44rpx;
  box-sizing: border-box;
  display:flex;
  justify-content: space-between
}
.orderlistitem{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.orderitemtop{
  width:44rpx;
  height:44rpx;
  font-size: 0
}
.orderitemtop image{
  width:100%;
  height:100%;
}
.orderitemname{
  color:#5B5E63;
  font-size: 24rpx;
  margin-top:14rpx;
}
.mineorder{
  padding: 0 32rpx;
  margin-top:24rpx;
}
.mineorderitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 36rpx 56rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
  position: relative
}
.mineorderitemleftimg{
  width:36rpx;
  height:36rpx;
  font-size: 0
}
.mineorderitemleftimg image{
  width:100%;
  height:100%;
}
.mineorderitemleft{
  display:flex;
  align-items: center
}
.mineorderitemname{
  color:#06121E;
  font-size: 28rpx;
  margin-left:20rpx;
}
.mineorderright{
  width:12rpx;
  height:20rpx;
  font-size: 0
}
.mineorderright image{
  width:100%;
  height:100%;
}
.connect{
  width:400rpx;
  height:80rpx;
  position: absolute;
  left:0;
  top:20rpx;
  background: transparent;
  border:none;
  outline: none
  

}
button::after{
  border: none;
  outline: none;
}