第一次提交
This commit is contained in:
120
sub_pages/user/base/base.scss
Normal file
120
sub_pages/user/base/base.scss
Normal file
@@ -0,0 +1,120 @@
|
||||
|
||||
.page-wrap {
|
||||
background-image: url('https://file-jimei.oss-cn-shenzhen.aliyuncs.com/static/AgAACjstO6aGYdpKbYVInIACkhYjoWai.png');
|
||||
background-position: center;
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.page-bg{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-color: $user-base-bg-color;
|
||||
}
|
||||
page {
|
||||
// /* background-color: #1F021E; */
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.notice {
|
||||
font-size: 28rpx;
|
||||
// background-color: #999999;
|
||||
background-color: #330436;
|
||||
color: #c6c6c6;
|
||||
border-radius: 30rpx;
|
||||
width: 600rpx;
|
||||
margin: 20rpx auto;
|
||||
text-align: center;
|
||||
padding: 10rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
font-size: 48rpx;
|
||||
font-weight: bold;
|
||||
margin: 40rpx 0;
|
||||
|
||||
}
|
||||
|
||||
.desc {
|
||||
text-align: center;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
.sex{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.sex-item{
|
||||
position: relative;
|
||||
.gou{
|
||||
position: absolute;
|
||||
border-radius: 100%;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
right: 0;
|
||||
bottom: 38rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-wrapper-pla{
|
||||
height: 350rpx;
|
||||
}
|
||||
.btn-wrapper {
|
||||
position: fixed;
|
||||
bottom: 120rpx;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
width: 400rpx;
|
||||
margin: auto;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
|
||||
.indicator-class {
|
||||
|
||||
line-height: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
&::after{
|
||||
display: none;
|
||||
}
|
||||
&::before{
|
||||
display: none;
|
||||
}
|
||||
// color: #fff;
|
||||
background-color: rgba(#000000, .2);
|
||||
|
||||
border-radius: 50rpx;
|
||||
// border: none !important;
|
||||
|
||||
}
|
||||
|
||||
.mask-class {
|
||||
// background: #1F021E;
|
||||
background: transparent;
|
||||
color: #FFF;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.picker-view {
|
||||
width: 690rpx;
|
||||
height: 300rpx;
|
||||
margin: 220rpx auto;
|
||||
// background: $user-base-bg-color;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.item {
|
||||
line-height: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
text-align: center;
|
||||
/* background: #1F021E; */
|
||||
color: #999;
|
||||
&.current{
|
||||
color: #FFFFFF
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user