抖音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.

110 lines
1.8 KiB

  1. page {
  2. background: #f6f6f8;
  3. height: 100%;
  4. }
  5. .content {
  6. width: 630rpx;
  7. border-radius: 20rpx;
  8. background: #fff;
  9. margin: 60rpx auto 68rpx;
  10. padding-bottom: 67rpx;
  11. }
  12. .cBox {
  13. display: flex;
  14. }
  15. .image {
  16. width: 70rpx;
  17. height: 70rpx;
  18. float: left;
  19. }
  20. .tick {
  21. width: 70rpx;
  22. height: 70rpx;
  23. margin-left: 189rpx;
  24. margin-top: 73rpx;
  25. margin-bottom: 21rpx;
  26. }
  27. .txt1 {
  28. display: block;
  29. font-size: 40rpx;
  30. font-family: PingFang-SC-Bold;
  31. font-weight: Bold;
  32. margin-left: 26rpx;
  33. margin-top: 85rpx;
  34. }
  35. .txt2 {
  36. display: block;
  37. width: 100%;
  38. margin-left: 208rpx;
  39. margin-bottom: 85rpx;
  40. color: #333333;
  41. font-size: 28rpx;
  42. }
  43. .txt3{
  44. color: #000;
  45. font-weight: Regular;
  46. }
  47. .txt4 {
  48. display: block;
  49. width: 100%;
  50. margin-left: 208rpx;
  51. color: #333333;
  52. font-size: 28rpx;
  53. }
  54. .txt5 {
  55. display: block;
  56. width: 100%;
  57. margin-left: 208rpx;
  58. margin-bottom: 85rpx;
  59. color: #333333;
  60. font-size: 28rpx;
  61. }
  62. .bBox {
  63. display: flex;
  64. }
  65. .goOn {
  66. display: block;
  67. width: 300rpx;
  68. height: 90rpx;
  69. line-height: 90rpx;
  70. margin: 15rpx auto 0;
  71. font-size: 32rpx;
  72. color: #fff;
  73. text-align: center;
  74. background: rgba(81, 160, 252, 1);
  75. border-radius: 100rpx;
  76. margin-left: 60rpx;
  77. }
  78. .goBack {
  79. display: block;
  80. width: 300rpx;
  81. height: 90rpx;
  82. line-height: 90rpx;
  83. margin: 15rpx auto 0;
  84. font-size: 32rpx;
  85. color: #333;
  86. text-align: center;
  87. background: #fff;
  88. border-radius: 45rpx;
  89. border: 1rpx solid #d2d2d2;
  90. margin-right: 60rpx;
  91. }
  92. .title{
  93. margin: 0 auto;
  94. text-align: center;
  95. display: block;
  96. color: #333333;
  97. font-size: 28rpx;
  98. }