first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=devic-wdith, initial-scale=1.0" />
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/quanju.css" />
<style>
@font-face {
font-family: 'iconfont'; /* project id 1584362 */
src: url('//at.alicdn.com/t/font_1584362_38u2h39vioe.eot');
src: url('//at.alicdn.com/t/font_1584362_38u2h39vioe.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1584362_38u2h39vioe.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1584362_38u2h39vioe.woff') format('woff'),
url('//at.alicdn.com/t/font_1584362_38u2h39vioe.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1584362_38u2h39vioe.svg#iconfont') format('svg');
}
html{
min-height: 100vh;
background: #F6F6F6;
}
.header{
width: 20rem;
height: 3.41rem;
background: white;
display: inline-block;
position: relative;
}
.header .title{
width:4rem;
height:0.91rem;
font-size:0.96rem;
font-family:PingFang SC;
font-weight:bold;
color:rgba(0,0,0,1);
margin-left: 8.08rem;
margin-top: 1.92rem;
line-height:0.91rem ;
}
.header a{
position: absolute;
display: block;
color:rgba(51,51,51,1);
width: 2rem;
height: 2rem;
top: 1.42rem;
font-family: 'iconfont'; /* project id 1584362 */
line-height: 2rem;
text-align: center;
font-size:1.7rem ;
font-weight: 700;
text-decoration: none;
}
.title{
width:11.15rem;
height:1.01rem;
font-size:1.01rem;
font-family:PingFang SC;
font-weight:bold;
color:rgba(51,51,51,1);
line-height: 1.01rem;
margin-top: 1.09rem;
margin-left: 4.43rem;
}
.value{
width:18.85rem;
height:30.56rem;
font-size:0.75rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(51,51,51,1);
margin-top: 1.2rem;
margin-left: 0.53rem;
}
</style>
</head>
<body>
<div class="header">
<div class="title">常见问题</div>
<a href="problem.html">&#xe744;</a>
</div>
<div class="title">羽绒服是水洗还是干洗?</div>
<div class="value"> 羽绒服为水洗处理法,最好是手洗好些!羽绒服不可以干洗处理,即使你拿到干洗店里去洗,也是水洗<br />
  经验一:一定要手洗。<br />
  在羽绒服内侧都缝有一个印有保养和洗涤说明的小标签细心的人都会发现90的羽绒服标明要手洗切忌干洗因为干洗用的药水会影响保暖性也会使布料老化。而机洗和甩干被拧搅后的羽绒服极易导致填充物薄厚不均使得衣物走形影响美观和保暖性。<br />
  经验二30度水温漂洗。<br />
  先将羽绒服放入冷水中浸泡20分钟让羽绒服内外充分湿润。将洗涤剂溶入30度的温水中再将羽绒服放入其中浸泡一刻钟然后用软毛刷轻轻刷洗。漂洗也要用温水能够利于洗涤剂充分溶解于水中可使羽绒服漂洗得更干净。<br />
  经验三:使用洗衣粉浓度不能过高。<br />
  如果一定要用洗衣粉清洗羽绒服通常两脸盆水放入4至5汤匙洗衣粉为宜如果浓度过高难以漂洗干净羽绒中残留的洗衣粉会影响羽绒的蓬松度大大降低保暖性。<br />
  经验四:最好使用中性洗涤剂。<br />
  中性洗涤剂对衣料和羽绒的伤害最小,使用碱性洗涤剂,如果漂洗不净,残留的洗涤剂会对羽绒服造成损害,并且容易在衣服表面留下白色痕迹,影响美观。去除残留碱性洗涤剂,可在漂洗两次之后,在温水中加入两小勺食醋,将羽绒服浸泡一会儿再漂洗,食醋能中和碱性洗涤剂。<br />
  经验五:不能拧干。<br />
  羽绒服洗好后,不能拧干,应将水分挤出,再平铺或挂起晾干,禁止曝晒,也不要熨烫,以免烫伤衣物。晾干后,可轻轻拍打,使羽绒服恢复蓬松柔软。</div>
<script>
(function(){
var html=document.documentElement;
var width=html.getBoundingClientRect().width;
html.style.fontSize=width/20+'px';
}())
</script>
</body>
</html>