/* pages/siteUser/siteUser.wxss */ page{ background-color: #eee; } .siteItem{ width: 88%; margin: 20rpx auto; border-radius: 10rpx; border: 1rpx #fff solid; overflow: hidden; background-color: #fff; } .siteBox{ float: left; width: 90%; } .region{ padding: 10rpx; } .detail{ color: #999; font-size: 26rpx } .phone{ color: #999; font-size: 26rpx } .updataImg{ float: right; width: 60rpx; height: 60rpx; background-color: #fac; margin-top: 50rpx; margin-right: 2rpx } .addSite{ background-color: #FD832D; color: #fff; width: 90%; text-align: center; height: 60rpx; border-radius: 100rpx; margin: 20rpx auto; line-height: 60rpx; }