|
|
- .page {
- background-color: $uni-bg-color;
- }
-
- .content {
- padding: 20rpx;
- }
-
- .form {
- &-item {
- background-color: #FFFFFF !important;
- border-radius: 14rpx;
- padding: 0 20rpx;
-
- & + & {
- margin-top: 20rpx;
- }
-
- &-content {
- min-height: 62rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- font-size: 28rpx;;
- color: #999999;
- }
- }
- }
-
- .button-submit {
- width: calc(100% - 40rpx);
- height: 90rpx;
- margin: 20rpx;
- background-color: $uni-bg-color-highlight;
- color: $uni-text-color-highlight;
- font-size: 36rpx;
- border-radius: 45rpx;
- }
|