/* pages/home/home.wxss */ page{ width:100%; height:100%; } .weather-wrapper{ position:relative; padding-top: 0%; padding-bottom: 0%; } .temp1{ text-align: left; color:azure; font-size: 80rpx; line-height:1; text-indent:8%; } .temp1_ranqi{ text-align: left; color:azure; font-size: 80rpx; line-height:1; text-indent:8%; font-weight: 900; } .temp1_yanwu{ text-align: left; color:azure; font-size: 80rpx; line-height:1; text-indent:8%; font-weight: 900; } .temp1_yanwu_btn{ width: 20%; float: right; margin-right: 10%; border:0; } button[plain]{ border:0; width: auto; } .pic{ margin: 0; width:100rpx; height: 80rpx; border: none; } .temp1_qiujiu{ text-align: left; color:azure; font-size: 80rpx; line-height:1; text-indent:8%; font-weight: 900; } .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:1.4; text-indent:8%; } .temp3_ranqi{ text-align: left; color:azure; font-size: 30rpx; line-height:1.4; 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%; } #ranqi_state{ margin-left: 32.5%; } #yanwu_state{ margin-left: 32.5%; } #baojing_state{ margin-left: 32.5%; } text{ word-break: keep-all; word-wrap: break-word; }