feat: 添加引导页
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
text-align: center;
|
||||
color: rgba(255, 235, 59, 0.95);
|
||||
// color: rgba(255, 235, 59, 0.95);
|
||||
color: rgb(255, 255, 255, 0.9);
|
||||
font-size: 40rpx;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
@@ -21,12 +22,31 @@
|
||||
}
|
||||
|
||||
.tip-box {
|
||||
height: 48px;
|
||||
border-radius: 24px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border: 4rpx solid rgba(147, 211, 51, 1);
|
||||
transition: all 0.4s;
|
||||
|
||||
&--first {
|
||||
position: absolute;
|
||||
top: 66px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
&--second {
|
||||
position: absolute;
|
||||
top: 127px;
|
||||
left: 28px;
|
||||
width: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.tip-text {
|
||||
color: rgba(255, 235, 59, 0.95);
|
||||
// color: #fff;
|
||||
// color: rgba(255, 235, 59, 0.95);
|
||||
color: rgb(255, 255, 255, 0.9);
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
@@ -36,16 +56,16 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
||||
.tip-box {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 342px;
|
||||
height: 46px;
|
||||
border-radius: 21px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
// .tip-box {
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// left: 50%;
|
||||
// transform: translateX(-50%);
|
||||
// width: 342px;
|
||||
// height: 46px;
|
||||
// border-radius: 21px;
|
||||
// background: rgba(255, 255, 255, 0.2);
|
||||
// }
|
||||
|
||||
.guide-icon {
|
||||
position: absolute;
|
||||
@@ -70,8 +90,8 @@
|
||||
color: rgba(255, 235, 59, 0.95);
|
||||
border-radius: 28rpx;
|
||||
position: absolute;
|
||||
top: 260rpx;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user