123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- .main {
- width: 100%;
- /*background: url(../images/bg.png) no-repeat;
- background-size: cover;*/
- }
- .header {
- width: 100%;
- background: url(../images/bg.png) no-repeat;
- background-size: 100% 100%;
- padding-top: 1rem;
- }
- .header1 {
- width: 60%;
- margin: 0 auto;
- position: relative;
- display: flex;
- align-items: center;
- align-content: center;
- box-sizing: border-box;
- margin: 0 auto;
- margin-bottom: 1rem;
- /*background: url(../images/zhizhen.png) no-repeat;*/
- background-position: 0.06rem;
- background-size: 100%;
- }
- .shengyu {
- width: 50%;
- height: 50%;
- margin: 0 auto;
- position: relative;
- display: flex;
- flex-flow: column;
- align-items: center;
- align-content: center;
- /*justify-content: center;*/
- color: white;
- border-radius: 50%;
- /*background: linear-gradient(to bottom,#562BE4,#461BD2,#D61D87,#E53535);*/
- }
- .shengyu p {
- margin-top: 0.5rem;
- font-size: 0.8rem;
- }
- .shengyu span {
- font-size: 2rem;
- }
- .shengyu span i {
- font-style: normal;
- font-weight: normal;
- font-size: 1.2rem;
- }
- .shengyu .shuaxin {
- margin-top: 1.5vh;
- padding: 0.25rem 1rem;
- font-size: 0.8rem;
- border: 0.06rem solid white;
- border-radius: 1rem;
- }
- .yiyong {
- width: 100%;
- display: flex;
- justify-content: space-around;
- font-size: 0.94rem;
- color: #484A9A;
- }
- .yiyong .yiyong_item {
- display: flex;
- flex-flow: column;
- align-items: center;
- align-content: center;
- margin-bottom: 1rem;
- color: white;
- }
- .yiyong_item span {
- padding-top: 0.5rem;
- }
- .fuli1 {
- width: 100%;
- padding: 0.5rem 0;
- text-align: center;
- color: white;
- font-size: 0.94rem;
- background-color: #FF14CB;
- }
- .fuli1 span {
- text-decoration: underline;
- }
- .dingyue {
- padding-top: 1.5rem;
- }
- #myCanvas {
- width: 100%;
- position: absolute;
- /*top: 10%;
- left: 10%;*/
- }
- .dinggou {
- width: 100%;
- display: flex;
- box-sizing: border-box;
- justify-content: space-between;
- align-items: center;
- padding: 1rem 3%;
- color: #FFF;
- background: rgba(138, 10, 8, 0.2);
- font-size: 0.8rem;
- /*opacity: 0.2;*/
- }
- .dinggou p {
- display: flex;
- align-content: center;
- }
- .dinggou p img {
- width: 1rem;
- height: 1rem;
- padding-right: 0.3rem;
- }
- .dinggou a {
- color: #fff;
- text-decoration: underline;
- }
- .tips {
- width: 94%;
- margin: 0 auto;
- }
- .tips_header {
- display: flex;
- width: 100%;
- align-items: center;
- margin: 1.3rem 0 1.1rem 0;
- font-size: 0.95rem;
- color: rgba(78, 78, 78, 1);
- }
- .tips_header img {
- width: 1.25rem;
- height: 1.25rem;
- margin-top: 0.1rem;
- margin-right: 0.68rem;
- }
- .tips_item {
- display: flex;
- padding-bottom: 1rem;
- font-size: 0.8rem;
- align-items: flex-start;
- color: #6D6D6D;
- }
- .tips_item .num {
- width: 1.2rem;
- line-height: 1.2rem;
- margin-top: 0.1rem;
- margin-right: 0.68rem;
- font-size: 0.06rem;
- background: url(../images/message.png) no-repeat 0 0.06rem;
- background-size: 100% 100%;
- text-align: center;
- color: #333333;
- }
- .tips_item span {
- width: 90%;
- /*color:rgba(173,173,173,1);*/
- }
|