helpfarm-success.wxss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .bg {
  2. position: relative;
  3. }
  4. .t-top {
  5. height: 435rpx;
  6. width: 100%;
  7. background: -webkit-linear-gradient(#eab86a, #ff8678, #ff9e88);
  8. background: -o-linear-gradient(#eab86a, #ff8678, #ff9e88);
  9. background: -moz-linear-gradient(#eab86a, #ff8678, #ff9e88);
  10. background: linear-gradient(#eab86a, #ff8678, #ff9e88);
  11. overflow: hidden;
  12. }
  13. .t-img {
  14. width: 203rpx;
  15. height: 203rpx;
  16. display: block;
  17. margin: 70rpx auto 30rpx;
  18. }
  19. .t-text {
  20. color: #fff;
  21. font-size: 32rpx;
  22. text-align: center;
  23. }
  24. .t-center {
  25. width: 708rpx;
  26. background: #f9f3f2;
  27. border-radius: 15rpx;
  28. position: absolute;
  29. left: 50%;
  30. transform: translate(-50%);
  31. top: 390rpx;
  32. box-sizing: border-box;
  33. padding: 30rpx 20rpx 30rpx;
  34. }
  35. .center-text {
  36. font-size: 36rpx;
  37. text-align: center;
  38. font-weight: 600;
  39. color: #7d615d;
  40. padding-bottom: 40rpx;
  41. }
  42. .center-text1 {
  43. color: #7d615d;
  44. font-size: 30rpx;
  45. }
  46. .center-part {
  47. height: 50rpx;
  48. border-bottom: 1rpx solid #e7d2cf;
  49. margin-bottom: 30rpx;
  50. }
  51. .center-btn {
  52. height: 70rpx;
  53. width: 162rpx;
  54. background: -webkit-linear-gradient(left,#fe5a59, #ff8375, #ff9c86);
  55. background: -o-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  56. background: -moz-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  57. background: linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  58. border-radius: 50rpx;
  59. color: #fff;
  60. text-align: center;
  61. line-height: 70rpx;
  62. font-size: 28rpx;
  63. position: absolute;
  64. right: 20rpx;
  65. top: 100rpx;
  66. }
  67. .center-btn1 {
  68. color: #fff;
  69. text-align: center;
  70. font-size: 30rpx;
  71. height: 88rpx;
  72. line-height: 88rpx;
  73. width: 662rpx;
  74. border-radius: 50rpx;
  75. background: -webkit-linear-gradient(left,#fe5a59, #ff8375, #ff9c86);
  76. background: -o-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  77. background: -moz-linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  78. background: linear-gradient(right,#fe5a59, #ff8375, #ff9c86);
  79. margin-top: 20rpx;
  80. }
  81. .backhome {
  82. width: 232rpx;
  83. height: 84rpx;
  84. border: 1rpx solid #cccccc;
  85. font-size: 28rpx;
  86. text-align: center;
  87. line-height: 84rpx;
  88. color: #999999;
  89. margin: 630rpx auto 0;
  90. border-radius: 50rpx;
  91. }