Skip to content

Instantly share code, notes, and snippets.

View ZSX-JOJO's full-sized avatar

笨笨哥 ZSX-JOJO

  • 酆都敢死队第3大队第4中队长他表弟的四哥哥
  • 中国潍坊
View GitHub Profile
@ZSX-JOJO
ZSX-JOJO / 250.csv
Created January 13, 2023 08:05 — forked from jinjier/javdb-top250.md
JavDB Top 250 movies code list. [Updated at 2022/09]
1 LAFBD-41
2 SSNI-497
3 IPX-177
4 ABP-984
5 SSIS-465
6 IPX-580
7 IPX-811
8 SMBD-115
9 IPX-534
10 IPX-726
@ZSX-JOJO
ZSX-JOJO / HTML-tags.md
Created August 27, 2021 02:49 — forked from yisibl/HTML-tags.md
常用的 HTML 头部标签

常用的 HTML 头部标签

详细介绍参见原文:yisibl/blog#1

<!DOCTYPE html> <!-- 使用 HTML5 doctype,不区分大小写 -->
<html lang="zh-cmn-Hans"> <!-- 更加标准的 lang 属性写法 http://zhi.hu/XyIa -->
<head>
    <meta charset='utf-8'> <!-- 声明文档使用的字符编码 -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- 优先使用 IE 最新版本和 Chrome -->
@ZSX-JOJO
ZSX-JOJO / vant官方示例
Created March 5, 2020 03:54
vant官方示例
// import icons from '../../dist/@vant/icons/src/config';
import Page from '../../common/page';
Page({
data: {
// icons,
active: 0,
demoIcon: 'chat-o',
demoImage: 'https://b.yzcdn.cn/vant/icon-demo-1126.png',
},
@ZSX-JOJO
ZSX-JOJO / listen1_aha_playlist.md
Created August 1, 2019 01:35
updated by Listen1(http://listen1.github.io/listen1/) at 2019/8/1 上午9:35:23

本歌单由Listen1创建, 歌曲数:1,歌单数:1,点击查看更多

@ZSX-JOJO
ZSX-JOJO / index.html
Created July 10, 2019 05:21
RichInputBox
<div class="rich-editor">
<div class="wrapper">
<div class="editor-area" contenteditable="true" placeholder="Enter text here..."></div>
<div class="editor-backer"></div>
</div>
<span class="counter">140</span>
</div>
@ZSX-JOJO
ZSX-JOJO / css-only-scroll-indicator.markdown
Created June 17, 2019 01:29
CSS only scroll indicator

CSS only scroll indicator

I was interested to see if I could make a scroll indicator with just CSS.

You can! But maybe you shouldn't. This is an interesting consequence of a bunch of hacks held together with duct tape.

Having said that, hacks are not always bad. I love hacks and many of us have made quite a good living selling floats and clearfixes.

The techniques used here are well supported, if not conventional. If you can read the CSS, understand how it works, and how to change it, and you think this works better for you than JavaScript, feel free to implement it. Just be aware of the z-index behaviour and possible conflict with other CSS using negative z-index.

@ZSX-JOJO
ZSX-JOJO / animated-gradient-ghost-button-concept.markdown
Created June 15, 2019 03:19
Animated Gradient Ghost Button Concept

Animated Gradient Ghost Button Concept

Ghost button. Animated gradient borders and text. Transparent background. CSS line drawing animation. Clip-path frame. No SVG. Pure CSS.

A Pen by Arsen Zbidniakov on CodePen.

License.

@ZSX-JOJO
ZSX-JOJO / index.html
Created June 15, 2019 03:18
Pure CSS Progress
<div class="container">
<header>
<h1>Pure <strong>CSS</strong> Progress</h1>
<p>... a pretty liquid progress-bar.</p>
</header>
<section>
<article>
<input type="radio" name="switch-color" id="red" checked>
<input type="radio" name="switch-color" id="cyan">
<input type="radio" name="switch-color" id="lime">
@ZSX-JOJO
ZSX-JOJO / index.html
Created June 15, 2019 03:17
Pure CSS3 Gradient Background Animation
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300" type="text/css" />
<h1>Pure CSS3 Animated Gradient Background</h1>