133 lines
1.7 KiB
Plaintext
133 lines
1.7 KiB
Plaintext
/* pages/homefree/homefree.wxss */
|
|
page{
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.weather-wrapper{
|
|
position:relative;
|
|
padding-top: 0%;
|
|
padding-bottom: 0%;
|
|
}
|
|
|
|
.temp1{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 70rpx;
|
|
line-height:0.5;
|
|
text-indent:8%;
|
|
margin-top: -3%;
|
|
}
|
|
|
|
.t1{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 80rpx;
|
|
line-height:1;
|
|
text-indent:5%;
|
|
}
|
|
|
|
.temp1_ranqi{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 55rpx;
|
|
line-height:0.3em;
|
|
text-indent:8%;
|
|
font-weight: 550;
|
|
}
|
|
|
|
button[plain]{
|
|
border:0;
|
|
width: auto;
|
|
}
|
|
|
|
.pic{
|
|
margin: 0;
|
|
width:100rpx;
|
|
height: 80rpx;
|
|
border: none;
|
|
}
|
|
|
|
.temp2{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 60rpx;
|
|
line-height:1.4;
|
|
text-indent:8%;
|
|
}
|
|
|
|
.temp2_ranqi{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 30rpx;
|
|
line-height:0.5em;
|
|
text-indent:8%;
|
|
}
|
|
|
|
.temp3_ranqi{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 30rpx;
|
|
line-height:0.5em;
|
|
text-indent:8%;
|
|
}
|
|
|
|
.temp3{
|
|
text-align: left;
|
|
color:azure;
|
|
font-size: 35rpx;
|
|
line-height:1.4;
|
|
}
|
|
|
|
.temp4{
|
|
text-align: right;
|
|
color:azure;
|
|
font-size: 40rpx;
|
|
line-height:1.4;
|
|
}
|
|
|
|
.temp5{
|
|
text-align: right;
|
|
color:azure;
|
|
font-size: 30rpx;
|
|
line-height:1.4;
|
|
}
|
|
|
|
.weather-bg{
|
|
position: absolute;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
z-index:-1;
|
|
}
|
|
#net{
|
|
margin-left: 10.5%;
|
|
}
|
|
#yanwu_state{
|
|
margin-left: 32.5%;
|
|
}
|
|
#baojing_state{
|
|
margin-left: 32.5%;
|
|
}
|
|
text{
|
|
word-break: keep-all;
|
|
word-wrap: break-word;
|
|
}
|
|
#temp5{
|
|
text-align: right;
|
|
font-size: 40rpx;
|
|
line-height:1.4;
|
|
}
|
|
#temp6{
|
|
width: 20%;
|
|
float: left;
|
|
margin-left: 20%;
|
|
line-height: 0.5em;
|
|
border:0;
|
|
}
|
|
#tip{
|
|
color: #A4A4A4;
|
|
font-size: 0.5em;
|
|
text-align: center;
|
|
} |