• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Yancy00

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

css-图片和文字小模块

<!DOCTYPE html>
<html lang="zh">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>Document</title>
		<script src="less.min.js"></script>
		<style>
			.title-box {
				width: 400rpx;
				height: 40rpx;
				margin: 0 auto;
				position: relative;
			}

			.title-bg {
				width: 100%;
				height: 100%;
			}

			.title-text {
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				font-size: 22px;
				font-weight: bold;
				color: #666;
			}
		</style>
	</head>
	<body>
		<div class="title-box">
			<img class="title-bg" src="./title1.png" alt="">
			<div class="title-text">积分兑换</div>
		</div>
	</body>
</html>

image

posted on 2023-10-14 16:58  Yancy00  阅读(19)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3