dossier.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. page {
  2. background: #fff;
  3. }
  4. .list .item {
  5. height: 192rpx;
  6. padding: 0 30rpx;
  7. box-sizing: border-box;
  8. border-bottom: 2rpx solid #EEEEEE;
  9. }
  10. .list .item text {
  11. font-size: 36rpx;
  12. }
  13. .list .item .title {
  14. color: #999;
  15. font-size: 28rpx;
  16. margin-bottom: 22rpx;
  17. }
  18. .list .item .avatar {
  19. width: 116rpx;
  20. height: 116rpx;
  21. border-radius: 50%;
  22. background: #EDEDED;
  23. border: 2rpx solid #979797;
  24. }
  25. .icon-right {
  26. width: 48rpx;
  27. height: 48rpx;
  28. }
  29. .use-popup {
  30. width: 558rpx;
  31. height: 508rpx;
  32. background: #FFFFFF;
  33. border-radius: 40rpx;
  34. justify-content: center;
  35. /* justify-content: space-evenly; */
  36. }
  37. /* .use-popup .red {
  38. font-size: 24rpx;
  39. font-family: PingFangSC-Regular, PingFang SC;
  40. font-weight: 400;
  41. color: #E95564;
  42. } */
  43. .use-btn .btn {
  44. /* width: 208rpx; */
  45. height: 92rpx;
  46. margin: 0 48rpx;
  47. font-size: 36rpx;
  48. color: #FF77B0;
  49. border-radius: 52rpx;
  50. border: 2rpx solid #FF77B0;
  51. }
  52. .use-btn .confirm {
  53. margin-top: 28rpx;
  54. /* margin-left: 46rpx; */
  55. background-color: #FF77B0;
  56. color: #fff;
  57. }