filling.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @import url("../../style.less");
  2. page {
  3. background-color: #eef0f6;
  4. height: 100%;
  5. font-family: @ff-1;
  6. }
  7. .page {
  8. padding-bottom: 70rpx;
  9. padding-left: 40rpx;
  10. padding-right: 40rpx;
  11. padding-top: 120rpx;
  12. }
  13. .notice {
  14. background-color: @bgc-5;
  15. position: fixed;
  16. z-index: 999;
  17. top: 0;
  18. left: 0;
  19. width: 100%;
  20. padding: 20rpx 30rpx;
  21. // display: flex;
  22. text {
  23. font-size: 26rpx;
  24. color: @fc-14;
  25. margin-left: 10rpx;
  26. }
  27. }
  28. .credentials-container {
  29. display: flex;
  30. justify-content: space-between;
  31. flex-wrap: wrap;
  32. .credentials {
  33. width: 214rpx;
  34. height: 150rpx;
  35. margin-bottom: 60rpx;
  36. position: relative;
  37. .bg {
  38. width: 214rpx;
  39. height: 150rpx;
  40. display: block;
  41. border-radius: 10rpx;
  42. }
  43. .cover {
  44. position: absolute;
  45. left: 0;
  46. top: 0;
  47. width: 214rpx;
  48. height: 150rpx;
  49. .card {
  50. width: 46rpx;
  51. margin-top: 20rpx;
  52. margin-left: 25rpx;
  53. }
  54. .desc {
  55. display: block;
  56. font-size: 24rpx;
  57. color: #fff;
  58. margin-left: 25rpx;
  59. margin-top: 0rpx;
  60. line-height: 1;
  61. font-weight: bold;
  62. }
  63. .camera {
  64. border: none;
  65. background-color: @btnc-1;
  66. width: 70rpx;
  67. height: 70rpx;
  68. border-radius: 35rpx;
  69. margin-left: auto;
  70. margin-right: auto;
  71. margin-top: 15rpx;
  72. background-image: url(../static/filling/camera.png);
  73. background-size: 40rpx;
  74. background-repeat: no-repeat;
  75. background-position: 16rpx 15rpx;
  76. &:active {
  77. width: 70rpx;
  78. height: 70rpx;
  79. border-radius: 35rpx;
  80. background-color: @btnac-1;
  81. }
  82. }
  83. }
  84. }
  85. }
  86. .title {
  87. font-weight: bold;
  88. font-size: 32rpx;
  89. color: @fc-1;
  90. margin-top: 25rpx;
  91. margin-bottom: 25rpx;
  92. padding-left: 10rpx;
  93. }
  94. .list {
  95. border-radius: 20rpx;
  96. background-color: #fff;
  97. overflow: hidden;
  98. }
  99. .btn {
  100. background-color: @btnc-1;
  101. color: #fff;
  102. margin-top: 40rpx;
  103. border: none;
  104. padding-top: 8rpx;
  105. padding-bottom: 8rpx;
  106. &::after {
  107. border: none;
  108. }
  109. &:active {
  110. background-color: @btnac-1;
  111. }
  112. }
  113. .remark {
  114. color: @fc-3;
  115. font-size: 28rpx;
  116. margin-top: 30rpx;
  117. line-height: 1.7;
  118. bottom: 60rpx;
  119. }