css 伪元素实现文本左侧竖杠
/* 文章详情页自定义样式*/ .entry-content h4{ position: relative; font-size: 16px; font-weight: 600; padding-left: 14px; margin-top: 14px; margin-bottom: 14px; } .entry-conten…
/* 文章详情页自定义样式*/ .entry-content h4{ position: relative; font-size: 16px; font-weight: 600; padding-left: 14px; margin-top: 14px; margin-bottom: 14px; } .entry-conten…
演示地址 gitee代码地址 <template> <div> <ul v-for="ulnum in 25" :key="ulnum" :class="'ulnum-'+ulnum"> <view …
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-wi…
background-image:-webkit-linear-gradient(bottom,red,#fd8403,yellow); -webkit-background-clip:text; -webkit-text-fill-color:transparent;
var rotateVal = 0 // 旋转角度 var InterVal // 定时器 function conMusic(){ //var audio = document.querySelector(&…
<html> <style> html,body{ width:100%; &…
height:40px; list-style-image: none; background:url( "images/wjx.png" ) no-repeat left center;/* 使用背景图片替换 默认图标*/ line-height:40p…