Browse Source

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

修改了登录页面中logo的显示模式和尺寸,使其更符合设计需求。同时调整了预约页面的标题、文本和按钮的间距、行高和字体大小,以提升页面的可读性和美观性。
master
前端-胡立永 2 months 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{ .title{
font-weight: 900; font-weight: 900;
margin: 30rpx 0;
margin: 20rpx 0;
font-size: 28rpx;
} }
.stext{ .stext{
width: 620rpx; width: 620rpx;
margin-bottom: 150rpx;
line-height: 50rpx;
font-size: 26rpx;
margin-bottom: 70rpx;
line-height: 45rpx;
font-size: 24rpx;
color: #777; color: #777;
text-align: center; text-align: center;
} }
@ -122,6 +123,7 @@
width: 100%; width: 100%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding-bottom: 300rpx;
} }
.next-btn{ .next-btn{
width: 400rpx; width: 400rpx;


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

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


Loading…
Cancel
Save