index.wxss 1.6 KB

1
  1. .myBox{height:100vh;width:100%;background-color:#fff}.myBox .myhead{height:290rpx;background-color:#d9332e}.myBox .myhead .myheadImg{padding:10rpx 32rpx 0 0;height:85rpx;text-align:right;line-height:85rpx}.myBox .myhead .myNmae{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx 0 32rpx}.myBox .myhead .myNmae .myNmaeLeft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff}.myBox .myhead .myNmae .myNmaeLeft .myNmaeImg{width:128rpx;height:128rpx;border-radius:50%;padding-right:32rpx}.myBox .myhead .myNmae .myNmaeLeft .myNmaeImg image{width:100%;height:100%;border-radius:50%;background-color:#fff}.myBox .myhead .myNmae .myNmaeRight{width:144rpx;height:52rpx;background:hsla(0,0%,100%,.27);border-radius:44rpx;border:2rpx solid #fff;color:#fff;line-height:52rpx;text-align:center;font-size:24rpx}.myBox .myorder{padding:0 32rpx}.myBox .myorder .orderList{padding:28rpx 0;display:-webkit-box;display:-webkit-flex;display:flex}.myBox .myorder .orderOne{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center}.myBox .myorder .orderOne .imagewidth{width:44rpx;height:44rpx}