24 lines
646 B
Plaintext
24 lines
646 B
Plaintext
|
|
.page { display:flex; flex-direction: column; height: 100vh;
|
|
}
|
|
.form { background:#fff;
|
|
}
|
|
.field { display:flex; align-items:center; justify-content: space-between; padding: 18rpx 20rpx; border-bottom:1rpx solid #f3f3f3;
|
|
}
|
|
.label { color:#666;
|
|
}
|
|
.input { flex:1; text-align: right; color:#333;
|
|
}
|
|
.value { color:#333;
|
|
}
|
|
.actions { margin-top: 20rpx; padding: 0 20rpx;
|
|
}
|
|
.primary { width: 100%; background: #3c9cff; color:#fff; border-radius: 8rpx; padding: 22rpx 0;
|
|
}
|
|
.sheet { background:#fff;
|
|
}
|
|
.sheet-item { padding: 26rpx; text-align:center; border-bottom:1rpx solid #f2f2f2;
|
|
}
|
|
.sheet-cancel { padding: 26rpx; text-align:center; color:#666;
|
|
}
|