User:Star0/styles.css:修订间差异

添加35字节 、​ 2021年8月4日 (星期三)
撤销Star0讨论)的版本32066
无编辑摘要
(撤销Star0讨论)的版本32066)
标签撤销
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
body {
.body {
background-color: #e4eff3;
background-color: #e4eff3;
}
height:1000px;
}




.box {
.box {
position: absolute;
position: absolute;
left: 50%;
left: 50%;
top: 400px;
top: 400px;
margin-left: -40%;
margin-left: -300px;
margin-top: -300px;
margin-top: -300px;
width: 80%;
width: 600px;
height: 600px;
height: 600px;
background: #ffffff;
background: #ffffff;
line-height: 72px;
line-height: 72px;
font-size: 36px;
font-size: 36px;
text-align: center;
text-align: center;


border-radius: 2%;
border-radius: 2%;






}
}


.circleImg {
.circleImg > img {
border-radius: 100%;
border-radius: 100%;
width: 100px;
width: 100px;
height: 100px;
height: 100px;


position: absolute;
position: absolute;
z-index: 2;
z-index: 2;
left: 50%;
left: 50%;
top: 102.5px;
top: 102.5px;
margin-left: -50px;
margin-left: -50px;
margin-top: -50px;
margin-top: -50px;


border-style: solid;
border-style: solid;
border-width: 2.5px;
border-width: 2.5px;
border-color: #FFFFFF;
border-color: #FFFFFF;
}
}
 
@media all and ( max-width: 720px ) {
 
.box{
width: 90%;
margin-left:-45%;
font-size: 32px;
}
 
.small {
font-size: 20px;
}
 
}