Commit 64c81551 by 莫晓莉

mxl

parent b771dc7a
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<style> <style>
page{ page{
background-color: #fff;
/*color:e */ /*color:e */
/* background-color: #0FAEFF; */ /* background-color: #0FAEFF; */
/* background:linear-gradient(60deg, #2E7DFE, #0FAEFF); */ /* background:linear-gradient(60deg, #2E7DFE, #0FAEFF); */
...@@ -63,7 +64,6 @@ ...@@ -63,7 +64,6 @@
justify-content: center; justify-content: center;
width:550upx; width:550upx;
margin:0 auto; margin:0 auto;
/* border:1rpx solid #fff; */
border:1rpx solid red; border:1rpx solid red;
border-radius:15upx; border-radius:15upx;
padding:25upx 0; padding:25upx 0;
...@@ -71,7 +71,10 @@ ...@@ -71,7 +71,10 @@
color:red; color:red;
font-size:35upx; font-size:35upx;
margin-top:105upx; margin-top:105upx;
box-shadow: 5upx 2upx 5upx 2upx red; /* box-shadow: 5upx 2upx 5upx 2upx red; */
outline: none;
box-shadow: 6upx 6upx 2upx red;
/* box-shadow: 6upx 6upx 0 hsl(16, 100%, 30%); */
} }
.flow-btn{ .flow-btn{
...@@ -80,7 +83,6 @@ ...@@ -80,7 +83,6 @@
justify-content: center; justify-content: center;
width:550upx; width:550upx;
margin:0 auto; margin:0 auto;
/* border:1rpx solid #fff; */
border:1rpx solid #2E7DFE; border:1rpx solid #2E7DFE;
border-radius:15upx; border-radius:15upx;
padding:25upx 0; padding:25upx 0;
...@@ -88,8 +90,9 @@ ...@@ -88,8 +90,9 @@
color:#2E7DFE; color:#2E7DFE;
font-size:35upx; font-size:35upx;
margin-top:105upx; margin-top:105upx;
/* color:white; */ /* box-shadow: 5upx 2upx 5upx 2upx #2E7DFE; */
box-shadow: 5upx 2upx 5upx 2upx #2E7DFE; outline: none;
box-shadow: 6upx 6upx 2upx #2E7DFE;
} }
.arrow-icon{ .arrow-icon{
width:30rpx; width:30rpx;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
/* background-color:#fff; */ /* background-color:#fff; */
width:95%; width:95%;
margin:0 auto; margin:0 auto;
border:1upx solid #eee; /* border:1upx solid #eee; */
/* border-radius:15upx; */ /* border-radius:15upx; */
} }
.login-item{ .login-item{
......
...@@ -19,6 +19,7 @@ page{ ...@@ -19,6 +19,7 @@ page{
border:1upx solid #eee; border:1upx solid #eee;
margin:35upx 20upx; margin:35upx 20upx;
background-color:#fff; background-color:#fff;
border-radius:15upx;
} }
.set-info-item .item-name { .set-info-item .item-name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment