/* pages/signup.wxss */ page{ padding: 30rpx; } .money{ font-weight: 500; margin-top: 50rpx; margin-bottom: 30rpx; } .item{ padding: 30rpx 0rpx 0rpx; padding-left: 140rpx; position: relative; font-size: 34rpx; } .item label{ position: absolute; left: 0; top: 30rpx; line-height: 64rpx; } .title{ line-height: 64rpx; margin-top: 30rpx; margin-bottom: 20rpx; font-size: 38rpx; } .title label{ line-height: 64rpx; margin-top: 30rpx; margin-bottom: 20rpx; font-size: 34rpx; } .message{ font-size: 26rpx; color: #666; } .zf{ width: 40rpx; height: 40rpx; margin-left: 20rpx; position: absolute; margin-top: 15rpx; } .content{ margin-left: 30rpx; } .tags{ position: relative; margin-left: 25rpx; } .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,.picker{ 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; line-height: 88rpx; } .yzm{ display: flex; justify-content: space-between; } .yzm input{ width: 58%; } .yzm view{ width: 40%; height: 80rpx; color: #D94B24; line-height: 80rpx; border: 1px solid #D94B24; border-radius: 8rpx; font-size: 30rpx; text-align: center; } .yzm .disabled{ color: #999; border-color: #999; } .picker image{ float: right; margin-top: 30rpx; } button:not([size='mini']){ background: #D94B24; color: #fff; width: 100% !important; margin-top: 100rpx; height: 88rpx; line-height: 88rpx; padding: 0; font-size: 32rpx; border-radius: 8rpx; }