jdvue
Version:
A Vue.js 2.0 Mobile UI components at JinDanLiCai
47 lines • 1.02 kB
text/less
.v-share{
.cont{
background: #fff;
display: flex;
justify-content: space-around;
padding: 20px 0;
a {
color: #43445b;
text-align: center;
img {
width: 60px;
height: 60px;
border-radius: 100px;
}
span {
display: block;
margin-top: 10px;
font-size: 14px;
}
}
}
&_foot {
height: 56px;
line-height: 56px;
background: #fff;
color: #43445b;
font-size: 16px;
text-align: center;
cursor: pointer;
}
&_weixin {
height: 100%;
background: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 999;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: right;
img {
width: 220px;
margin-right: 20px;
margin-top: 20px;
}
}
}