C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

71 lignes
1.1 KiB

  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. .goback{
  20. width:400rpx!important;
  21. height:80rpx;
  22. line-height: 80rpx;
  23. border-radius:10rpx;
  24. background: orange;
  25. color: #fff;
  26. font-size: 32rpx;
  27. margin-top: 20rpx;
  28. }
  29. .btns {
  30. padding-bottom: 37rpx;
  31. padding-top: 37rpx;
  32. z-index: 100;
  33. background: #fff;
  34. width: 625rpx;
  35. margin:100rpx auto 0;
  36. }
  37. .success{
  38. margin-top: 200rpx;
  39. }
  40. .btns > button {
  41. width: 277rpx;
  42. height: 95rpx;
  43. border-radius: 10rpx;
  44. text-align: center;
  45. }
  46. .btns .fl {
  47. margin-left: 20rpx;
  48. color: #fff;
  49. background: rgba(255, 169, 2, 1);
  50. box-shadow: 0px 8px 8px 1px rgba(255, 169, 2, 0.32);
  51. }
  52. .btns .fl text {
  53. display: block;
  54. font-size: 30rpx;
  55. line-height: 34rpx;
  56. }
  57. .btns .fl text:nth-of-type(1) {
  58. margin-top: 12rpx;
  59. }
  60. .btns .fr {
  61. font-size: 30rpx;
  62. color: #fff;
  63. margin-right: 20rpx;
  64. line-height: 95rpx;
  65. background: rgba(236, 59, 45, 1);
  66. box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32);
  67. }