123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- body,html{
- margin:0;
- padding:0
-
- }
- .qrcode {
- height: 300px;
- width: 300px;
- background:white;
- font-family:"Microsoft Yahei";
- line-height:300px;
- text-align:center;
- position:relative;
- }
- .qrcode2{
- height: 300px;
- width: 300px;
- background:white;
- margin:50px;
- font-family:"Microsoft Yahei";
- line-height:300px;
- text-align:center;
- position:relative;
- }
- .text{
- height: 25px;
- line-height: 25px;
- width: 300px;
- margin-top:50px;
- margin-left: 25px;
- width: 350px;
- height:150px;
- font-family:"Microsoft Yahei";
- resize:none;
- }
- .big_box{
- width:800px;
- height:420px;
- position:absolute;
- z-index:99;
- }
- .box_left{
- width:50%;
- height:inherit;
- float:left;
- background-color:#E0E0E0;
- }
- .box_right{
- width:50%;
- height:inherit;
- float:left;
- background-color:#E0E0E0;
- }
- .build_btn{
- width:300px;
- margin-left:50px;
- }
- .text_length{
- margin:0;
- margin-left:50px;
- font-family:"Microsoft Yahei";
- }
- .back_color{
- /* margin-left:50px; */
- /* margin-top:20px; */
- width: 100%;
- height: calc(100% - 35px);
- float: left;
- }
- .back_color div{
- float:left;
- font-family:"Microsoft Yahei";
- }
- .back_color input{
- float:left;
- font-family:"Microsoft Yahei";
- }
- .back_div{
- width: 350px;
- height:110px;
- background-color:white;
- margin-left: 25px;
- margin-top:10px;
- }
- .change{
- width:100%;
- height:35px;
- float: left;
- background-color:silver;
- }
- .back_color_c{
- width:70px;
- height:30px;
- font-family:"Microsoft Yahei";
- font-size:16px;
- line-height:33px;
- text-align:center;
- float:left;
- border-radius:10px 10px 0px 0px;
- margin-top:5px;
- margin-left:10px;
- cursor:pointer;
- }
- .back_img_c{
- width:70px;
- height:30px;
- font-family:"Microsoft Yahei";
- font-size:16px;
- line-height:33px;
- text-align:center;
- float:left;
- border-radius:10px 10px 0px 0px;
- margin-top:5px;
- margin-left:10px;
- cursor:pointer;
- }
- .back_img{
- /* margin-left:50px; */
- /* margin-top:20px; */
- width: 100%;
- height: calc(100% - 35px);
- float: left;
- }
- .back_img div{
- float:left;
- font-family:"Microsoft Yahei";
- }
- .back_img input{
- float:left;
- font-family:"Microsoft Yahei";
- }
- .show_img{
- width:86px;
- height:66px;
- background-size:100% 100%;
- position:absolute;
- top:0px;
- left:0px;
- margin:2px;
- }
|