share.wxss 413 B

1234567891011121314151617181920
  1. #sunbmit {
  2. width: 300rpx;
  3. background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
  4. color: #fff;
  5. height: 80rpx !important;
  6. line-height: 50rpx !important;
  7. border-radius: 50rpx !important;
  8. font-weight: normal !important;
  9. margin: 0rpx 235rpx;
  10. font-size: 30rpx;
  11. }
  12. .wz {
  13. color:#999;
  14. font-size: 28rpx;
  15. /* padding: 50rpx; */
  16. text-indent: 56rpx;
  17. text-align: center;
  18. line-height: 50rpx;
  19. }