414day(版心右侧的user模块)

本文详细介绍了京东网页版中用户模块的设计与实现,包括HTML结构、CSS样式及交互效果,如登录、注册链接和新人福利展示等。

《2018年11月22日》【连续414天】

标题:版心右侧的user模块;
内容:

<div class="user">
	 				<div class="user-info">
	 					Hi~欢迎来到京东!<br>
						<a href="#">登录</a>
						<a href="#">注册</a>
						<a href="#" class="info-img">
							<img src="images/no_login.jpg" alt="">
						</a>
	 				</div>
	 				<div class="user-profit">
	 					<a href="#">新人福利</a>
	 					<a href="#">PLUS</a>
	 				</div>
	 			</div>
.user {
	height: 90px;
	background-color: pink;
	padding: 20px 15px 0;
}
.user-info {
	padding-left: 54px;
	height: 40px;
	font-size: 12px;
	color: #747474;
	line-height: 22px;
	position: relative;
}
.user-info a{
	font-size: 12px;
	color: #747474;
}
.user-info a:hover{
	color: #f10215;
}
.info-img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
}
.info-img img {
	width: 100%;
	height: auto;
}
.user-profit {
	margin-top: 24px;
}
.user-profit a {
	width: 68px;
	height: 20px;
	border: 2px solid #f10215;
	display: inline-block;
	font-size: 12px;
	color: #f10215;
	text-align: center;
	line-height: 20px;
	margin-right: 4px;
}
.user-profit a:hover {
	background-color: #f10215;
	color:  #fff;
}

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值