Styles in uni-app
uni-app supports the use of font icons. The usage is the same as that of ordinary web projects. Please note the following points :
<template> <view> <view> Style Learning </view> <view class="box1"> Test text <text>123</text> </view> <view class="iconfont icon-shipin"> </view> </view> </template> <script> </script> <style lang="scss"> @import url("./a.css"); // Imported external CSS file .box1{ width: 350rpx; //rpx can be used not only for boxes but also for text height: 350rpx; background: red; font-size: 50rpx; color: #FFFFFF; text{ color: pink; } } </style> Define common global styles in App.vue <style> /*Common CSS for each page */ //Global style will be overwritten by local style @import url("./static/fonts/iconfont.css"); .box1{ background: pink; } </style> SummarizeThis article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
<<: Introduction to the use of html base tag target=_parent
>>: Solution to the problem of z-index not taking effect in CSS3
First, let me explain that what we want to do is ...
The first step is to unzip the compressed package...
Recently, when I installed MySQL in Docker, I fou...
Even though it's not Halloween, it's wort...
Previously, I summarized how to use CSS to achieve...
1. Installation Search the mariadb version to be ...
1. Introduction The main value that SELinux bring...
On some websites, you can often see some pictures...
This article describes how to install mysql5.6 us...
Preface In order to ensure the consistency and in...
1. Command Introduction The ln command is used to...
Preface The company's developers used the rep...
This article collects the fonts used in the logos...
Think about it: Why should css be placed in the h...
See: https://www.jb51.net/article/112612.htm Chec...