Import the dojo styles within the tag and declare the dojo packages that will be referred to on this Web page with dojo.require (...), as shown in Listing 1.
在标记中导入dojo样式,并使用dojo . require(…)声明将在web页面中引用的dojo包,如清单1所示。
Create a "styles" folder in the WebContent folder of your web application and import the.css files that you want to use in your application into that folder.
在Web应用程序的WebContent文件夹下创建“styles”文件夹,并将要在应用程序中使用的. css文件导入该文件夹中。
The letter “C” in the acronym stands for cascading, meaning you can apply styles in one file and import or roll over newer properties in a later file.
首字母C代表cascading——一种由上至下的时间倒叙展示方式,其中,最近更新的文件位于页面顶端,这样,你便能以最简洁的页面形式浏览文件,然后接入或浏览新媒介上的更新文件。
应用推荐