logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 1px边框

border-1px($color)position: relative&:afterdisplay: blockposition: absoluteleft: 0;bottom: 0;width: 100%;border-top: 1px solid $color;content: ’ ’border-none()&:afterdisplay...

vue3秒后显示隐藏显示其他元素

<template><div id="halloween2019"><!-- loading --><div class="loading-page page-item" v-if="!show"><v-loading>v-loading</v-loading></div...

Vue css各种居中显示、固定在屏幕某个位置

一、居中显示备注:其中的parent为上一层或者父布局;child为当前div1.1 水平居中已知宽度块元素宽度 :.child{width:1000px;margin:0 auto;}1文本内容居中:.parent{text-align:center;}1通过表格:.child{display:table;margin:0 auto;}1已知宽度,通过设置position...

vue中事件绑定函数加括号和不加括号的区别

html代码<div id="example-2"><button @click="test">测试</button></div>js代码new Vue({el: '#example-2',data(){return {}},methods: {test(id){cons...

到底了