1、字体大小 font-size:26rpx; 2、文字加线 1)下划线:text-decoration:underline 2)删除线:text-decoration:line-through 3)上划线:text-decoration:overline 3、字体加粗 font-weight:bold; 4、字体倾斜 font-style: italic; 5、内容居中 1)靠左对齐: text-align:left 2)靠右对齐:text-align:right 3)居中对...
border-radius: 30px; font-size: 24rpx; line-height: 60rpx; font-family: Microsoft YaHei, Microsoft YaHei-Regular; font-weight: 400; text-align: center; color: #ffffff; margin-left: auto; } } .like-content { width: 700rpx; margin: 25rpx auto 30rpx; font-size: 28rpx; font-famil...
font-family: 'PingFang SC'; font-style: normal; font-weight: 500; font-size: 32rpx; line-height: 22px; letter-spacing: -0.2176px; } } .label_popupContant { width: 640rpx; .infoText{ font-family: 'Inter'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22...
this.textFamilyList = ['Arial', 'Courier New', 'Georgia'] this.fontFamily = 'Arial' } } 经过base64 后的字体 CSS 大概长这样: @font-face { font-family: 'serif'; src: url('data:font/truetype;charset=utf-8;base64,AAEAAAAQAQAABAAARkZUTVq0Nk4AAG...') font-weight: normal; font-sty...
font-weight: bold; align-items: center; padding: 20rpx; padding-bottom: 0; } .titleh1 { font-size:28rpx; color: #333; margin-right: 20rpx; } .titleh3 { font-size:24rpx; color: #666; }</style> 这里面的props就是我们通过父级传进来的内容,这点跟vue是一模一样的。
问题描述 nvue uni-app编译模式,textarea设置font-weight无效。比如设置font-weight:800,并没有显示粗体。 复现步骤 <textarea v-if="line.lineType.substring(0,4)==='text'" :id="line.lineId" :style="[textareaStyle(line)]" :auto-height="true" :value="isReady? li
font-weight: 500; font-size: 15px; } } } } button::after { border: none; } </style> 三、在main.js文件中引入 /* 引入全局弹框组件 */importinitPromptfrom"@/pages/plugin/initPrompt.js"initPrompt(Vue);importshowPromptfrom"@/pages/plugin/showPrompt.vue"Vue.component('show-prompt',show...
}.tips{padding-top:40upx;text-align:center;font-size:16px;font-weight:bold;color:#333; }.confirmView{width:100%;display:flex;border-top:1px solid #EBEBEB;position:absolute;bottom:0; }.confirmView view{width:50%;text-align:center;height:100upx;line-height:100upx;font-size:17px; ...
{font-size:16px;font-weight:500;letter-spacing:0px;line-height:30px;color:rgba(75,89,105,1);text-align:left;vertical-align:top;background:#fff;padding:0px 30px;}.action{font-size:18px;font-weight:700;letter-spacing:0px;line-height:25.2px;color:rgba(12,16,25,1);position:relative;...
font-weight: 400; font-size: 14px; color: #000000cc; letter-spacing: 0; } 13.背景图片引入 static 中的图片 background-image: url("~@/static/sandian.png"); 编辑于 2024-04-24 15:59・IP 属地山东 uni-app 小程序开发 Vue.js