weather.wxss 237 B

12345678910111213141516
  1. .container{
  2. position: absolute;
  3. top: 0;
  4. bottom: 0;
  5. left: 0;
  6. right: 0;
  7. background: #4D8AD7;
  8. color: #fff;
  9. font-size: 18px;
  10. padding-top: 100rpx;
  11. padding-left: 50rpx;
  12. }
  13. .container text{
  14. display: block;
  15. margin: 30px;
  16. }