123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- @charset "utf-8";
- #index {
- .block-1 {
- padding: 15px;
- position: relative;
- .line {
- position: absolute;
- width: 30px;
- height: 5px;
- background: #7660A4;
- top: 80px;
- }
- .title {
- color: #303036;
- margin-bottom: 5px;
- }
- .sub {
- font-size: 12px;
- color: #303036;
- margin-bottom: 30px;
- }
- .line {}
- .copy-title {
- font-size: 12px;
- color: #686872;
- margin-bottom: 5px;
- }
- .input {
- height: 44px;
- line-height: 44px;
- background: rgba(255, 255, 255, 1);
- border: 2px solid rgba(229, 229, 229, 1);
- font-size: 12px;
- display: flex;
- .prefix {
- background: rgba(247, 247, 247, 1);
- padding: 0 6px;
- display: inline-block;
- height: 40px;
- line-height: 40px;
- vertical-align: top;
- }
- .value {
- color: #40A8E2;
- padding: 0 10px;
- display: inline-block;
- height: 40px;
- line-height: 40px;
- vertical-align: top;
- flex: 1;
- }
- .assets {
- vertical-align: top;
- }
- }
- }
- .block-2 {
- background: #fefefe;
- position: relative;
- max-width: 750px;
- margin: 0 auto;
- .bg {
- .bg-1 {
- background-image: url('/assets/bg_img1.png');
- background-repeat: no-repeat;
- background-position: left;
- background-size: 485px 128px;
- height: 128px;
- }
- .bg-2 {
- background-image: url('/assets/bg_img2.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: 750px 300px;
- height: 300px;
- }
- .bg-3 {
- background-image: url('/assets/bg_img3.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: 750px 300px;
- height: 300px;
- }
- .bg-4 {
- background-image: url('/assets/bg_img4.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: 750px 300px;
- height: 300px;
- }
- .bg-5 {
- background-image: url('/assets/bg_img5.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: 750px 240px;
- height: 240px;
- }
- }
- .fixed {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- padding-top: 35px;
- padding-left: 15px;
- padding-right: 15px;
- .h-title {
- color: #050930;
- font-size: 18px;
- font-weight: 600;
- text-align: center;
- margin-bottom: 30px;
- }
- .line {
- height: 3px;
- width: 15px;
- background: #7660A4;
- position: absolute;
- top: 75px;
- }
- .title {
- color: #303139;
- font-size: 16px;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .block-2-1 {
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 14px 24px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
- border-radius: 4px;
- border: 1px solid rgba(240, 240, 240, 1);
- margin-bottom: 15px;
- padding: 20px 18px;
- .block-2-1-h {
- .assets {
- margin-right: 7px;
- width: 20px;
- height: 20px;
- transform: translateY(-2px)
- }
- .block-2-1-h-t {
- font-size: 16px;
- color: #303139;
- font-weight: 600;
- margin-right: 5px;
- display: inline-block;
- }
- .block-2-1-h-s {
- font-size: 12px;
- color: #5E677B;
- display: inline-block;
- }
- }
- .block-2-1-d {
- font-size: 12px;
- color: #8897A8;
- }
- }
- .block-2-2 {
- display: flex;
- margin: 30px -7px;
- .block-2-2-i {
- flex: 1;
- margin: 0 7px;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 14px 24px 0px rgba(156, 183, 223, 0.14), 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
- border-radius: 2px;
- border: 1px solid rgba(240, 240, 240, 1);
- padding: 10px 15px;
- .block-2-2-i-t {
- font-size: 18px;
- font-weight: 600;
- margin-bottom: 25px;
- }
- .block-2-2-i-d {
- font-size: 10px;
- }
- }
- }
- .block-2-3 {
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 20px 30px 0px rgba(156, 183, 223, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.02);
- border-radius: 4px;
- border: 1px solid rgba(246, 250, 255, 1);
- margin-bottom: 15px;
- padding: 20px 15px;
- position: relative;
- .block-2-3-t {
- font-weight: 600;
- margin-bottom: 10px;
- }
- .block-2-3-d {
- font-size: 12px;
- color: #8897A8;
- }
- .assets {
- position: absolute;
- right: 0;
- top: 0;
- }
- }
- }
- }
- .blue {
- color: #4292F0;
- }
- .red {
- color: #F36565;
- }
- .yellow {
- color: #F2B252;
- }
- }
|