activation.css 903 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .container-view {
  2. height: 100vh;
  3. background-color: #ffffff;
  4. }
  5. .return-info {
  6. padding: 40rpx 32rpx 32rpx;
  7. margin-bottom: 16rpx;
  8. }
  9. .return-info img {
  10. width: 125rpx;
  11. height: 125rpx;
  12. border-radius: 16rpx;
  13. }
  14. .return-top > view:nth-of-type(1) {
  15. color: #2A3A5A;
  16. font-size: 36rpx;
  17. margin-bottom: 16rpx;
  18. font-weight: bold;
  19. }
  20. .return-top > view:nth-of-type(2) {
  21. color: #5E6F90;
  22. background-color: #F3F8FF;
  23. border-radius: 40rpx;
  24. padding-top: 12rpx;
  25. padding-bottom: 12rpx;
  26. width: 208rpx;
  27. text-align: center;
  28. }
  29. .pictures-info {
  30. background-color: #ffffff;
  31. padding: 40rpx 32rpx 32rpx;
  32. }
  33. .pictures-info > view:nth-of-type(1) {
  34. color: #2A3A5A;
  35. font-size: 40rpx;
  36. margin-bottom: 20rpx;
  37. }
  38. .pictures-btn {
  39. color: #FFFFFF;
  40. font-size: 32rpx;
  41. background-color: #0074FF;
  42. border-radius: 44rpx;
  43. padding-top: 28rpx;
  44. padding-bottom: 28rpx;
  45. width: 100%;
  46. text-align: center;
  47. margin-top: 22rpx;
  48. }