Files
ClassContent/历届学生/fontendseven/项目练习/上课项目/psd/css/index.css
2024-09-27 02:06:13 +08:00

242 lines
4.5 KiB
CSS

.header {
position: fixed;
width: 100%;
height: .9rem;
display: flex;
z-index: 999;
top: 0.29rem;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0 0.37rem;
}
.header img {
width: 0.42rem;
height: 0.42rem;
}
.header ul {
display: flex;
justify-content: space-around;
align-items: center;
}
.header ul li{
font-size: 0.3rem;
color: #fff;
}
.header ul li:nth-child(2) {
margin: 0 0.22rem;
}
.content {
height: calc(100vh - 1rem);
background: url("../img/back.png");
background-size: cover;
background-position-x: center;
position: relative;
}
.user_right {
position: absolute;
right: 0.19rem;
bottom: 0.14rem;
}
.user_right .user_top {
position: relative;
border: solid 0.03rem #ffffff;
width: 0.96rem;
height: 0.97rem;
border-radius: 100%;
margin-bottom: 0.3rem;
}
.user_right .user_top .user_img{
width: 100%;
height: 100%;
}
.user_right .user_top .user_flow{
position: absolute;
width: 0.34rem;
height: 0.33rem;
left: 50%;
transform: translateX(-50%);
bottom: -0.14rem;
}
.user_right ul{}
.user_right ul li {
text-align: center;
}
.user_right ul li:nth-child(1){
margin-bottom: 0.36rem;
}
.user_right ul li:nth-child(2){
margin-bottom: 0.27rem;
}
.user_right ul li:nth-child(3){
margin-bottom: 0.32rem;
}
.user_right ul li:nth-child(1) p {
margin-top: 0.09rem;
}
.user_right ul li:nth-child(2) p {
margin-top: 0.09rem;
}
.user_right ul li:nth-child(3) p{
margin-top: 0.17rem;
}
.user_right ul li:nth-child(4) p{
margin-top: 0.15rem;
}
.user_right ul li:nth-child(1) img {
width: 0.68rem;
height: 0.63rem;
}
.user_right ul li:nth-child(2) img {
width: 0.67rem;
height: 0.8rem;
}
.user_right ul li:nth-child(3) img {
width: 0.7rem;
height: 0.7rem;
}
.user_right ul li:nth-child(4) img {
width: 0.61rem;
height: 0.61rem;
}
.user_right ul li p {
font-size: 0.2rem;
color: #ffffff;
}
.music_bottom {
position: absolute;
left: 0.3rem;
bottom: 0.1rem;
}
.music_bottom .shop_name {
display: flex;
align-items: center;
margin-bottom: 0.22rem;
}
.music_bottom .shop_name img {
width: 0.28rem;
height: 0.26rem;
margin-right: 0.1rem;
margin-left: 0.07rem;
}
.music_bottom .shop_name .shop_title {
margin-right: 0.26rem;
}
.music_bottom .shop_name span {
font-size: 0.26rem;
color: #ffc600;
}
.music_bottom .shop_item {
width: 5.85rem;
height: 1.68rem;
background-color: #ffffff;
display: flex;
padding: 0.1rem 0.09rem;
box-sizing: border-box;
margin-bottom: 0.29rem;
position: relative;
}
.music_bottom .shop_item .car{
width: 0.46rem;
height: 0.46rem;
position: absolute;
bottom: 0.17rem;
right: 0.34rem;
}
.music_bottom .shop_item .shop_pic {
width: 1.48rem;
height: 1.48rem;
margin-right: 0.15rem;
}
.music_bottom .shop_item .shop_item_r{}
.music_bottom .shop_item_r .shop_item_title{
font-size: 0.28rem;
color: #333333;
margin-bottom: 0.21rem;
}
.music_bottom .shop_item_r .shop_item_price{
display: flex;
align-items: center;
margin-bottom: 0.17rem;
}
.music_bottom .shop_item_r .nums{
font-size: 0.2rem;
color: #626262;
zoom: 0.8;
}
.music_bottom .shop_item_price .price{
font-size: 0.28rem;
color: #333333;
margin-right: 0.03rem;
}
.music_bottom .shop_item_price .jx{
width: 0.6rem;
height: 0.24rem;
background-color: #ea4e3d;
border-radius: 0.12rem;
display: flex;
align-items: center;
justify-content: center;
}
.jx span {
font-size: 0.2rem;
color: #fffefe;
zoom: 0.8;
}
.shop_music {
display: flex;
align-items: center;
}
.shop_music img {
width: 0.27rem;
height: 0.28rem;
margin-right: 0.13rem;
}
.shop_music span {
font-size: 0.24rem;
color: #ffffff;
}
.footer {
position: fixed;
width: 100%;
bottom: 0;
left: 0;
height: 1rem;
background-color: #000000;
display: flex;
align-items: baseline;
justify-content: space-between;
padding-left: 0.39rem;
padding-right: 0.54rem;
box-sizing: border-box;
line-height: 1rem;
}
.footer li {
height: 100%;
}
.footer li a {
font-size: 0.24rem;
color: #ffffff;
}
.footer .active {
position: relative;
}
.footer .active a{
font-size: 0.3rem;
}
.footer .active::after {
content: "";
position: absolute;
width: 0.51rem;
height: 0.03rem;
background-color: #ffffff;
border-radius: 0.015rem;
left: 50%;
transform: translateX(-50%);
bottom: 0.05rem;
}