12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- body{
- background-color: #fff;
- }
- .top_bg>div{
- /* width: 50%; */
- /* background-color: #fff; */
- margin: 15px 0;
- }
- .signup{
- width: 55%;
- padding: 0 30px;
- }
- .content .addvx{
- width: 35%;
- text-align: center;
- padding: 50px 0;
- line-height: 25px;
- font-size: 14px;
- border-left: 1px solid #f5f5f5;
- }
- .content .top_bg{
- width: 930px;
- background-color: #fff;
- /* background-image: linear-gradient(to bottom, #fdc70320, #fff 5%,#fff); */
- display: flex;
- /* margin-top: 20px; */
- padding: 20px 0;
- justify-content: center;
- flex-wrap: wrap;
- border-radius: 10px;
- box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
- }
- .addvx b{
- color: #0760C7;
- }
- .addvx img{
- margin: 15px auto;
- }
- .reg{
- text-align: left;
- padding: 15px 30px;
- font-size: 14px;
- width: 350px;
- max-width: 100%;
- }
- .reg input{
- height: 40px;
- margin-top: 10px;
- margin-bottom: 20px;
- border-color: #BBBBBB50;
- }
- .reg button{
- display: block;
- margin: 10px auto;
- background-color: #F6C845;
- width: 200px;
- border-radius: 10px;
- }
- @media screen and (max-width: 768px){
- .content>div{
- width: 100%;
- }
- .top_bg>div{
- width: 100% !important;
- }
- }
|