**** HTML
<a class="btn-create-hs" href="javascript:void(0)" title="Tủ hồ sơ">
<span class="btn-name">Tạo hồ sơ</span>
<span style="line-height: 1.4;" class="btn-des">Tạo hồ sơ ngay để Nhà tuyển dụng nhìn thấy bạn</span>
<i class="icon-sprite-hs icon-ths"></i>
</a>
**** CSC
.btn-create-hs {
display: block;
width: 137px;
height: 100%;
background: #f5f5f5;
float: left;
-moz-transition: all linear 0.1s;
-o-transition: all linear 0.1s;
-ms-transition: all linear 0.1s;
-webkit-transition: all linear 0.1s;
transition: all linear 0.1s;
width: 100%;
color: #000000;
}
a.btn-create-hs:hover {
background: #ed1c24;
}
a.btn-create-hs:hover i.icon-ths {
background-position: -8px -334px;
-moz-transition: all linear 0.1s;
-o-transition: all linear 0.2s;
-ms-transition: all linear 0.2s;
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}
i.icon-ths {
background-position: -8px -271px;
float: right;
height: 56px;
margin: -64px 20px;
position: relative;
width: 65px;
}
.icon-sprite-hs {
background: rgba(0, 0, 0, 0) url(icon_cty.png);
display: inline-block;
height: 20px;
width: 20px;
position: relative;
top: 4px;
margin: -1px 4px -1px 0;
}
a.btn-create-hs:hover i.icon-ths {
background-position: -8px -334px;
-moz-transition: all linear 0.1s;
-o-transition: all linear 0.2s;
-ms-transition: all linear 0.2s;
-webkit-transition: all linear 0.2s;
transition: all linear 0.2s;
}
btn-create-hs:hover{
box-shadow: 1px 3px 3px 1px #888888;
}
.btn-create-hs .btn-name {
font-size: 24px;
font-weight: bold;
display: block;
margin: 20px 0 0 20px;
color: #ed1c24;
font-family: saminfood;
}
.btn-create-hs .btn-des {
display: block;
margin: 10px 94px 0 20px;
font-size: 14px;
font-family: saminfood;
}
a.btn-create-hs:hover span {
color: #fff;
}

Không có nhận xét nào:
Đăng nhận xét