Commit 8fec998a authored by liuqing's avatar liuqing

五角场

parent 37c55989
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
#00deff 100%); #00deff 100%);
border-image-slice: 1; border-image-slice: 1;
opacity: 0.84; opacity: 0.84;
margin: 0.5rem 0; margin: 0.4rem 0;
} }
.box_map.bot::before{ .box_map.bot::before{
content: ''; content: '';
position: absolute; position: absolute;
top: 50%; top: 48%;
left: 53%; left: 57%;
height: 0.4rem; height: 0.4rem;
width: 0.5rem; width: 0.5rem;
background: url(./static/images/bot_icon.png) no-repeat; background: url(./static/images/bot_icon.png) no-repeat;
...@@ -38,14 +38,14 @@ ...@@ -38,14 +38,14 @@
content: ''; content: '';
position: absolute; position: absolute;
top: 1.5rem; top: 1.5rem;
left: 53%; left: 57%;
height: 0.4rem; height: 0.4rem;
width: 0.5rem; width: 0.5rem;
background: url(./static/images/top_icon.png) no-repeat; background: url(./static/images/top_icon.png) no-repeat;
transform: translateX(-50%); transform: translateX(-50%);
} }
.box_title{ .box_title{
padding: 0 0.1rem; padding: 0 0.2rem;
} }
.box_title img{ .box_title img{
width: 1rem !important; width: 1rem !important;
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
} }
.box_title span{ .box_title span{
font-size: 0.45rem; font-size: 0.45rem;
font-family: 'SourceHanSansCN-Regular';
} }
</style> </style>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment