9.20/1
This commit is contained in:
23
frontend/unpackage/dist/dev/mp-weixin/pages/account/form.wxss
vendored
Normal file
23
frontend/unpackage/dist/dev/mp-weixin/pages/account/form.wxss
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user