index.scss 960 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. page {
  2. background: #ededed;
  3. }
  4. .container {
  5. padding-bottom: 160rpx;
  6. .content{
  7. .topIcon{
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. margin-top: 250rpx;
  12. margin-bottom: 200rpx;
  13. justify-content: center;
  14. image{
  15. width: 100rpx;
  16. height: 100rpx;
  17. border-radius: 50%;
  18. }
  19. .txt{
  20. margin-top: 50rpx;
  21. font-size: 34rpx;
  22. color:#26B3A0 ;
  23. }
  24. }
  25. .btn{
  26. width:90%;
  27. background: #26B3A0;
  28. height: 100rpx;
  29. border-radius: 20rpx;
  30. font-size: 30rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. color: #fff;
  35. // font-weight: 600;
  36. margin-left: 50%;
  37. transform: translateX(-50%);
  38. }
  39. }
  40. }
  41. .res{
  42. padding-left: 60rpx;
  43. padding-right: 30rpx;
  44. word-break: break-all;
  45. word-wrap: break-word;
  46. margin-top: 30rpx;
  47. .inner{
  48. margin-bottom: 20rpx;
  49. // text-decoration: underline;
  50. font-size: 34rpx;
  51. }
  52. }