examlist.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .subtitle {
  2. font-weight: 400;
  3. font-size: 26rpx;
  4. }
  5. .tag-fill {
  6. background-color: #ff8caf;
  7. }
  8. .content_box {
  9. margin: 20rpx;
  10. padding: 0 20rpx;
  11. background-color: #f6f6f6;
  12. border-radius: 10rpx;
  13. }
  14. .content_box .title_box {
  15. position: relative;
  16. top: -20rpx;
  17. width: -webkit-fit-content;
  18. width: fit-content;
  19. height: 36rpx;
  20. border-radius: 6rpx;
  21. padding: 5rpx 20rpx;
  22. }
  23. .content_box .title_box .title_text {
  24. font-size: 25rpx;
  25. font-weight: bold;
  26. color: #FFF;
  27. }
  28. .content_box .content_detail {
  29. font-size: 30rpx;
  30. font-weight: bold;
  31. color: #303133;
  32. word-break: break-all;
  33. }
  34. .content_box .content_subtitle {
  35. font-size: 25rpx;
  36. font-weight: bold;
  37. color: #909399;
  38. }
  39. .flex_cloumn {
  40. margin: 140rpx 0 0 50rpx;
  41. height: 170rpx;
  42. justify-content: space-around;
  43. }
  44. .flex_cloumn .content_title {
  45. font-size: 40rpx;
  46. font-family: YSfont;
  47. color: #FFF;
  48. z-index: 2;
  49. text-shadow: 1px -1px 0px #c0c0c0, 2px -2px 0px #b0b0b0, 1px -1px 0px #a0a0a0, 2px -2px 0px #909090;
  50. }
  51. .flex_cloumn .content_subtitle {
  52. font-size: 40rpx;
  53. font-family: YSfont;
  54. color: #FFF;
  55. z-index: 2;
  56. }
  57. .cloumn {
  58. display: flex;
  59. flex-direction: column;
  60. margin: 20rpx 50rpx;
  61. }