index.acss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .zyh_card2-index {
  2. display: block;
  3. height: initial;
  4. }
  5. /* components/zyh_card/zyh_card.wxss */
  6. @import "../../styles/index.acss";
  7. .zyh_card2-index .title {
  8. height: 90rpx;
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. padding: 0 24rpx;
  13. color: #a8aebe;
  14. font-size: 26rpx;
  15. }
  16. /* 分割线 */
  17. .zyh_card2-index .cut-line {
  18. border-top: 1rpx solid #f3f4f5;
  19. }
  20. /* 内容栏 */
  21. .zyh_card2-index .content {
  22. position: relative;
  23. padding: 32rpx 24rpx;
  24. display: flex;
  25. justify-content: flex-start;
  26. align-items: flex-start;
  27. flex-direction: column;
  28. }
  29. .zyh_card2-index .content > .name {
  30. font-size: 28rpx;
  31. font-weight: 400;
  32. line-height: 50rpx;
  33. color: #464d66;
  34. }
  35. .zyh_card2-index .content > .phone {
  36. font-size: 30rpx;
  37. font-weight: 400;
  38. color: #606266;
  39. margin-top: 10rpx;
  40. }
  41. .zyh_card2-index .content > .code {
  42. font-size: 26rpx;
  43. font-weight: 400;
  44. color: #b0b3b9;
  45. margin-top: 18rpx;
  46. }
  47. .zyh_card2-index .content > .photo {
  48. position: absolute;
  49. font-weight: 400;
  50. width: 100rpx;
  51. height: 100rpx;
  52. border-radius: 32rpx;
  53. right: 24rpx;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. color: white;
  58. font-size: 30rpx;
  59. font-weight: 500;
  60. }
  61. .zyh_card2-index .wait {
  62. background: linear-gradient(153.73deg, #efd4d9 4.88%, #fb868d 79.63%);
  63. }
  64. .zyh_card2-index .pass {
  65. background: linear-gradient(153.73deg, #ccdef4 4.88%, #74a7f3 79.63%);
  66. }
  67. .zyh_card2-index .reject {
  68. background: linear-gradient(158.33deg, #dfe5ed 4.2%, #a7b5cb 77.65%);
  69. }
  70. .zyh_card2-index .entrance {
  71. background: linear-gradient(153.73deg, #cce8f4 4.88%, #76c4f0 79.63%);
  72. }