@import "/pages/wxgrid/wxgrid.wxss"; .infoBox { width: 100%; height: 30%; } .mapBox{ width: 100%; height: 69%; overflow: hidden; } .lineTitleText{ width: 100%; margin-top: 10rpx; padding-left: 20rpx; padding-right: 20rpx; } .lineTitleText text{ color: black; font-size: 26rpx; } .lineContentText{ width: 100%; margin-top: 10rpx; padding-left: 20rpx; padding-right: 20rpx; min-height: 40rpx; } .lineContentText text{ font-size: 24rpx; color: #426666; } .lnglatBox{ width: 100%; margin-top: 10rpx; padding-left: 20rpx; padding-right: 20rpx; display: flex; flex-direction: row; } .lnglatBox .lngText{ width: 50%; display: flex; flex-direction: row; } .lnglatBox .lngText .title{ font-size: 26rpx; color: black; } .lnglatBox .lngText .content{ font-size: 24rpx; color: #426666; } .lnglatBox .latText{ width: 50%; } .buttonBox { height: 100rpx; width: 100%; margin-top: 10rpx; margin-bottom: 10rpx; position: absolute; bottom: 0rpx; left: 0rpx; display: flex; flex-direction: row; justify-content: center; } .buttonBox button { width: 90%; } .textarea { font-size: 28rpx; /* margin: 10%; */ background-color:white; width: 95%; /* height: 100%; */ /* margin-top: 10rpx; */ padding:10rpx; } .placeholder { font-size: 0.7rem; color: darkgray; } .weather-text{ word-break: break-all; font-size: 24rpx; color: gray; } .weather-text-title{ font-size: 26rpx; color: #426666; } .location-text{ font-size: 26rpx; color: gray; } .address-text{ /* word-break: break-all; */ font-size: 26rpx; color: gray; } .rtuCode-box{ background-color: white; margin-top: 20rpx; display: flex; flex-direction: row; height: 80rpx; align-items: center; } .rtuCode-text{ margin-left:10px; margin-right:10px; color: #426666; } .prog-info{ background-color: white; margin-top: 20rpx; } .submit-button{ background-color: #426666; } .button-check{ height: 100%; display: flex; justify-content: center; flex-direction: column; } .check-btn{ height: 22px; width: 60px; background-color: #669999; } .btn-hover-class{ background-color:coral; }