123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 |
- @import '../../app.less';
- .module.card {
- min-height: 314px;
- position: relative;
- .header {
- color: @night-blue;
- background: @theme_bg_color;
- font-size: 18px;
- height: 44px;
- line-height: 44px;
- padding-left: 36px;
- padding-right: 32px;
- .sub-title {
- float: right;
- font-size: 18px;
- }
- }
- .body {
- padding: 24px 32px 32px;
- .title {
- margin-bottom: 28px;
- font-size: 16px;
- color: @night-blue;
- }
- .btn {
- margin: 0 -32px;
- width: 100%;
- position: absolute;
- bottom: 44px;
- text-align: center;
- }
- }
- }
- .module.card.buy {
- .header {
- .sub-title {
- color: @cornflower;
- }
- }
- .body {
- .desc {
- .item {
- position: relative;
- margin-bottom: 18px;
- padding-left: 15px;
- font-size: 18px;
- }
- .item:before {
- content: '';
- width: 6px;
- height: 6px;
- position: absolute;
- background: @theme_color;
- border-radius: 3px;
- top: 10px;
- left: 0;
- }
- }
- }
- }
- .module.card.open {
- .header {
- .sub-title {
- color: @holder_color;
- }
- }
- .body {
- .text {
- margin-top: 40px;
- line-height: 25px;
- padding-left: 30px;
- padding-right: 5px;
- position: relative;
- .ant-checkbox-wrapper {
- position: absolute;
- left: 0;
- top: 5px;
- }
- }
- }
- }
- .module.card.ing {
- .body {
- .text {
- >div {
- margin-bottom: 10px;
- }
- }
- .list {
- .item {
- margin-top: 30px;
- .top {
- margin-bottom: 28px;
- .date {
- color: @night-blue;
- display: inline-block;
- }
- .action {
- float: right;
- .icon-button {
- margin-left: 22px;
- }
- }
- }
- }
- }
- }
- }
- .module.card.end {
- .header {
- background: #c8d1da;
- }
- }
- .module.card1 {
- min-height: 314px;
- position: relative;
- .header {
- text-align: center;
- .tag {
- vertical-align: top;
- margin-top: 12px;
- display: inline-block;
- padding: 0 7px;
- background: #6865FD;
- height: 18px;
- line-height: 18px;
- margin-right: 5px;
- font-size: 10px;
- color: #fff;
- border-radius: 8px;
- }
- }
- .header {
- color: @night-blue;
- background: @theme_bg_color;
- font-size: 18px;
- height: 44px;
- line-height: 44px;
- padding-left: 36px;
- padding-right: 32px;
- }
- .body {
- padding: 24px;
- }
- }
- .module.card1.open {
- .header {
- .sub-title {
- color: @holder_color;
- }
- }
- .body {
- .t-1 {
- margin-top: 20px;
- font-size: 16px;
- color: #5E677B;
- text-align: center;
- }
- .t-2 {
- font-size: 12px;
- color: #8897A8;
- text-align: center;
- margin-bottom: 20px;
- }
- .qr-code {
- text-align: center;
- }
- .text {
- margin-top: 50px;
- line-height: 25px;
- padding-left: 30px;
- padding-right: 5px;
- position: relative;
- font-size: 12px;
- margin-bottom: 30px;
- .ant-checkbox-wrapper {
- margin-right: 2px;
- }
- }
- .btn {
- margin: 0 auto;
- width: 110px;
- text-align: center;
- .button {
- width: 110px;
- display: inline-block;
- }
- }
- }
- }
- .module.card1.ing {
- .body {
- .text {
- padding-top: 50px;
- padding-left: 100px;
- .t-1 {
- font-size: 20px;
- color: #5E677B;
- }
- .t-2 {
- font-size: 14p;
- color: #5E677B;
- }
- }
- .title {
- margin-bottom: 10px;
- font-size: 14px;
- color: #5E677B;
- }
- .list {
- .item {
- margin-bottom: 15px;
- .top {
- .title {
- color: #050930;
- font-size: 16px;
- }
- }
- .detail {
- height: 25px;
- line-height: 25px;
- .progress {
- display: inline-block;
- width: 160px;
- }
- .action {
- display: inline-block;
- .icon-button {
- margin-left: 22px;
- }
- }
- }
- }
- }
- .bottom {
- color: #8897A8;
- font-size: 12px;
- position: absolute;
- bottom: 20px;
- }
- }
- }
- .module.card1.end {
- .text {
- padding-top: 70px;
- text-align: center;
- .t-1 {
- font-size: 20px;
- color: #5E677B;
- }
- }
- .bottom {
- color: #8897A8;
- font-size: 12px;
- position: absolute;
- bottom: 20px;
- }
- }
- .module.card1.stop {
- .text {
- padding-top: 50px;
- text-align: center;
- .t-1 {
- font-size: 20px;
- color: #5E677B;
- }
- .t-2 {
- font-size: 14p;
- color: #5E677B;
- }
- }
- }
|