[new feature] List: add finished-text prop (#2131)

This commit is contained in:
neverland
2018-11-24 08:10:34 +08:00
committed by GitHub
parent 58f3bddbaa
commit c8967fc8ed
8 changed files with 80 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
// color variables
// Color variables
@black: #000;
@white: #fff;
@red: #f44;
@@ -12,14 +12,14 @@
@gray-darker: #7d7e80;
@gray-dark: #969799;
// default colors
// Default colors
@text-color: #323233;
@border-color: #ebedf0;
@active-color: #e8e8e8;
@background-color: #f8f8f8;
@background-color-light: #fafafa;
// button
// Button
@button-default-color: @text-color;
@button-default-background-color: @white;
@button-default-border-color: @border-color;
@@ -37,19 +37,36 @@
@button-bottom-action-primary-color: @white;
@button-bottom-action-primary-background-color: @red;
// checkbox
// Checkbox
@checkbox-size: 20px;
// radio
// Info
@info-size: 16px;
@info-color: @white;
@info-padding: 0 3px;
@info-font-size: 12px;
@info-font-weight: 500;
@info-border-width: 1px;
@info-background-color: @red;
@info-font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
// List
@list-icon-size: 16px;
@list-icon-margin-right: 5px;
@list-text-color: @gray-dark;
@list-text-font-size: 13px;
@list-text-line-height: 50px;
// NumberKeyboard
@number-keyboard-key-height: 54px;
@number-keyboard-key-background: #ebedf0;
// Radio
@radio-size: 20px;
// swipe
// Swipe
@swipe-indicator: 6px;
// tab
// Tab
@tabs-line-height: 44px;
@tabs-card-height: 30px;
// number keyboard
@number-keyboard-key-height: 54px;
@number-keyboard-key-background: #eBedf0;