index.acss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .home {
  2. padding: 30rpx;
  3. }
  4. .home-content {
  5. height: 1020rpx;
  6. border-radius: 20rpx;
  7. margin-bottom: 30rpx;
  8. padding: 30rpx 20rpx;
  9. background-color: #fff;
  10. /* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.10)); */
  11. }
  12. .home-content-title {
  13. font-size: 34rpx;
  14. font-weight: 700;
  15. line-height: 50rpx;
  16. margin-bottom: 20rpx;
  17. }
  18. .home-content-text {
  19. font-size: 27rpx;
  20. font-weight: 400;
  21. line-height: 40rpx;
  22. color: #808393;
  23. }
  24. .home-info {
  25. padding: 50rpx 35rpx;
  26. }
  27. .home-info-item {
  28. height: 138rpx;
  29. text-align: left;
  30. border-bottom: 1px solid #f4f4f4;
  31. margin-bottom: 20rpx;
  32. position: relative;
  33. padding: 0;
  34. }
  35. .home-info-item1 {
  36. height: 280rpx !important;
  37. }
  38. .home-info-item-tit {
  39. margin-bottom: 10rpx;
  40. font-size: 32rpx;
  41. font-weight: 500;
  42. color: #333;
  43. }
  44. input {
  45. width: 500rpx;
  46. height: 80rpx;
  47. background-color: #fff;
  48. padding: 0rpx;
  49. }
  50. .home-btn-area {
  51. margin-top: 40rpx;
  52. }
  53. .home-btn-area1 {
  54. margin-top: -5rpx !important;
  55. }
  56. .home-btn-area button {
  57. color: #fff;
  58. height: 96rpx;
  59. line-height: 96rpx;
  60. background-color: #4065FB;
  61. border-radius: 10rpx;
  62. }
  63. .home-content-text1 {
  64. margin-top: 40rpx;
  65. }
  66. .home-info-img {
  67. width: 150rpx;
  68. height: 150rpx;
  69. /* text-align: right; */
  70. display: inline-block;
  71. }
  72. .have-photo>image {
  73. width: 150rpx;
  74. height: 150rpx;
  75. }
  76. .default-photo {
  77. line-height: 160rpx;
  78. text-align: center;
  79. background: #F7F8FC;
  80. }