C端小程序
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.

63 lines
933 B

  1. .success text{
  2. display: block;
  3. text-align: center;
  4. }
  5. .tit{
  6. font-size: 40rpx;
  7. font-weight:bold;
  8. }
  9. .mess{
  10. margin-top: 40rpx;
  11. font-size: 30rpx;
  12. }
  13. .fl{
  14. float: left;
  15. }
  16. .fr{
  17. float: right;
  18. }
  19. .btns {
  20. padding-bottom: 37rpx;
  21. padding-top: 37rpx;
  22. z-index: 100;
  23. background: #fff;
  24. width: 625rpx;
  25. margin:100rpx auto 0;
  26. }
  27. .success{
  28. margin-top: 200rpx;
  29. }
  30. .btns > button {
  31. width: 277rpx;
  32. height: 95rpx;
  33. border-radius: 10rpx;
  34. text-align: center;
  35. }
  36. .btns .fl {
  37. margin-left: 20rpx;
  38. color: #fff;
  39. background: rgba(255, 169, 2, 1);
  40. box-shadow: 0px 8px 8px 1px rgba(255, 169, 2, 0.32);
  41. }
  42. .btns .fl text {
  43. display: block;
  44. font-size: 30rpx;
  45. line-height: 34rpx;
  46. }
  47. .btns .fl text:nth-of-type(1) {
  48. margin-top: 12rpx;
  49. }
  50. .btns .fr {
  51. font-size: 30rpx;
  52. color: #fff;
  53. margin-right: 20rpx;
  54. line-height: 95rpx;
  55. background: rgba(236, 59, 45, 1);
  56. box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32);
  57. }