摘要: <p class="coupon"> <span>10000</span>SWT优惠券 </p> .coupon { width: 300px; height: 100px; line-height: 100px; margin: 50px auto; text-align: center; pos 阅读全文
posted @ 2021-06-07 16:22 Action_swt 阅读(275) 评论(0) 推荐(0) 编辑
摘要: /* 正三角 */ .up-triangle { width: 0; height: 0; border-style: solid; border-width: 0 25px 40px 25px; border-color: transparent transparent rgb(245, 129, 阅读全文
posted @ 2021-06-07 16:14 Action_swt 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <p class="scroll-container"> 文字是人类用符号记录表达信息以传之久远的方式和工具。现代文字大多是记录语言的工具。人类往往先有口头的语言后产生书面文字,很多小语种,有语言但没有文字。文字的不同体现了国家和民族的书面表达的方式和思维不同。文字使人类进入有历史记录的文明社会。 阅读全文
posted @ 2021-06-07 16:10 Action_swt 阅读(138) 评论(0) 推荐(0) 编辑
摘要: <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> <li>6</li> </ul> ul{ width: 500px; margin:auto; list-style: none; padding:0; border:1px so 阅读全文
posted @ 2021-06-07 15:51 Action_swt 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 特点: 绝对定位和固定定位时,同时设置 left 和 right 等同于隐式地设置宽度 span{ border:1px solid red; position: absolute; left:0; right:0; /* 等同于设置 width:100%;display:block */ } <s 阅读全文
posted @ 2021-06-07 15:45 Action_swt 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 设置input占位符的样式: input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: red; } input::-moz-placeholder { /* Firefox 19+ */ color: red; } in 阅读全文
posted @ 2021-06-07 15:39 Action_swt 阅读(304) 评论(0) 推荐(0) 编辑