• Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:AceMeteor/CSS/feiqiu.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/User:AceMeteor/CSS/feiqiu.css?_=1}-
.dw{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.fei {
    display: flex;
    /*position: relative;*/
    position: absolute;
    border-radius: 50% / 50%;
    height: 100px;width: 100px;
    background: white;
    box-shadow:
    white -30px -5px 5px 5px, 
    white 30px -5px 5px 5px, 
    white 0px 5px 5px 0px,
    pink 30px -5px 1px 30px,
    pink -30px -5px 1px 30px,
    pink -15px -10px 1px 40px,
    pink 15px -10px 1px 40px,
    pink 0px 0px 0 28px;
}
.daimao {
    border-radius: 100% 0%;
    position: absolute;
    top: -90px;
    right: 2px;
    transform: rotate(-40deg);
    width: 60px;height: 30px;
    background-color: rgb(255, 164, 180);
}
 
.chi::after, .chi::before {
    position: absolute;
    display: block;
    content:'';
    background-color: pink;
    width: 45px;
    height: 52px;
}
.chi::after{
    transform: rotate(98deg);
    border-radius: 10% 20% 80% 20%;
    top: -5px;
    right: 155px;
    box-shadow: 
        pink 12px 2px 0 5px,
        pink 25px -15px 0 3px;
}
.chi::before{
    transform: rotate(-100deg);
    border-radius: 10% 20% 20% 90%; 
    top: -8px;
    right: -95px;
    box-shadow: 
    pink -10px 2px 0 5.5px,
    pink -25px -10px 0 3px;
}
 
.zui::after, .zui::before{
    position:absolute;
    content:'';
    display:block;
    top:70px;
    left:42px;
    width:25px;
    height:2.5px;
    border-radius: 40%;
    background-color:black;
}
.zui::after{
    transform: rotate(28deg);
}
.zui::before{
    transform: rotate(-28deg);
}
 
.yan::after, .yan::before {
    content:'';
    display:block;
    background-color: black;
    border-radius: 40%;
    position:absolute;
    width: 7px;
    height: 35px;
}
.yan::after {
    top: 20px;
    right: 5px;
    transform: rotate(-10deg);
}
.yan::before {
    top: 20px;
    right: 80px;
    transform: rotate(5deg);
}