摘要: $(document).ready(function(){ $(".header").load("header.html"); $(".nav-left").load("nav.html",function(){ var links = $(".nav-left li a"), index = 0, 阅读全文
posted @ 2020-11-02 18:00 JaneLifeVlog 阅读(356) 评论(0) 推荐(0)
摘要: <table border="1"> <thead> <tr class="tr-background"> <td class="border-left">题目1</td> <td>题目2</td> <td>题目3</td> <td>题目4</td> <td>题目5</td> <td>题目6</td 阅读全文
posted @ 2020-11-02 15:33 JaneLifeVlog 阅读(109) 评论(0) 推荐(0)
摘要: html结构 左侧用户名单 <div class="layui-tab-item layui-show"> <ul class="userp-user-list" id="myTable"> <li><div><a href="javascript:void(0)">用户1</a></div></l 阅读全文
posted @ 2020-11-02 15:30 JaneLifeVlog 阅读(317) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>用户信息页</title> <link rel="stylesheet" 阅读全文
posted @ 2020-11-02 15:26 JaneLifeVlog 阅读(1101) 评论(0) 推荐(0)
摘要: <style> .lists {display: flex;justify-content: center;} .box {width: 100px;height: 100px;transition: all 0.3s;} .box ~ .box {margin-left: 15px;} .box 阅读全文
posted @ 2020-11-02 15:24 JaneLifeVlog 阅读(43) 评论(0) 推荐(0)
摘要: (1)mouted mounted() { // 事件监听滚动条 window.addEventListener('scroll', this.watchScroll) }, (2)methods methods: { 回到顶部 goTop() { document.body.scrollTop = 阅读全文
posted @ 2020-11-02 15:20 JaneLifeVlog 阅读(140) 评论(0) 推荐(0)
摘要: (1)html元素 <span class="f14">{{date_choose}}</span> <van-calendar v-model="date_choose_show" :min- date="minDate" @confirm="date_Confirm"></van-calenda 阅读全文
posted @ 2020-11-02 15:18 JaneLifeVlog 阅读(2475) 评论(0) 推荐(0)
摘要: (1)html元素 <van-row :gutter="10" > <van-col span="12"> <input type="text" v-model="info_form.breakfast.start_value" @click="info_form.breakfast.start_t 阅读全文
posted @ 2020-11-02 15:15 JaneLifeVlog 阅读(1471) 评论(0) 推荐(0)
摘要: meta用法 实例: <!-- 声明编码格式 --> <meta charset="utf-8"> <!-- 自适应手机屏幕适配:页面宽度为设备屏幕宽度width=device-width、用户是否可以调整缩放比例user-scalable=no 初始的缩放比例initial-scale=1.0、最 阅读全文
posted @ 2020-11-02 15:03 JaneLifeVlog 阅读(608) 评论(0) 推荐(1)
摘要: body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, 阅读全文
posted @ 2020-11-02 15:01 JaneLifeVlog 阅读(288) 评论(0) 推荐(0)