123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ::v-deep .pinyin{
- font-size:2rem;
- color:red!important;
- }
- ::v-deep .pinyin span{
- display:inline-block;
- float:left;
- text-align: center;
- line-height: 30rpx;
-
- color: red!important;
- }
- ::v-deep .pinyin sup{
- font-size:13rpx;
- display:block;
- padding: 0 5rpx;
- line-height: 20rpx;
- color: white!important;
- }
- ::v-deep sup{
- font-size: 24rpx!important;
- line-height: 24rpx!important;
- border-radius: 5rpx;
- // background-color: white !important;
- color: red!important;
- }
-
- ::v-deep ._span{
- color: black;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-left: 0!important;
- margin: 10rpx 8rpx;
- }
- ::v-deep ._span:first-child{
-
- // margin-left:2rem!important;
- margin-left:90rpx!important;
- }
-
- ::v-deep ._{
- display: flex;
- flex-wrap: wrap;
- text-align: justify;
- // justify-content: space-between;
- }
-
- ::v-deep ._img{
- height: 600rpx!important;
- // height: auto!important;
- // min-height: 600rpx!important;
- display: block!important;
- width: 100%!important;
- border-radius: 30rpx;
-
- // aspect-ratio: 1/1!important;
- }
|