index.vue 2.03 KB
<!--
 * @Date: 2026-01-29 22:02:51
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2026-01-29 22:18:49
 * @FilePath: /manulife-weapp/docs/design/manulife-V1/修改头像/code/index.vue
 * @Description: 文件描述
-->
<template>
  <div class="page flex-col">
    <div class="box_1 flex-row justify-between">
      <span class="text_1">9:41</span>
      <img
        class="image_1"
        referrerpolicy="no-referrer"
        src="https://lanhu-oss-2537-2.lanhuapp.com/SketchPng413f9d678a24a9b746fdc981fa579b56b2cbd98eddd024ab1279ef48ae59291e"
      />
    </div>
    <div class="box_2 flex-col">
      <div class="box_3 flex-row justify-between">
        <img
          class="label_1"
          referrerpolicy="no-referrer"
          src="https://lanhu-oss-2537-2.lanhuapp.com/SketchPng8d9b1510cae8946e1251bb518347ad321d8ce71de7b15fe74d7322e00d291ac6"
        />
        <span class="text_2">修改头像</span>
      </div>
      <div class="box_4 flex-col">
        <div class="box_5 flex-row">
          <div class="image-text_1 flex-col">
            <img
              class="label_2"
              referrerpolicy="no-referrer"
              src="https://lanhu-oss-2537-2.lanhuapp.com/SketchPng10d0ebc33a9e3b543c2f2f5fcf4754aa8d07e8fee9c7ef7a1d8282acc5d8313d"
            />
            <span class="text-group_1">更换头像</span>
          </div>
        </div>
      </div>
      <div class="box_6 flex-row justify-between">
        <div class="text-wrapper_1 flex-col">
          <span class="text_3">取消</span>
        </div>
        <div class="text-wrapper_2 flex-col">
          <span class="text_4">保存</span>
        </div>
      </div>
    </div>
    <img
      class="image_2"
      referrerpolicy="no-referrer"
      src="https://lanhu-oss-2537-2.lanhuapp.com/SketchPnga10dae7cebe325c9065bce1655cc7c5c9e6d6a508b0aeac86e31a977746d29c7"
    />
  </div>
</template>
<script>
export default {
  data() {
    return {
      constants: {},
    };
  },
  methods: {},
};
</script>
<style src="./common.css" />
<style src="./index.css" />