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.

78 lines
1.1 KiB

  1. .success text{
  2. display: block;
  3. text-align: center;
  4. }
  5. .tit{
  6. font-size: 32rpx;
  7. font-weight:bold;
  8. color: #3C3C3C;
  9. }
  10. .mess{
  11. margin-top: 24rpx;
  12. font-size: 30rpx;
  13. color: #A6A6A6;
  14. }
  15. .fl{
  16. float: left;
  17. }
  18. .fr{
  19. float: right;
  20. }
  21. .title{
  22. font-size:28rpx;
  23. width:400rpx;
  24. margin:40rpx auto;
  25. border-radius:10rpx;
  26. text-align:center;
  27. color:#FD782D;
  28. padding: 8rpx 0;
  29. }
  30. .btns {
  31. padding-bottom: 37rpx;
  32. padding-top: 37rpx;
  33. z-index: 100;
  34. background: #fff;
  35. margin:100rpx auto 0;
  36. display: flex;
  37. flex-direction: column;
  38. }
  39. .success{
  40. margin-top: 100rpx;
  41. }
  42. .success image{
  43. height: 108rpx;
  44. width: 108rpx;
  45. margin: 0 auto;
  46. display: block;
  47. }
  48. .btns > button {
  49. width: 456rpx;
  50. height: 95rpx;
  51. border-radius: 32rpx;
  52. text-align: center;
  53. }
  54. .btns .fl {
  55. color: #fff;
  56. background: #E1E1E1;
  57. margin-top: 20rpx;
  58. }
  59. .btns .fl text {
  60. display: block;
  61. font-size: 30rpx;
  62. line-height: 34rpx;
  63. }
  64. .btns .fl text:nth-of-type(1) {
  65. margin-top: 12rpx;
  66. }
  67. .btns .fr {
  68. font-size: 30rpx;
  69. color: #fff;
  70. line-height: 95rpx;
  71. background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  72. }