代码没保存吧?
<html>
<template>
<view>
<text class='name'>Hello world.</text>
</view>
</template>
<script>
</script>
<style>
.name{
color: aliceblue;
font-size: 30rpx
}
</style>
<body>
<div class='name'>Hello world.</div>
</body>
</html>
应该放在标签中吧
修改name的样式为蓝blue
可以看看你程序吗