Amaze UI:
a. Looks good especially for being compatible with WeChat and other Chinese mobile Browsers.
b. It seems compatible with Bootstrap in some way (like the col-md-8 style and such), which will help me reduce some migration work.
c. Need to check if the icons and buttons are compatible with Bootstrap as well.
Typo.css:
a. This could be an extension used on top of Bootstrap. But there is apparently a compatibility problem.
b. 对应使用typo.css样式的地方基本上只需要使用class="typo",这样可以测试一下在模板上更改后的效果。
Possible UI design standards:
Amaze UI: a. Looks good especially for being compatible with WeChat and other Chinese mobile Browsers. b. It seems compatible with Bootstrap in some way (like the
col-md-8
style and such), which will help me reduce some migration work. c. Need to check if the icons and buttons are compatible with Bootstrap as well.Typo.css: a. This could be an extension used on top of Bootstrap. But there is apparently a compatibility problem. b. 对应使用typo.css样式的地方基本上只需要使用
class="typo"
,这样可以测试一下在模板上更改后的效果。