You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

19 lines
273 B

/* pages/first/first.wxss */
.testOne{
color: #FFFFFF;
background: #2E8CF5;
margin-top: 20%;
margin-left: 5%;
width: 30%;
float: left;
}
.testTwo{
color: #FFFFFF;
background: #2E8CF5;
margin-top: 20%;
margin-right: 5%;
width: 30%;
float: right;
}