@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; } }