随笔分类 -  HTML+CSS

摘要:Html布局 <div class="check"> <input type="checkbox" v-model="agreeCheck" /> 我已阅读并同意 </div> css样式 .check { width: 450px; height: 33px; line-height: 33px; 阅读全文
posted @ 2020-01-13 18:34 阿萨姆✌️ 阅读(370) 评论(0) 推荐(0)
摘要:在工作当中css样式是非常重要的,但是咋样书写css样式更重要。 一、css书写规范 1、定位属性:position display float left top right bottom overflow clear z-index 2、自身属性:width height padding bord 阅读全文
posted @ 2019-10-30 09:54 阿萨姆✌️ 阅读(616) 评论(0) 推荐(0)