@@ -128,6 +128,7 @@
line-height: 0;
}
.wenzhangCont {
+ width: 100%;
font-size: 34rpx;
margin: 30rpx 0;
@@ -232,13 +233,17 @@
width: 15vw;
height: 9vh;
border-radius: 50%;
- background-color: #007AFF;
position: absolute;
+ background-color: #F1F1F1;
right: 3%;
bottom: 3%;
font-size: 218%;
text-indent: -16%;
line-height: 190%;
+ border: none;
+ }
+ .likeBtn::after{
</style>