util.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ::v-deep .pinyin{
  2. font-size:2rem;
  3. color:red!important;
  4. }
  5. ::v-deep .pinyin span{
  6. display:inline-block;
  7. float:left;
  8. text-align: center;
  9. line-height: 30rpx;
  10. color: red!important;
  11. }
  12. ::v-deep .pinyin sup{
  13. font-size:13rpx;
  14. display:block;
  15. padding: 0 5rpx;
  16. line-height: 20rpx;
  17. color: white!important;
  18. }
  19. ::v-deep sup{
  20. font-size: 24rpx!important;
  21. line-height: 24rpx!important;
  22. border-radius: 5rpx;
  23. // background-color: white !important;
  24. color: red!important;
  25. }
  26. ::v-deep ._span{
  27. color: black;
  28. display: flex;
  29. flex-direction: column;
  30. justify-content: center;
  31. align-items: center;
  32. margin-left: 0!important;
  33. margin: 10rpx 8rpx;
  34. }
  35. ::v-deep ._span:first-child{
  36. // margin-left:2rem!important;
  37. margin-left:90rpx!important;
  38. }
  39. ::v-deep ._{
  40. display: flex;
  41. flex-wrap: wrap;
  42. text-align: justify;
  43. // justify-content: space-between;
  44. }
  45. ::v-deep ._img{
  46. height: 600rpx!important;
  47. // height: auto!important;
  48. // min-height: 600rpx!important;
  49. display: block!important;
  50. width: 100%!important;
  51. border-radius: 30rpx;
  52. // aspect-ratio: 1/1!important;
  53. }