registrationRecords.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. padding-bottom: 32rpx;
  8. }
  9. .card-box{
  10. background-color: #fff;
  11. border-radius: 28rpx;
  12. margin: 40rpx 32rpx;
  13. }
  14. .first-card{
  15. margin: 32rpx 32rpx 40rpx;
  16. }
  17. .card-top{
  18. display: flex;
  19. position: relative;
  20. height: 176.78rpx;
  21. }
  22. .card-title-box{
  23. padding: 30rpx 0 0 32rpx;
  24. }
  25. .card-title{
  26. font-weight: 600;
  27. font-size: 32rpx;
  28. color: #000000;
  29. line-height: 44rpx;
  30. margin-bottom: 10rpx;
  31. }
  32. .card-time{
  33. font-weight: 400;
  34. font-size: 24rpx;
  35. color: #B0B0B0;
  36. line-height: 34rpx;
  37. }
  38. .card-img{
  39. width: 176.78rpx;
  40. height: 176.78rpx;
  41. position: absolute;
  42. top: 0;
  43. right: 0;
  44. }
  45. .cell-box{
  46. padding: 0 32rpx 22rpx;
  47. }
  48. .van-cell{
  49. padding: 32rpx 0 !important;
  50. border-bottom: 1px solid #EDEDED;
  51. }
  52. .van-cell__title{
  53. font-family: PingFangSC, PingFang SC;
  54. font-weight: 400 !important;
  55. font-size: 28rpx !important;
  56. color: #6F6F6F !important;
  57. line-height: 40rpx;
  58. }
  59. .van-cell__value{
  60. font-family: PingFangSC, PingFang SC;
  61. font-weight: 500 !important;
  62. font-size: 28rpx !important;
  63. color: #000000 !important;
  64. line-height: 40rpx;
  65. }
  66. .cell-list{
  67. border-bottom: 0 !important;
  68. }
  69. .loading{
  70. color: #969799;
  71. font-size:24rpx;
  72. text-align: center;
  73. padding-bottom: 32rpx;
  74. }