|
@@ -16,7 +16,7 @@ body {
|
|
|
right: 0;
|
|
|
left: 0;
|
|
|
margin: 0 auto;
|
|
|
- background: #fff;
|
|
|
+ /*background: #fff;*/
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
#mineScroll div .user .user-image img{
|
|
@@ -242,6 +242,18 @@ body {
|
|
|
height: 60px;
|
|
|
}
|
|
|
}
|
|
|
+@media(min-width:375px){
|
|
|
+ #mineScroll div .user .user-name{
|
|
|
+ top:8rem;
|
|
|
+ font-size: 1.1rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media(min-width:414px){
|
|
|
+ #mineScroll div .user .user-name{
|
|
|
+ top:9rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
@media (min-width: 768px) {
|