青橙1.1.2
This commit is contained in:
@ -77,17 +77,18 @@
|
||||
background: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
.picker-inner {
|
||||
padding: 0 20rpx;
|
||||
width: 100%;
|
||||
width: 270rpx;
|
||||
height: 84rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.picker-text { font-size: 28rpx; color: #1f1f1f; }
|
||||
.arrow { width: 28rpx; height: 28rpx; }
|
||||
.picker-text { font-size: 28rpx; color: #1f1f1f;}
|
||||
.arrow { width: 28rpx; height: 28rpx; position: absolute; right: 20rpx;}
|
||||
|
||||
/* 搜索按钮 */
|
||||
.btn {
|
||||
|
Reference in New Issue
Block a user