dossier.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. page {
  2. background: #F7F8FA;
  3. }
  4. .list {
  5. background: #FFFFFF;
  6. }
  7. .list .item {
  8. height: 108rpx;
  9. padding: 0 30rpx;
  10. box-sizing: border-box;
  11. }
  12. .list .item text {
  13. font-size: 32rpx;
  14. display: inline-flex;
  15. }
  16. .list .item .title {
  17. font-size: 32rpx;
  18. font-family: PingFangSC-Regular, PingFang SC;
  19. font-weight: 400;
  20. color: #333333;
  21. line-height: 44rpx;
  22. width: 168rpx;
  23. }
  24. .list .top-container {
  25. height: 304rpx;
  26. width: 100%;
  27. display: flex;
  28. flex-direction: column;
  29. justify-content: center;
  30. align-items: center;
  31. border-bottom: 20rpx solid #F7F8FA;
  32. }
  33. .list .top-container .avatar {
  34. width: 160rpx;
  35. height: 160rpx;
  36. border-radius: 50%;
  37. background: #EDEDED;
  38. }
  39. .list .top-container text {
  40. height: 44rpx;
  41. font-size: 32rpx;
  42. font-family: PingFangSC-Medium, PingFang SC;
  43. font-weight: 500;
  44. color: #333333;
  45. line-height: 44rpx;
  46. margin-top: 20rpx;
  47. }
  48. .icon-right {
  49. width: 24rpx;
  50. height: 24rpx;
  51. }
  52. .use-popup {
  53. width: 558rpx;
  54. height: 508rpx;
  55. background: #FFFFFF;
  56. border-radius: 40rpx;
  57. justify-content: center;
  58. /* justify-content: space-evenly; */
  59. }
  60. /* .use-popup .red {
  61. font-size: 24rpx;
  62. font-family: PingFangSC-Regular, PingFang SC;
  63. font-weight: 400;
  64. color: #E95564;
  65. } */
  66. .use-btn .btn {
  67. /* width: 208rpx; */
  68. height: 92rpx;
  69. margin: 0 48rpx;
  70. font-size: 36rpx;
  71. color: #FA7D22;
  72. border-radius: 52rpx;
  73. border: 2rpx solid #FA7D22;
  74. }
  75. .use-btn .confirm {
  76. margin-top: 28rpx;
  77. /* margin-left: 46rpx; */
  78. background-color: #FA7D22;
  79. color: #fff;
  80. }