sign.wxss 422 B

1234567891011121314151617181920212223
  1. .img1{
  2. width: 524rpx;
  3. height: 524rpx;
  4. margin:0rpx 113rpx
  5. }
  6. .img2{
  7. position: fixed;
  8. bottom: 0;
  9. left: 0;
  10. width: 750rpx;
  11. height: 300rpx;
  12. }
  13. #go{
  14. width:500rpx;
  15. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  16. color: #fff;
  17. height: 90rpx!important;
  18. line-height: 60rpx!important;
  19. border-radius: 50rpx!important;
  20. font-weight: normal!important;
  21. margin: 75rpx 125rpx;
  22. font-size: 30rpx;
  23. }