/* pages/isAgree/isAgree.wxss */ .p2{ width: 300rpx; height: 80rpx; line-height: 80rpx; /* margin-top: 35rpx; */ border-radius: 35rpx; /* margin-left: 75rpx; */ background: -webkit-linear-gradient(left, #bd64ff, #8873ff); color: white; text-align: center; position: absolute; top: 705rpx; left: 225rpx; } .p3{ width: 300rpx; height: 80rpx; line-height: 80rpx; /* margin-top: 35rpx; */ border-radius: 35rpx; /* margin-left: 75rpx; */ background: #dcdcdc; color: #666666; text-align: center; position: absolute; top: 815rpx; left: 225rpx; }