hookehuyr

🌈 style: 图标和背景图修改更新

1.55 KB | W: | H:

1.54 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

204 KB | W: | H:

190 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.19 KB | W: | H:

1.2 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1 KB | W: | H:

1008 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.68 KB | W: | H:

1.66 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -43,6 +43,7 @@
</template>
<script setup>
// TODO:图片需要更换
import icon_cert from '@images/zhengshu@2x.png'
import icon_stamp01 from '@images/stamp01.png'
import icon_stamp02 from '@images/stamp02.png'
......
......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 10:08:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-02 21:50:17
* @LastEditTime: 2022-06-02 22:50:53
* @FilePath: /tswj/src/settings/designSetting.js
* @Description:
*/
......@@ -22,9 +22,9 @@ export const styleObject2 = ref({
})
export const styleObject3 = ref({
backgroundColor: '#F4675A',
backgroundColor: '#6D97D2',
color: styleColor.baseFontColor,
borderColor: '#F4675A'
borderColor: '#6D97D2'
})
export const styleObject4 = ref({
......
......@@ -59,6 +59,7 @@ import { ref, onMounted } from 'vue';
import { Toast } from 'vant'
import { useRouter } from 'vue-router'
import axios from '@/utils/axios'
// TODO:图片需要更换
import logo_image from '@images/denglu-top@2x.gif'
import { wxInfo } from '@/utils/tools';
......
<template>
<div style="background: #CFF; padding: 1rem; text-align: center;">
<div class="top-content">
<van-image v-if="myKgInfo.logo" round width="4rem" height="4rem" :src="myKgInfo.logo" />
<van-image v-else round width="4rem" height="4rem" :src="icon_avatar" />
<p style="margin-top: 1rem; font-size: 1.05rem; font-weight: bold;">{{ myKgInfo.name }}</p>
......@@ -92,6 +92,12 @@ const exitLogin = () => {
</script>
<style lang="less" scoped>
.top-content {
background-image: url('@images/bg@2x.png');
background-size: cover;
padding: 1rem;
text-align: center;
}
.item-list {
padding: 1rem 0;
margin: 0 1rem;
......
......@@ -65,6 +65,7 @@ const goSchool = () => { // 跳转选择幼儿园页面
<style lang="less" scoped>
.client-index-page {
// 背景图 宽度100% 高度控制
// TODO: 图片需要修改
background-image: url('@images/yindao@2x.png');
background-repeat: no-repeat;
width: 100%;
......
......@@ -162,8 +162,9 @@ onBeforeRouteLeave(() => {
.header-wrapper {
// background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%);
// background: @base-color;
background: #CFF;
// background: #CFF;
background-image: url('@images/bg@2x.png');
background-size: cover;
.info {
padding: 2rem;
padding-right: 0;
......
......@@ -193,8 +193,9 @@ const handleUser = (type) => {
.me-index-page {
.header-wrapper {
// background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%);
background: #CFF;
// background: #CFF;
background-image: url('@images/bg@2x.png');
background-size: cover;
.info {
padding: 2rem;
padding-right: 0;
......