|
|
@@ -141,10 +141,10 @@ export default {
|
|
|
gap: 8upx;
|
|
|
justify-content: space-around;
|
|
|
.birthday-type-btn {
|
|
|
- min-width: 50upx;
|
|
|
- height: 30upx;
|
|
|
- font-size: 12upx;
|
|
|
- border-radius: 4upx;
|
|
|
+ min-width: 35upx;
|
|
|
+ height: 20upx;
|
|
|
+ font-size: 10upx;
|
|
|
+ border-radius: 3upx;
|
|
|
border: 1upx solid #dddddd;
|
|
|
background-color: #F5F5F5;
|
|
|
color: #333;
|
|
|
@@ -152,6 +152,7 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
margin: 0;
|
|
|
+ padding: 3upx;
|
|
|
|
|
|
&.active {
|
|
|
background-color: #0076FF;
|
|
|
@@ -168,20 +169,22 @@ export default {
|
|
|
.month-buttons {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: 3upx;
|
|
|
+ gap: 5upx;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.month-button {
|
|
|
- width: 30upx;
|
|
|
- height: 30upx;
|
|
|
+ width: 20upx;
|
|
|
+ height: 20upx;
|
|
|
border-radius: 50%;
|
|
|
border: 1upx solid #ddd;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 12upx;
|
|
|
+ font-size: 10upx;
|
|
|
transition: all 0.2s;
|
|
|
+ padding: 0;
|
|
|
|
|
|
&.active {
|
|
|
background-color: #0076FF;
|
|
|
@@ -201,21 +204,23 @@ export default {
|
|
|
.date-buttons {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- gap: 3upx;
|
|
|
+ gap: 5upx;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.date-button {
|
|
|
- width: 30upx;
|
|
|
- height: 30upx;
|
|
|
+ width: 20upx;
|
|
|
+ height: 20upx;
|
|
|
border-radius: 50%;
|
|
|
border: 1upx solid #ddd;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- font-size: 12upx;
|
|
|
+ font-size: 10upx;
|
|
|
margin: 2upx;
|
|
|
transition: all 0.2s;
|
|
|
+ padding: 0;
|
|
|
|
|
|
&.active {
|
|
|
background-color: #0076FF;
|
|
|
@@ -237,13 +242,13 @@ export default {
|
|
|
margin-top: 10upx;
|
|
|
|
|
|
.birthday-action-btn {
|
|
|
- min-width: 60upx;
|
|
|
- height: 28upx;
|
|
|
- font-size: 12upx;
|
|
|
- border-radius: 4upx;
|
|
|
+ min-width: 40upx;
|
|
|
+ height: 20upx;
|
|
|
+ font-size: 10upx;
|
|
|
+ border-radius: 3upx;
|
|
|
text-align: center;
|
|
|
line-height: 1;
|
|
|
- padding: 8upx;
|
|
|
+ padding: 5upx;
|
|
|
margin: 0;
|
|
|
border: 1upx solid;
|
|
|
|