swiper文字垂直滚动(公告栏)
<!DOCTYPE html> <html lang = "en" > <head> <meta charset = "utf-8" > <title> 文字垂直滚动 </title> <meta name = "viewport" content = "width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" > <!-- Link Swiper's CSS --> <link rel = "stylesheet" href = "swiper/css/swiper.min.css" > <!-- Demo styles --> <style> html , body { position : relative ; height : 100 %; } body { background : #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #000; margin: 0; padding: 0; } /* 公告滚动 */ . notice - swiper { position : relative ; width : 600px ; height : auto ;