v2.0.2 (单位全局使用rpx)

v2.0.2 (单位全局使用rpx)
This commit is contained in:
Weilanwl
2018-12-27 23:59:12 +08:00
parent 631054af7b
commit ec50ad8a7b
15 changed files with 5965 additions and 119 deletions

View File

@@ -1,41 +1,41 @@
bar .content image{
height: 30px;
width: 120px;
height: 60rpx;
width: 240rpx;
}
.cardTitle{
color: #fff;
padding: 45px 30px;
font-size: 20px;
padding: 90rpx 60rpx;
font-size: 40rpx;
font-weight: 300;
transform: skew(-10deg, 0deg);
position: relative;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3)
text-shadow: 0px 0px 6rpx rgba(0,0,0,0.3)
}
.cardTitle::before{
content: "";
position: absolute;
width: 30px;
height: 3px;
border-radius: 10px;
width: 60rpx;
height: 6rpx;
border-radius: 20rpx;
background-color: #fff;
display: block;
top: 30px;
left: 25px;
top: 60rpx;
left: 50rpx;
transform: skew(10deg, 0deg);
}
.cardTitle::after{
content: "";
position: absolute;
width: 70px;
border-radius: 3px;
height: 12px;
width: 140rpx;
border-radius: 6rpx;
height: 24rpx;
background-color: #fff;
display: block;
bottom: 38px;
left: 45px;
bottom: 76rpx;
left: 90rpx;
transform: skew(10deg, 0deg);
opacity: 0.1;
}