@import "/pages/wxgrid/wxgrid.wxss"; .publishContainer { width: 100%; height: 50%; } .mapBox{ width: 100%; height: 50%; } .controls { position: relative; top: 10%; height: 280rpx; width: 80%; left: 10%; background-color: whitesmoke; } .title { width: 100%; height: 100rpx; background-color: #5C6F73; font-size: 18rpx; color: blue; display: flex; flex-direction: row; white-space: nowrap; justify-content: flex-start; } .desc { width: 100%; height: 180rpx; display: block; background-color: whitesmoke; font-size: 30rpx; white-space: pre-line; color: black; padding: 10rpx; } .look{ color:lightblue; font-size: 22rpx; border-bottom: 1px blue solid; display:flex; flex-direction: column; justify-content: center; margin-left: 50rpx; } .headIcon { width: 80rpx; height: 80rpx; margin: 10rpx; border-radius: 10rpx; } .name { height: 100rpx; font-size: 30rpx; margin-left: 20rpx; color: whitesmoke; display:flex; flex-direction: column; justify-content: center; } .location-info{ position: relative; top: 0rpx; width: 80%; left: 0rpx; width:100%; height:200rpx; background-color: rgba(0,0,0,0.3); } .location-info-text{ font-size: 26rpx; color:white; margin-left:10rpx; margin-top:10rpx; } .descInputBox { width: 100%; height: 20%; display: flex; flex-direction: row; justify-content: center; white-space: nowrap; padding-top: 10rpx; } .descInput { background-color: transparent; height: 80rpx; font-size: 30rpx; border-bottom: 1px gray solid; margin-left: 20rpx; margin-right: 20rpx; width: 100%; } .photoBox { width: 100%; display: flex; flex-direction: row; justify-content: center; padding-top: 40rpx; } .scroll-list { width: 96%; margin-left: auto; margin-right: auto; } .photo { width: 600rpx; height: 600rpx; } .item-img { width: 120rpx; height: 120rpx; margin: 5rpx 5rpx 5rpx 5rpx; border-radius: 12rpx; } .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:lightgray; width: 95%; height: 100%; /* margin-top: 10rpx; */ padding:10rpx; } .placeholder { font-size: 24rpx; color: darkgray; } .weather-text{ word-break: break-all; font-size: 24rpx; color: gray; } .weather-text-title{ font-size: 26rpx; color: darkcyan; } .location-text{ font-size: 26rpx; color: gray; } .address-text{ /* word-break: break-all; */ font-size: 26rpx; color: gray; }