mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交
This commit is contained in:
@@ -1066,7 +1066,7 @@
|
||||
padding: 20upx 0upx;
|
||||
background-color: #fff;
|
||||
.con-tab{
|
||||
display: flex;
|
||||
display: flex;
|
||||
padding: 5upx 20upx;
|
||||
|
||||
.con-tab-item {
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
width: 100%;
|
||||
padding: 50upx;
|
||||
box-sizing: border-box;
|
||||
bottom: 70upx;
|
||||
bottom: 90upx;
|
||||
left: 0;
|
||||
|
||||
.tabbar-box {
|
||||
@@ -152,7 +152,7 @@
|
||||
padding: 15upx 20upx;
|
||||
box-sizing: border-box;
|
||||
z-index: 2;
|
||||
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0px 2px 5px 3px rgba(101,101,101, 0.1);
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
@@ -166,7 +166,7 @@
|
||||
transform: rotate(45deg);
|
||||
background: #fff;
|
||||
z-index: 1;
|
||||
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 2px 2px 5px 3px rgba(101,101,101, 0.1);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@@ -187,10 +187,15 @@
|
||||
width: 100%;
|
||||
// color: #007AFF;
|
||||
z-index: 3;
|
||||
margin: 10upx;
|
||||
margin: 20upx;
|
||||
text-align: center;
|
||||
font-size: $uni-font-size-base;
|
||||
|
||||
.explain{
|
||||
margin-top: 10upx;
|
||||
font-size: 24upx;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
}
|
||||
.box-image {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user