Browse Source

style: 调整登录页面和预约页面的样式

修改了登录页面中logo的显示模式和尺寸,使其更符合设计需求。同时调整了预约页面的标题、文本和按钮的间距、行高和字体大小,以提升页面的可读性和美观性。
master
前端-胡立永 2 weeks ago
parent
commit
8af6105be8
2 changed files with 8 additions and 7 deletions
  1. +6
    -4
      pages/index/preAppoint.vue
  2. +2
    -3
      pages_order/auth/wxLogin.vue

+ 6
- 4
pages/index/preAppoint.vue View File

@ -104,13 +104,14 @@
}
.title{
font-weight: 900;
margin: 30rpx 0;
margin: 20rpx 0;
font-size: 28rpx;
}
.stext{
width: 620rpx;
margin-bottom: 150rpx;
line-height: 50rpx;
font-size: 26rpx;
margin-bottom: 70rpx;
line-height: 45rpx;
font-size: 24rpx;
color: #777;
text-align: center;
}
@ -122,6 +123,7 @@
width: 100%;
justify-content: center;
align-items: center;
padding-bottom: 300rpx;
}
.next-btn{
width: 400rpx;


+ 2
- 3
pages_order/auth/wxLogin.vue View File

@ -1,7 +1,7 @@
<template>
<view class="login">
<view class="logo">
<image :src="configList.logo_image" mode="aspectFill"
<image :src="configList.logo_image" mode="widthFix"
class="logo"></image>
</view>
<view class="title">
@ -129,8 +129,7 @@
<style scoped lang="scss">
.logo {
width: 120rpx;
height: 120rpx;
width: 320rpx;
border-radius: 10rpx;
}
.login {


Loading…
Cancel
Save