|
|
@@ -154,8 +154,8 @@ export default {
|
|
|
margin-left: 8upx;
|
|
|
}
|
|
|
.birthday-type-btn {
|
|
|
- min-width: 35upx;
|
|
|
- height: 20upx;
|
|
|
+ min-width: 70upx;
|
|
|
+ height: 40upx;
|
|
|
font-size: 10upx;
|
|
|
border-radius: 3upx;
|
|
|
border: 1upx solid #dddddd;
|
|
|
@@ -257,15 +257,15 @@ export default {
|
|
|
margin-top: 10upx;
|
|
|
|
|
|
.birthday-action-btn {
|
|
|
- min-width: 40upx;
|
|
|
- height: 20upx;
|
|
|
+ min-width: 80upx;
|
|
|
+ height: 40upx;
|
|
|
font-size: 10upx;
|
|
|
border-radius: 3upx;
|
|
|
- text-align: center;
|
|
|
- line-height: 1;
|
|
|
- padding: 5upx;
|
|
|
- margin: 0 4upx;
|
|
|
border: 1upx solid;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin: 0 4upx;
|
|
|
|
|
|
&.save-btn {
|
|
|
background-color: #0076FF;
|