/* pages/siteAdd/siteAdd.wxss */ .itemBox{ overflow: hidden; width: 96%; margin: 20rpx auto; } .title{ float: left; height: 80rpx; width: 20%; line-height: 80rpx; } .inputBox{ float: left; height: 70rpx; width: 70%; border: rgba(0, 0, 0, 0.3) 1rpx solid; border-radius: 10rpx; margin: 5rpx 10rpx; } .text{ width: 80%; height: 70rpx; line-height: 70rpx; margin: 0 auto; } .tacitly{ width: 90%; height: 80rpx; line-height: 80rpx; /* border: rgba(0, 0, 0, 0.3) 1rpx solid; */ /* border-radius: 10rpx; */ margin: 50rpx auto; overflow: hidden; } .sez{ line-height: 80rpx; float: left; margin-left: 20rpx; } .switchBox{ float: right; } .add{ width: 80%; height: 60rpx; text-align: center; line-height: 60rpx; background-color: #FD832D; color: #fff; margin-top: 200rpx; margin-left: auto; margin-right: auto; border-radius: 12rpx; } .dle{ width: 80%; height: 60rpx; text-align: center; line-height: 60rpx; background-color: red; color: #fff; margin-top: 40rpx; margin-left: auto; margin-right: auto; border-radius: 12rpx; }