index.wxss 738B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. page{
  2. height: 100%;
  3. }
  4. .cInputBox{
  5. padding: 20rpx 30rpx;
  6. box-sizing: border-box;
  7. width: 100%;
  8. background-color: #fff;
  9. }
  10. .cInput{
  11. height: 48rpx;
  12. line-height: 48rpx;
  13. font-size: 28rpx;
  14. color: #333;
  15. background-color: #fff;
  16. }
  17. .userBinding{
  18. height: 100%;
  19. background: #f7f7f7;
  20. }
  21. .marginTop{
  22. margin-top: 20rpx;
  23. }
  24. .send{
  25. color: #01BD5D;
  26. font-size: 30rpx;
  27. background: #FFFFFF;
  28. }
  29. button::after {
  30. border: none;
  31. }
  32. .bind{
  33. width: 690rpx;
  34. height: 90rpx;
  35. background: #D8D8D8;
  36. box-shadow: 0px 0px 24rpx 0px rgba(216, 216, 216, 0.4);
  37. border-radius: 45rpx;
  38. line-height: 90rpx;
  39. text-align: center;
  40. font-size: 36rpx;
  41. color: #FFFFFF;
  42. margin: 80rpx auto 0;
  43. }
  44. .bindActive{
  45. background: linear-gradient(-90deg, #01BD5D, #28D87D);
  46. }