isAgree.wxss 586 B

1234567891011121314151617181920212223242526272829
  1. /* pages/isAgree/isAgree.wxss */
  2. .p2{
  3. width: 300rpx;
  4. height: 80rpx;
  5. line-height: 80rpx;
  6. /* margin-top: 35rpx; */
  7. border-radius: 35rpx;
  8. /* margin-left: 75rpx; */
  9. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  10. color: white;
  11. text-align: center;
  12. position: absolute;
  13. top: 705rpx;
  14. left: 225rpx;
  15. }
  16. .p3{
  17. width: 300rpx;
  18. height: 80rpx;
  19. line-height: 80rpx;
  20. /* margin-top: 35rpx; */
  21. border-radius: 35rpx;
  22. /* margin-left: 75rpx; */
  23. background: #dcdcdc;
  24. color: #666666;
  25. text-align: center;
  26. position: absolute;
  27. top: 815rpx;
  28. left: 225rpx;
  29. }