7 changed files with 186 additions and 119 deletions
-
6static/style/nine-base-001.scss
-
140static/style/nine-base-002.scss
-
15static/style/nine-base-003.scss
-
30static/style/nine-btn-001.scss
-
46static/style/nine-image-001.scss
-
14static/style/nine-list-001.scss
-
54static/style/nine-nav-001.scss
@ -0,0 +1,15 @@ |
|||
.nine-nomore-001{ |
|||
padding: 25rpx; |
|||
text-align: center; |
|||
} |
|||
.nine-nomore-001-span{ |
|||
font-size: 12px; |
|||
color: lightgray |
|||
} |
|||
|
|||
// 允许文本复制 |
|||
.nine-user-select { |
|||
cursor: auto; |
|||
-webkit-user-select: text; |
|||
user-select: text; |
|||
} |
|||
@ -1,27 +1,27 @@ |
|||
// 边框蓝,字体蓝,用于获取短信验证码按钮 |
|||
.nine-btn-verify-001{ |
|||
border-radius: 10rpx; |
|||
color: #1e1eff; |
|||
border: 3rpx solid #1e1eff; |
|||
border-radius: 10rpx; |
|||
color: #1e1eff; |
|||
border: 3rpx solid #1e1eff; |
|||
} |
|||
// 保存按钮 |
|||
.nine-btn-save-001{ |
|||
padding: 20rpx; |
|||
border-radius: 10rpx; |
|||
color: #fff; |
|||
background-color: #0000ff; |
|||
text-align: center; |
|||
padding: 20rpx; |
|||
border-radius: 10rpx; |
|||
color: #fff; |
|||
background-color: #0000ff; |
|||
text-align: center; |
|||
} |
|||
// 退出登录 |
|||
.nine-btn-login-out-001{ |
|||
padding: 20rpx; |
|||
border-radius: 10rpx; |
|||
color: red; |
|||
background: #fff; |
|||
text-align: center; |
|||
padding: 20rpx; |
|||
border-radius: 10rpx; |
|||
color: red; |
|||
background: #fff; |
|||
text-align: center; |
|||
} |
|||
// 灰色横线 |
|||
.nine-line-001{ |
|||
height: 1rpx; |
|||
border-top: 1rpx solid #d9d9d9; |
|||
height: 1rpx; |
|||
border-top: 1rpx solid #d9d9d9; |
|||
} |
|||
@ -1,36 +1,46 @@ |
|||
.image35{ |
|||
width: 35rpx; |
|||
height: 35rpx; |
|||
width: 35rpx; |
|||
height: 35rpx; |
|||
} |
|||
.image40{ |
|||
width: 40rpx; |
|||
height: 40rpx; |
|||
width: 40rpx; |
|||
height: 40rpx; |
|||
} |
|||
.image50{ |
|||
width: 40rpx; |
|||
height: 40rpx; |
|||
width: 50rpx; |
|||
height: 50rpx; |
|||
} |
|||
.image60{ |
|||
width: 60rpx; |
|||
height: 60rpx; |
|||
} |
|||
.image70{ |
|||
width: 70rpx; |
|||
height: 70rpx; |
|||
width: 70rpx; |
|||
height: 70rpx; |
|||
} |
|||
.image80{ |
|||
width: 70rpx; |
|||
height: 70rpx; |
|||
width: 70rpx; |
|||
height: 70rpx; |
|||
} |
|||
.image90{ |
|||
width: 90rpx; |
|||
height: 90rpx; |
|||
width: 90rpx; |
|||
height: 90rpx; |
|||
} |
|||
.image150{ |
|||
width: 150rpx; |
|||
height: 150rpx; |
|||
width: 150rpx; |
|||
height: 150rpx; |
|||
} |
|||
.image200{ |
|||
width: 200rpx; |
|||
height: 200rpx; |
|||
width: 200rpx; |
|||
height: 200rpx; |
|||
} |
|||
.image400{ |
|||
width: 400rpx; |
|||
height: 400rpx; |
|||
width: 400rpx; |
|||
height: 400rpx; |
|||
} |
|||
|
|||
// 验证码大小 |
|||
.image-size-verify-001{ |
|||
width: 150rpx; |
|||
height: 35px; |
|||
} |
|||
@ -1,9 +1,13 @@ |
|||
.nine-list-001{ |
|||
padding: 10rpx; |
|||
padding: 10rpx; |
|||
} |
|||
.nine-list-001-item{ |
|||
background-color: #fff; |
|||
margin: 10rpx 0; |
|||
padding: 10rpx 30rpx; |
|||
border-radius: 10rpx; |
|||
background-color: #fff; |
|||
margin: 10rpx 0; |
|||
padding: 10rpx 30rpx; |
|||
border-radius: 10rpx; |
|||
} |
|||
.nine-list-001-item-image-image{ |
|||
width: 40rpx; |
|||
height: 30rpx; |
|||
} |
|||
@ -1,39 +1,39 @@ |
|||
.nine-nav-001{ |
|||
display: flex; |
|||
flex-direction: column; |
|||
padding: 10rpx; |
|||
flex: 1; |
|||
height: 100%; |
|||
overflow-y: auto; |
|||
display: flex; |
|||
flex-direction: column; |
|||
padding: 10rpx; |
|||
flex: 1; |
|||
height: 100%; |
|||
overflow-y: auto; |
|||
} |
|||
.nine-nav-001-item{ |
|||
background: #fff; |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
justify-content: space-between; |
|||
margin-top: 5rpx; |
|||
padding: 20rpx 15rpx; |
|||
border-radius: 1rpx; |
|||
border-style: solid; |
|||
border-width: 0px; |
|||
background: #fff; |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
justify-content: space-between; |
|||
margin-top: 5rpx; |
|||
padding: 20rpx 15rpx; |
|||
border-radius: 1rpx; |
|||
border-style: solid; |
|||
border-width: 0px; |
|||
} |
|||
.nine-nav-001-item-left{ |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
padding: 2rpx 10rpx; |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
padding: 2rpx 10rpx; |
|||
} |
|||
.nine-nav-001-item-left-text{ |
|||
font-size: 16px; |
|||
padding-left: 20rpx; |
|||
font-size: 16px; |
|||
padding-left: 20rpx; |
|||
} |
|||
.nine-nav-001-item-right{ |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
display: flex; |
|||
flex-direction: row; |
|||
align-items: center; |
|||
} |
|||
.nine-nav-001-item-right-image{ |
|||
width: 16rpx; |
|||
height: 35rpx; |
|||
width: 16rpx; |
|||
height: 35rpx; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue