mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 06:12:44 +08:00
style-优化部分样式
This commit is contained in:
parent
b193cfbcea
commit
0c5c10487b
@ -1,7 +1,12 @@
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<view> 页面模板,新建pages,将此页面内容复制粘贴到新建.vue文件 </view>
|
||||
<view class="container"> 页面构建中... </view>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
<style lang="scss" scoped>
|
||||
.container {
|
||||
padding: 128rpx 0;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
@ -39,12 +39,7 @@
|
||||
><input type="password" name="password" :value="form.password"
|
||||
/></view>
|
||||
</label>
|
||||
<button
|
||||
form-type="submit"
|
||||
class="submit-btn border-4rp mt-44rpx h-88rpx flex items-center justify-center border-solid border-blue-200 bg-blue-400 hover:bg-blue-500 text-xs text-light-100 hover:text-light-100"
|
||||
hover-class="none"
|
||||
>登录</button
|
||||
>
|
||||
<button form-type="submit" class="submit-btn" hover-class="none">登录</button>
|
||||
</form>
|
||||
</view>
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user