赞
踩
<template> <view class="concent"> <view class="avatar"> <image class="avatar-img" src="/static/e00f010e2f4cc816936609caaa8125cd_1.jpg" mode="aspectFill"></image> </view> </view> </template> <script> export default { data() { return { } }, onLoad() { }, methods: { } } </script> <style> .avatar { width: 160rpx; height: 160rpx; background-color: #FFFFFF; /* 可选,设置背景颜色 */ padding: 30rpx 30rpx; } .avatar-img { width: 100%; height: 100%; border-radius: 50%; } .concent{ width:100%; display: flex; justify-content: flex-end; align-items: flex-end; /* 实现右对齐 */ } </style>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。