activation.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .container-view {
  2. min-height: 100vh;
  3. }
  4. .return-info {
  5. padding: 32rpx;
  6. margin-bottom: 16rpx;
  7. width: 710rpx;
  8. margin: auto;
  9. background-color: #ffffff;
  10. border-radius: 32rpx;
  11. margin-top: 20rpx;
  12. }
  13. .return-info .h5{
  14. font-size: 32rpx;
  15. color: #333;
  16. font-weight: bold;
  17. margin-bottom: 20rpx;
  18. }
  19. .return-info .img {
  20. width: 125rpx;
  21. height: 125rpx;
  22. border-radius: 16rpx;
  23. overflow: hidden;
  24. }
  25. .return-top > view:nth-of-type(1) {
  26. color: #333;
  27. font-size: 28rpx;
  28. margin-bottom: 16rpx;
  29. }
  30. .return-top > view:nth-of-type(2) {
  31. color: #5E6F90;
  32. background-color: #F3F8FF;
  33. border-radius: 40rpx;
  34. padding-top: 12rpx;
  35. padding-bottom: 12rpx;
  36. width: 208rpx;
  37. text-align: center;
  38. }
  39. .pictures-info {
  40. background-color: #ffffff;
  41. padding: 40rpx 32rpx 32rpx;
  42. width: 710rpx;
  43. margin: auto;
  44. margin-top: 20rpx;
  45. border-radius: 32rpx;
  46. }
  47. .pictures-info > view:nth-of-type(1) {
  48. color: #333;
  49. font-size: 32rpx;
  50. margin-bottom: 20rpx;
  51. }
  52. .pictures-btn {
  53. color: #FFFFFF;
  54. font-size: 32rpx;
  55. background: #060809;
  56. border-radius: 44rpx;
  57. padding-top: 28rpx;
  58. padding-bottom: 28rpx;
  59. width: 100%;
  60. text-align: center;
  61. margin-top: 22rpx;
  62. }