@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #ffffff; height: 100%; } .container { width: 100%; padding: 90rpx 60rpx; } .name { padding: 60rpx 0rpx; color: #323232; font-size: 50rpx; font-weight: bold; } .image { width: 100%; height: 250rpx; position: relative; margin-bottom: 65rpx; } .image image { width: 100%; height: 100%; } .image .identity { position: absolute; top: 60rpx; left: 50rpx; color: #ffffff; font-size: 40rpx; } .image .info { position: absolute; left: 50rpx; top: 125rpx; color: #ffffff; font-size: 24rpx; opacity: 0.5; }