You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
@import './sp-new-input.scss'; |
|
.page-bg { |
|
background-color: $pagebg !important; |
|
} |
|
|
|
.page-css { |
|
position: relative; |
|
width: 750rpx; |
|
margin: 0 auto; |
|
z-index: 2; |
|
background: #f5f5f5; |
|
box-sizing: border-box; |
|
padding: 16rpx; |
|
min-height: 100vh; |
|
.fixedBtns { |
|
position: fixed; |
|
left: 50%; |
|
bottom: calc(60rpx + env(safe-area-inset-bottom)); |
|
width: 750rpx; |
|
padding: 0 40rpx; |
|
transform: translateX(-50%); |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
box-sizing: border-box; |
|
.fixedBtn { |
|
font-family: "PingFang SC"; |
|
font-style: normal; |
|
font-weight: 500; |
|
font-size: 26rpx; |
|
line-height: 34rpx; |
|
color: #333333; |
|
} |
|
.line { |
|
height: 22rpx; |
|
width: 1px; |
|
background-color: #999999; |
|
margin: 0 30rpx; |
|
} |
|
} |
|
} |
|
|
|
.u-image { |
|
flex: none; |
|
} |
|
|
|
|
|
/* #ifdef APP-PLUS */ |
|
|
|
.page-css { |
|
min-height: 100vh; |
|
} |
|
|
|
|
|
/* #endif */ |
|
|
|
|
|
/* #ifdef H5 */ |
|
|
|
.page-css { |
|
min-height: calc(100vh - env(safe-area-inset-top)); |
|
} |
|
|
|
|
|
/* #endif */ |
|
|
|
.u-badge { |
|
min-height: 30rpx; |
|
min-width: 30rpx; |
|
box-sizing: border-box; |
|
} |