feat: harden phase one workflows
This commit is contained in:
@@ -1,3 +1,41 @@
|
||||
.ghost {
|
||||
margin-top: 16rpx;
|
||||
.page-heading {
|
||||
margin-bottom: 22rpx;
|
||||
}
|
||||
|
||||
.address-form {
|
||||
margin-bottom: 28rpx;
|
||||
}
|
||||
|
||||
.form-title {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.address-header {
|
||||
margin-bottom: 14rpx;
|
||||
}
|
||||
|
||||
.address-card {
|
||||
padding: 24rpx;
|
||||
margin-bottom: 16rpx;
|
||||
background: #ffffff;
|
||||
border: 1rpx solid #e4eaf0;
|
||||
border-radius: 16rpx;
|
||||
box-shadow: 0 8rpx 24rpx rgba(20, 36, 58, 0.05);
|
||||
}
|
||||
|
||||
.address-top {
|
||||
align-items: flex-start;
|
||||
gap: 18rpx;
|
||||
}
|
||||
|
||||
.address-detail {
|
||||
margin-top: 12rpx;
|
||||
color: #475569;
|
||||
font-size: 26rpx;
|
||||
line-height: 42rpx;
|
||||
}
|
||||
|
||||
.default-button {
|
||||
margin: 18rpx 0 0;
|
||||
min-width: 154rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user