/* pages/eventDetail/eventDetail.wxss */ page{ background: #fff; padding: 30rpx; } .banner{ width: 100%; border-radius: 18rpx; } .info{ border-bottom: 1px solid #F0F0F0; padding-bottom: 28rpx; } .info view{ color: #666; font-size: 32rpx; margin: 34rpx 0 28rpx; } .info text{ display: block; color: #999; font-size: 26rpx; } .tt{ font-size: 28rpx; color: #666; margin: 34rpx 0; } .p{ color: #999; font-size: 26rpx; margin-bottom: 20rpx; line-height: 50rpx; } .sq{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; } .zksq{ color: #3780CD; font-size: 28rpx; } .content{ border-bottom: 1px solid #F0F0F0; padding-bottom: 28rpx; } .post{ width: 100% !important; background: #3780CD; color: #fff; display: block; font-size: 34rpx; height: 90rpx; line-height: 90rpx; padding: 0; } .bg{ position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,.5); padding: 50rpx; } .form{ background: #fff; border-radius: 18rpx; padding: 50rpx 60rpx; display: block; } .form_tt{ text-align: center; color: #333; font-size: 30rpx; margin-bottom: 50rpx; } .item{ background: #F7F7F7; height: 72rpx; border-radius: 10rpx; position: relative; display: flex; margin-bottom: 18rpx; padding: 0 28rpx; } .item label{ line-height: 72rpx; color: #999; width: 32%; } .item input{ width: 63%; height: 72rpx; } .item picker{ width: 63%; } .form .ts{ display: block; text-align: center; color: #999; font-size: 22rpx; line-height: 50rpx; } .form .post{ margin-top: 20rpx; } .picker{ line-height: 72rpx; } .code{ position: absolute; color: #1682DA; font-size: 22rpx; right: 24rpx; top: 0; line-height: 72rpx; }