/* pages/style/style.wxss */ page{ padding: 30rpx; } .title{ font-size: 32rpx; margin: 30rpx 0 0 0; } .item{ padding: 30rpx 0 0rpx; padding-left: 140rpx; position: relative; } .item label{ position: absolute; left: 0; top: 30rpx; line-height: 64rpx; font-weight: 500; } .tags{ position: relative; font-size: 36rpx; } .tags>text{ display: inline-block; /* width: 160rpx; */ border: 1px solid #E0E0E0; text-align: center; line-height: 64rpx; border-radius: 32rpx; font-size: 30rpx; margin-bottom: 16rpx; margin-right: 16rpx; padding: 0 30rpx; } .tags .act{ border: 1px solid #FFEFEB; background: #FFEFEB; color: #D94B24; } .date-picker{ line-height: 64rpx; } .date-picker text{ color: #666; font-size: 30rpx; } .tags input{ border: 1px solid #E0E0E0; width: 100%; height: 88rpx; padding: 0 24rpx; box-sizing: border-box; position: relative; top: -5rpx; font-size: 30rpx; border-radius: 8rpx; } .upload{ width: 240rpx; height: 240rpx; background: #F7F7F7; border-radius: 8rpx; text-align: center; font-size: 30rpx; padding-top: 74rpx; } .upload image{ width: 50rpx; display: block; margin: 0 auto 8rpx; } .post_btn{ margin: 100rpx 0 40rpx; line-height: 88rpx; padding: 0; } .item picker{ display: inline-block; } .date-picker image{ width: 24rpx; } .account_img{ width: 240rpx; height: 240rpx; border-radius: 8rpx; } .icon-small{ display: block; margin-left: 95rpx; } input::disabled{ background: #999; }