page{ display: block; width: 100%; height: 100%; overflow: auto; background: #F6F6F6; padding-top:30rpx; box-sizing:border-box; } .everycustomerbox{ display: block; width:690rpx; margin: 0 auto 30rpx; background: #FFFFFF; box-shadow: 0px 2rpx 9rpx rgba(0, 0, 0, 0.09); border-radius: 18rpx; padding:20rpx 28rpx; box-sizing:border-box; } .headimg{ display: block; width: 118rpx; height:118rpx; border-radius: 50%; margin-right:30rpx; } .unsurebox{ width: 118rpx; height:50rpx; border: 1rpx solid #28A1FF; border-radius: 10rpx; color:#28A1FF; line-height: 48rpx; position:relative; top:34rpx; } .customername{ width: 360rpx; } .received{ width: 118rpx; height:50rpx; border: 1rpx solid #cccccc; border-radius: 10rpx; color:#cccccc; line-height: 48rpx; position:relative; top:34rpx; }