Commit dfa7baea authored by rockyl's avatar rockyl

test.html

parent 443a33e1
......@@ -4,28 +4,31 @@
<meta charset="UTF-8">
<title>Title</title>
<script src="//yun.duiba.com.cn/js-libs/rem/1.1.0/rem.min.js"></script>
<style>
.poster{
position: relative;
}
.avatar{
border-radius: 100px;
border-radius: 1.00rem;
width: 5.20rem;
height: 4.40rem;
}
.ppp {
color: green;
font-size: 50px;
font-size: 0.50rem;
font-weight: bold;
position: absolute;
left: 10px;
top: 10px;
left: 0.10rem;
top: 0.10rem;
text-align: center;
width: 100px;
width: 1.00rem;
word-wrap: break-word;
}
</style>
</head>
<body>
<div style="margin-top: 100px"></div>
<div id="poster" class="poster">
<img class="avatar" src="//yun.duiba.com.cn/aurora/14e3d0fa0e1ff54553a2c8c094b1caffd90f0a43.png"/>
<p class="ppp">
......
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