You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zhou1992zg
changed the title
在编译支付宝小程序时发现:编译后的支付宝小程序代码中的文件中没有编译到这样的代码(如下),而编译微信小程序中有
在编译支付宝小程序时发现:编译后的支付宝小程序代码中的app.acss文件中没有编译到这样的代码(如下),而编译微信小程序中有
Feb 13, 2019
问题描述
在编译支付宝小程序时发现:编译后的支付宝小程序代码中的app.acss文件中没有编译到这样的代码(如下),而编译微信小程序带代码中有,我该怎么做?这是是一个使用Taro UI编译支付宝小程序的Bug吗?
@charset "UTF-8";
/**
/
/*
/
/ The Color of O2Team Brand /
/ Color /
/ Color Palette /
/ Text Color /
/ Link /
/ 背景色 /
/ 边框颜色 /
/ 图标颜色 /
/ Border Radius /
/ 透明度 /
/ Font /
/ Line Height /
/ 水平间距 /
/ 垂直间距 /
/ 图标尺寸 /
/ z-index /
/ timing function /
/*
*/
.at-article {
word-break: break-all;
word-wrap: break-word;
line-height: 1.5; }
.at-article__h1, .at-article__h2, .at-article__h3 {
color: 无法使用M #333;
margin: 0 30rpx; }
.at-article__h1 {
margin-top: 30rpx;
font-size: 48rpx;
line-height: 72rpx; }
.at-article__info {
font-size: 28rpx;
color: #CCC;
line-height: 42rpx;
margin: 0 30rpx; }
.at-article__h2 {
font-size: 40rpx;
line-height: 60rpx;
margin-top: 30rpx; }
.at-article__h3 {
font-size: 32rpx;
line-height: 48rpx; }
.at-article__p {
font-size: 28rpx;
color: 多重map循环中,在 JSX 中{}取值问题 #666;
line-height: 42rpx;
margin: 25rpx 30rpx 0; }
.at-article__img {
width: 690rpx;
display: block;
margin: 20rpx auto 0;
border-radius: 4rpx; }
报错信息
无
系统信息
Taro CLI 1.2.3 environment info:
System:
OS: macOS 10.14.1
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.8.0 - /usr/local/bin/node
npm: 6.4.0 - /usr/local/bin/npm
npmPackages:
@tarojs/components: 1.2.4 => 1.2.4
@tarojs/plugin-babel: 1.2.4 => 1.2.4
@tarojs/plugin-csso: 1.2.4 => 1.2.4
@tarojs/plugin-sass: 1.2.4 => 1.2.4
@tarojs/plugin-uglifyjs: 1.2.4 => 1.2.4
@tarojs/router: 1.2.4 => 1.2.4
@tarojs/taro: 1.2.4 => 1.2.4
@tarojs/taro-alipay: 1.2.3 => 1.2.3
@tarojs/taro-h5: 1.2.4 => 1.2.4
@tarojs/taro-weapp: 1.2.3 => 1.2.3
@tarojs/webpack-runner: 1.2.4 => 1.2.4
eslint-config-taro: 1.2.4 => 1.2.4
eslint-plugin-taro: 1.2.4 => 1.2.4
The text was updated successfully, but these errors were encountered: