orders.ttss 1.04 KB

page {
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

.emptyContainer {
  width:750rpx;
  height:100%;
  margin-top:350rpx
}
.emptyIcon {
  width:220rpx;
  height:220rpx;
}
.emptyTips {
  font-family: PingFang SC;
  font-size:30rpx;
  text-align:center;
  margin-top:20rpx;
}
.loginBtn {
  width: 65%;
  height: 90rpx;
  font-size: 30rpx;
  text-align: center;
  margin-top: 150rpx;
  background-color: #444444;
  color: white;
}
.addr-item {
    line-height: 100rpx;
    text-align: center;
}
.mask{
  position:fixed;
  top:0;
  left:0;
  background-color: #333;  
  filter: alpha(opacity=30);
  opacity: 0.3;
  width:100%;
  height:100%;
  z-index:1009
}
image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border: 0;
}

.picker-view{
  z-index:1100;
  background-color:white;
  position:fixed;
  bottom:0;
  left:0;
  width: 100%;
  height: 400rpx;
}
.chooseBtn{
  position: fixed;
  background-color: white;
  width: 80rpx;
  height: 40rpx;
  color: #444444;
  font-size: 28rpx;
  bottom: 340rpx;
  right: 0;
  z-index: 1101;
}