修改授权页,登录页样式
This commit is contained in:
@ -6153,7 +6153,7 @@ page {
|
||||
margin: 0.2*100rpx 0.3*100rpx 0 0.3*100rpx;
|
||||
}
|
||||
|
||||
.cash-withdrawal{
|
||||
.cash-withdrawal {
|
||||
padding-top: 1.3*100rpx;
|
||||
}
|
||||
|
||||
@ -7349,49 +7349,51 @@ page {
|
||||
|
||||
/*立即注册*/
|
||||
.register {
|
||||
background-image: linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
background-image: -moz-linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
// background-image: linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
// background-image: -moz-linear-gradient(to bottom, #eb3729 0%, #eb3729 100%);
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// justify-content: center;
|
||||
}
|
||||
|
||||
.register .shading {
|
||||
background-image: url("https://wx.yixiang.co/static/images/registerw.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
width: 100%;
|
||||
height: 2.86*100rpx;
|
||||
padding-top: 0.7*100rpx;
|
||||
}
|
||||
// .register .shading {
|
||||
// background-image: url("https://wx.yixiang.co/static/images/registerw.png");
|
||||
// background-repeat: no-repeat;
|
||||
// background-size: 100% 100%;
|
||||
// width: 100%;
|
||||
// height: 2.86*100rpx;
|
||||
// padding-top: 0.7*100rpx;
|
||||
// }
|
||||
|
||||
.register .shading .pictrue {
|
||||
width: 1.72*100rpx;
|
||||
height: 1.72*100rpx;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
margin: 0 auto;
|
||||
}
|
||||
// .register .shading .pictrue {
|
||||
// width: 1.72*100rpx;
|
||||
// height: 1.72*100rpx;
|
||||
// border-radius: 50%;
|
||||
// background-color: rgba(255, 255, 255, 0.8);
|
||||
// margin: 0 auto;
|
||||
// }
|
||||
|
||||
.register .shading .pictrue image {
|
||||
width: 1.64*100rpx;
|
||||
height: 1.64*100rpx;
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
}
|
||||
// .register .shading .pictrue image {
|
||||
// width: 1.64*100rpx;
|
||||
// height: 1.64*100rpx;
|
||||
// border-radius: 50%;
|
||||
// display: block;
|
||||
// }
|
||||
|
||||
.register .whiteBg {
|
||||
width: 6.2*100rpx;
|
||||
border-radius: 0.16*100rpx;
|
||||
background-color: #fff;
|
||||
margin: 0.3*100rpx auto 0 auto;
|
||||
padding: 0.45*100rpx 0.3*100rpx 0 0.3*100rpx;
|
||||
padding: 0 60rpx
|
||||
}
|
||||
|
||||
.register .whiteBg .title {
|
||||
line-height: 2em;
|
||||
font-size: 0.36*100rpx;
|
||||
color: #282828;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
margin-top: 100rpx;
|
||||
margin-bottom: 50rpx;
|
||||
}
|
||||
|
||||
.register .whiteBg .title .item~.item {
|
||||
@ -7410,8 +7412,8 @@ page {
|
||||
}
|
||||
|
||||
.register .whiteBg .list .item {
|
||||
border-bottom: 1px solid #ededed;
|
||||
padding: 0.47*100rpx 0 0.13*100rpx 0;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
padding: 30rpx 0 30rpx 0rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -7429,7 +7431,7 @@ page {
|
||||
|
||||
.register .whiteBg .list .item input {
|
||||
font-size: 0.33*100rpx;
|
||||
width: 4.9*100rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.register .whiteBg .list .item input::placeholder {
|
||||
@ -7493,7 +7495,7 @@ page {
|
||||
}
|
||||
|
||||
.register .bottom {
|
||||
background-image: url("https://wx.yixiang.co/static/images/registerB.png");
|
||||
// background-image: url("https://wx.yixiang.co/static/images/registerB.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
width: 6.2*100rpx;
|
||||
@ -7523,7 +7525,7 @@ page {
|
||||
// #endif
|
||||
|
||||
z-index: 9;
|
||||
border-bottom: 1px solid #f5f5f5;
|
||||
// border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.productSort .header .input {
|
||||
@ -9307,3 +9309,9 @@ rich-text {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.shoppingCart,
|
||||
.user,
|
||||
.container {
|
||||
height: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user