.bgf /deep/.u-index-anchor--active {
top: var(--status-bar-height);
}
...
yekong
4年前 (2021-03-26)
喜欢
页面添加滚动事件
onPageScroll(res) {
uni.$emit('onPageScroll', res.scrollTop);
},
对应的子组件添加监听
mounted() {
va...
yekong
4年前 (2021-03-26)
喜欢
html
<div class="daohang" :class="{ flex: topx < top }">
<div class="leftr" @click=&qu...
yekong
4年前 (2021-03-26)
喜欢
当值大于65显示粉色当值小于65显示深红色
var data = {
tooltip: {
trigger: 'axis',
axisPointer:...
yekong
4年前 (2021-03-25)
喜欢
markLine: {
symbol: "none",
data: [{
silent: false,
...
yekong
4年前 (2021-03-25)
喜欢
tooltip: {
trigger: 'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
type: &...
yekong
4年前 (2021-03-25)
喜欢
Koala
官网 http://koala-app.com/
在写普通的网页的时候也想使用less sass scss来写页面可以用Koala来自动编译只需要把想要编译的less sass scss文件所在的目录拖进去就可以啦
...
yekong
4年前 (2021-03-24)
喜欢
修改pages.json
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText&...
yekong
4年前 (2021-03-24)
喜欢
position: relative;
width: 100%;
height: 100%;
background: -webkit-gradient(linear,right top,left top,from(#77f0ff),to(#77f0ff)...
yekong
4年前 (2021-03-23)
喜欢
在这就需要用到@font-face(具体看一下语法)
/* 定义 */
@font-face {
font-family: 'MicrosoftYaHei';
src: url('MicrosoftYaHei.eot'); /* IE9 Compat Mo...
yekong
4年前 (2021-03-19)
喜欢