| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- @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;
- }
|