1234567891011121314151617181920212223242526272829 |
- /* 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;
- }
|