uniapp学习之路

1. 下载HBuilderX

https://www.dcloud.io/hbuilderx.html?ivk_sa=1024320u

2. 下载uView初始框架

https://ext.dcloud.net.cn/plugin?id=1593

3. 开始学习

1.更改页面背景色,渐变色

<style>
	 page{
		  background-image: linear-gradient(to bottom, #f8f6e7 0%, #f8f6eb 25%,  #f6f5ed 50%, #f6f5f3 100%); /* 多个渐变色 */
	 }
</style>

相关推荐

  1. uniapp学习

    2023-12-30 10:18:03       59 阅读
  2. Python学习

    2023-12-30 10:18:03       43 阅读
  3. ElasticSearch学习

    2023-12-30 10:18:03       25 阅读
  4. python学习

    2023-12-30 10:18:03       24 阅读
  5. vue3学习

    2023-12-30 10:18:03       59 阅读
  6. Python学习-注释

    2023-12-30 10:18:03       68 阅读
  7. Python的学习

    2023-12-30 10:18:03       37 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-30 10:18:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-30 10:18:03       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-30 10:18:03       82 阅读
  4. Python语言-面向对象

    2023-12-30 10:18:03       91 阅读

热门阅读

  1. 2023年度最后一天班

    2023-12-30 10:18:03       55 阅读
  2. Mongodb中一个有趣的数值查询案例

    2023-12-30 10:18:03       50 阅读
  3. TCP、IP、TCP/IP、HTTP和HTTPS协议简介

    2023-12-30 10:18:03       65 阅读
  4. h5 history模式是什么

    2023-12-30 10:18:03       49 阅读
  5. WPF 基础入门(XAML理解二)

    2023-12-30 10:18:03       57 阅读
  6. Linux 赛题FTP配置

    2023-12-30 10:18:03       52 阅读
  7. 第三篇 结构型设计模式 - 简化复杂系统的结构

    2023-12-30 10:18:03       53 阅读