抖音B端厂库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 line
835 B

  1. /* pages/scan/scan.wxss */
  2. page{
  3. background: #52A0FD;
  4. }
  5. .content{
  6. width: 588rpx;
  7. margin: 0 auto;
  8. background: #fff;
  9. border-radius:10rpx;
  10. padding-bottom: 100rpx;
  11. padding: 0 46rpx 46rpx;
  12. }
  13. .content image{
  14. width: 603rpx;
  15. margin: 48rpx auto 0;
  16. }
  17. button::after{ border: none; }
  18. .btn1{
  19. width: 550rpx;
  20. margin: 50rpx auto 0;
  21. background:#52A0FD;
  22. border:1px solid #52A0FD;
  23. border-radius:45rpx;
  24. color: #fff;
  25. font-weight:400;
  26. font-size:36rpx;
  27. box-shadow: 0 6px 20px 0 rgba(183, 216, 254, 1);
  28. }
  29. .btn2{
  30. width: 550rpx;
  31. margin: 50rpx auto 0;
  32. background:rgba(255,255,255,1);
  33. border:1px solid rgba(180,212,249,1);
  34. border-radius:45rpx;
  35. font-weight:400;
  36. font-size:36rpx;
  37. color:rgba(81,160,252,1);
  38. }
  39. .active{
  40. opacity: .6;
  41. }