dduploading.acss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. page {
  2. background: #F6F7F8;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .load-topbox{
  7. padding-top: 32rpx;
  8. }
  9. .load-topbox .adts {
  10. width: 95rpx;
  11. height: 72rpx;
  12. display: block;
  13. position: sticky;
  14. top: 0;
  15. left: 0;
  16. z-index: 10;
  17. }
  18. .load-topbox .dbicon {
  19. width: 86.47rpx;
  20. height: 47.3rpx;
  21. position: absolute;
  22. bottom: 0;
  23. right: 0;
  24. margin: 0;
  25. }
  26. .load-subject {
  27. width: 622rpx;
  28. height: 684rpx;
  29. background: #FFFFFF;
  30. box-shadow: 8rpx 8rpx 8rpx 0rpx rgba(220, 223, 226, 0.25);
  31. border-radius: 16rpx;
  32. margin: 0 auto;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. margin-bottom: 56rpx;
  37. }
  38. .load-subject image {
  39. width: 420rpx;
  40. height: 430rpx;
  41. }
  42. .load-text {
  43. display: block;
  44. width: 196rpx;
  45. height: 40rpx;
  46. font-size: 28rpx;
  47. font-family: PingFangSC-Regular, PingFang SC;
  48. font-weight: 400;
  49. color: #303030;
  50. line-height: 40rpx;
  51. margin: 0 auto;
  52. }
  53. .load-topbox button {
  54. width: 688rpx;
  55. height: 120rpx;
  56. background: linear-gradient(180deg, #2B91F7 0%, #007AFF 100%);
  57. border-radius: 22rpx;
  58. margin: 0 auto;
  59. margin-top: 150rpx;
  60. }
  61. .load-buttontext {
  62. width: 80rpx;
  63. height: 56rpx;
  64. font-size: 40rpx;
  65. font-family: PingFangSC-Medium, PingFang SC;
  66. font-weight: 500;
  67. color: #FFFFFF;
  68. line-height: 120rpx;
  69. }
  70. .load-rahmen {
  71. width: 558rpx;
  72. height: 588rpx;
  73. background-image: url(/pages/image/rahmen.png);
  74. background-size: 100% 100%;
  75. display: flex;
  76. justify-content: center;
  77. }
  78. .load-rahmen image{
  79. width: 398rpx;
  80. height: 484rpx;
  81. margin-top: 52rpx;
  82. }