registrationRecords.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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-family: PingFangSC, PingFang SC;
  27. font-weight: 600;
  28. font-size: 32rpx;
  29. color: #000000;
  30. line-height: 44rpx;
  31. margin-bottom: 10rpx;
  32. }
  33. .card-time{
  34. font-family: PingFangSC, PingFang SC;
  35. font-weight: 400;
  36. font-size: 24rpx;
  37. color: #B0B0B0;
  38. line-height: 34rpx;
  39. }
  40. .card-img{
  41. width: 176.78rpx;
  42. height: 176.78rpx;
  43. position: absolute;
  44. top: 0;
  45. right: 0;
  46. }
  47. .cell-box{
  48. padding: 0 32rpx 22rpx;
  49. }
  50. .van-cell{
  51. padding: 32rpx 0 !important;
  52. border-bottom: 1px solid #EDEDED;
  53. }
  54. .van-cell__title{
  55. font-family: PingFangSC, PingFang SC;
  56. font-weight: 400 !important;
  57. font-size: 28rpx !important;
  58. color: #6F6F6F !important;
  59. line-height: 40rpx;
  60. }
  61. .van-cell__value{
  62. font-family: PingFangSC, PingFang SC;
  63. font-weight: 500 !important;
  64. font-size: 28rpx !important;
  65. color: #000000 !important;
  66. line-height: 40rpx;
  67. }
  68. .cell-list{
  69. border-bottom: 0 !important;
  70. }
  71. .loading{
  72. color: #969799;
  73. font-size:24rpx;
  74. text-align: center;
  75. padding-bottom: 32rpx;
  76. }