page { background: #f3f3f3; font-size:28rpx; color:#333; } /* 公共样式class */ .common-page-padding{ padding:0 24rpx; } .common-card{ background: #fff; border-radius:18rpx; } .common-button-wrapper{ position: fixed; bottom:40rpx; left:24rpx; right:24rpx; } .line-cell{ padding:0 24rpx; height: 102rpx; display: flex; justify-content: space-between; align-items: center; margin-bottom:18rpx; } .cell-title{ font-weight:bold; } .cell-content{ flex:1; text-align: right; } /* 输入框样式 */ .input{ font-size: 28rpx; color:#333; } .common-placeholder{ font-size: 28rpx; color:#666; } /* 按钮样式 */ .common-button{ background: #09AFFF; border-color:#09AFFF; height: 68rpx; border-radius: 68rpx; font-size:28rpx; line-height: 68rpx; } .active-button{ background-color:rgb(19, 144, 207); border-color:rgb(19, 144, 207); } .mini-button-wrapper { text-align: center; } .mini-button-wrapper .common-button{ padding:0 64rpx; height: 72rpx; border-radius: 72rpx; line-height: 72rpx; } /* 跳转文字样式 */ .link-text{ color: #09AFFF; font-size: 24rpx; } /* 重写弹框样式 */ .am-modal-buttons .am-modal-button{ color:#999; font-size:36rpx; } .am-modal-buttons .buttonBold{ color: #09AFFF; font-weight: bold; } /* 垂直弹框样式 */ .am-modal-buttons--vertical{ padding:0 32rpx; } .am-modal-buttons--vertical.am-modal-buttons .am-modal-button{ font-size: 28rpx; font-weight: bold; color:#666; } .am-modal-buttons--vertical.am-modal-buttons .buttonBold{ background: #08A1F9; color:#fff; border-radius:12rpx; } .am-modal-buttons--vertical.am-modal-buttons::before{ background-color: #fff; } .am-modal-body{ font-size: 28rpx; color:#666; } /* 点击查看样式 */ .link-view-text{ color: #09AFFF; text-decoration:underline; } .work-day{ color: #999; font-size: 22rpx; margin:0 0 16rpx; } .cell-type{ margin:0 0 16rpx; font-size:28rpx; }