securityCheck.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .container {
  2. padding: 20rpx;
  3. background-color: #f5f5f5;
  4. }
  5. .header {
  6. font-size: 36rpx;
  7. font-weight: bold;
  8. color: #333;
  9. padding: 20rpx 0;
  10. text-align: center;
  11. }
  12. .content {
  13. margin-top: 20rpx;
  14. }
  15. .card {
  16. background-color: #fff;
  17. border-radius: 16rpx;
  18. margin-bottom: 20rpx;
  19. box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
  20. overflow: hidden;
  21. padding: 20rpx;
  22. }
  23. .notice-title {
  24. font-size: 32rpx;
  25. font-weight: bold;
  26. color: #333;
  27. margin-bottom: 20rpx;
  28. }
  29. .notice-info {
  30. display: flex;
  31. justify-content: space-between;
  32. font-size: 24rpx;
  33. color: #999;
  34. margin-bottom: 20rpx;
  35. }
  36. .dock-photo {
  37. width: 100%;
  38. height: 400rpx;
  39. border-radius: 8rpx;
  40. margin-bottom: 20rpx;
  41. }
  42. .notice-content {
  43. font-size: 28rpx;
  44. color: #666;
  45. line-height: 1.6;
  46. margin-bottom: 30rpx;
  47. text-align: justify;
  48. }
  49. .contact-section {
  50. margin-bottom: 20rpx;
  51. }
  52. .contact-info {
  53. font-size: 28rpx;
  54. color: #333;
  55. margin-bottom: 20rpx;
  56. display: block;
  57. }
  58. .contact-btn {
  59. background-color: #1aad19;
  60. color: #fff;
  61. font-size: 28rpx;
  62. margin-bottom: 20rpx;
  63. }
  64. .share-btn {
  65. background-color: #576b95;
  66. color: #fff;
  67. font-size: 28rpx;
  68. }
  69. .contact-btn::after,
  70. .share-btn::after {
  71. border: none;
  72. }