mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-06 03:58:03 +08:00
style-优化部分样式
This commit is contained in:
parent
b193cfbcea
commit
0c5c10487b
@ -1,7 +1,12 @@
|
|||||||
<script lang="ts" setup></script>
|
<script lang="ts" setup></script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view> 页面模板,新建pages,将此页面内容复制粘贴到新建.vue文件 </view>
|
<view class="container"> 页面构建中... </view>
|
||||||
</template>
|
</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"
|
><input type="password" name="password" :value="form.password"
|
||||||
/></view>
|
/></view>
|
||||||
</label>
|
</label>
|
||||||
<button
|
<button form-type="submit" class="submit-btn" hover-class="none">登录</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
|
|
||||||
>
|
|
||||||
</form>
|
</form>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user