当前位置:网站首页>Wechat applet - arrows floating up and down
Wechat applet - arrows floating up and down
2022-07-02 17:35:00 【Fried dough sticks】
wxml
<view class="arrow-up"></view>
<view class="arrow-down"></view>
wxss
.arrow-up {
width: 25rpx;
height: 25rpx;
border-top: 6rpx solid white;
border-right: 6rpx solid white;
margin-left: 50%;
transform: translateX(-50%) rotate(-45deg);
animation: arrow-up-animation 3s infinite;
position: absolute;
}
@keyframes arrow-up-animation {
0% {
top: 11vh;
}
50% {
top: 8vh;
}
100% {
top: 11vh;
}
}
.arrow-down {
width: 25rpx;
height: 25rpx;
border-top: 6rpx solid white;
border-right: 6rpx solid white;
margin-left: 50%;
transform: translateX(-50%) rotate(135deg);
animation: arrow-down-animation 3s infinite;
position: absolute;
}
@keyframes arrow-down-animation {
0% {
bottom: 8vh;
}
50% {
bottom: 11vh;
}
100% {
bottom: 8vh;
}
}
边栏推荐
猜你喜欢

Eth data set download and related problems

13、Darknet YOLO3

About me

Chapter 3 of hands on deep learning - (1) linear regression is realized from scratch_ Learning thinking and exercise answers

easyswoole3.2重启不成功

chrome瀏覽器快速訪問stackoverflow

ETH数据集下载及相关问题

TCP congestion control details | 2 background

The construction of scalable distributed database cluster and the partition design of oneproxy sub database

Use the API port of the bridge of knowledge and action to provide resources for partners to access
随机推荐
Five reasons to choose SAP Spartacus as the implementation framework of SAP commerce cloud storefront
【目标跟踪】|SiamFC
The difference of message mechanism between MFC and QT
Vscode knowledge points - Common Errors
Platform management background and business menu resource management: business permissions and menu resource management design
牛客JS2 文件扩展名
executescalar mysql_ ExecuteScalar()
【目标跟踪】|数据集汇总
Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture
维护万星开源向量数据库是什么体验
IPtables中SNAT、DNAT和MASQUERADE的含义
Smart trash can (V) - light up OLED
One year is worth ten years
如何给 SAP Spartacus Storefront 创建新的页面
Navigateur Chrome pour un accès rapide au stackoverflow
简单介绍BASE64Encoder的使用
[非线性控制理论]7_High gain and High Frequency
This "architect growth note" made 300 people successfully change jobs and enter the big factory, with an annual salary of 50W
Alibaba Tianchi SQL learning notes - Day3
13、Darknet YOLO3