摘要: 1.示意图 2.结构 3.wave.html代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>CSS实战 - 波浪</title> <style type="text/css"> .wave-box{ b 阅读全文
posted @ 2020-06-09 17:26 小伍w 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: 1.dom <!-- 地图 --> <div class="map"> <chart class="map-chart" ref="worldMap" auto-resize :options="mapOption" style="width: 100%;height: 100%; margin:a 阅读全文
posted @ 2020-06-09 10:23 小伍w 阅读(3046) 评论(1) 推荐(0) 编辑
摘要: 1.上面是点击的部分,可自定义,下面是我项目的内容部分,下面的代码是功能部分的代码,去掉了不必要的部分记录。 代码:这部分,要注意的是样式。 <ul class="newslist"> <li v-for="(items, index) in proLists" :key="index"> <p @ 阅读全文
posted @ 2020-06-09 10:10 小伍w 阅读(11841) 评论(1) 推荐(0) 编辑
摘要: 1.下载ttf文件,保存到assets/css/font里面,在css下面新建font.css。 2.font.css内容:在这,有些ttf的格式可能不对,在项目中用不了,我一般去https://www.fontke.com/tool/convfont/这里转换一下,可直接复制css代码到font. 阅读全文
posted @ 2020-06-09 09:38 小伍w 阅读(4762) 评论(0) 推荐(1) 编辑