先生。我是看你的登录页关注你的。刚学习,主要就是布局写的不好看,全站就你写的好看,能把你的布局Class 写的详细点吗,大部分都是能看懂,但是比如第三行的 text-light-muted。这行我以为是右对齐,但是后面那个 muted 是什么意思啊。麻烦先生能把样式写的全一点吗。感谢先生
<input type="text" class="border-bottom mb-4 uni-input px-0"
placeholder="请输入手机号/邮箱/账号" v-model="username"
placeholder-class="text-light-muted"
/>
<input type="text" class="border-bottom mb-4 uni-input px-0"
placeholder="请输入密码" v-model="password"
placeholder-class="text-light-muted"/>
<view class="py-2 w-100 d-flex a-center j-center main-bg-color text-white rounded font-md mb-4" hover-class="main-bg-hover-color" >
登录
view>
view>
view>
我不服,为何全站就他登录页好看,必先看过全站的登录页
百度是个好东西
text-light-muted 这个只是类名 需要具体看 class 怎么写的才行 。而且看起来 用了 uni-app 写的