@@ -36,7 +36,7 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
- "@nutui/nutui": "^3.0.0",
+ "@nutui/nutui-taro": "^3.0.2",
"@tarojs/components": "^3.3.0-alpha.8",
"@tarojs/runtime": "^3.3.0-alpha.8",
"@tarojs/taro": "^3.3.0-alpha.8",
@@ -1,4 +1,5 @@
-page {
+page,
+#app {
width: 100%;
height: 100%;
.demo {
@@ -93,6 +93,7 @@ export default {
line-height: 48px;
font-size: 34px;
color: rgba(51, 51, 51, 1);
+ font-weight: 500;
}
p {
height: 18px;
@@ -139,6 +140,10 @@ export default {
+ ol,
+ li {
+ list-style: none;
+ }
</style>