/* miniprogram/pages/logIn1/logIn1.wxss */ .title { font-size: 40rpx; padding: 15px 20px; height: 30px; font-weight: 800; } .subTitle { font-size: 35rpx; margin: 20rpx 40rpx; font-weight: 800; } .thirdTitle { font-size: 35rpx; margin: 20rpx 40rpx; font-weight: 600; } .picker-date { width: 450rpx; text-align: center; } .picker-time { width: 210rpx; text-align: center; } .checkbox { transform: scale(0.8); margin-left: 10rpx; } .checkbox-group { width: 450rpx; } .text { font-size: 30rpx; margin: 10rpx 40rpx; } .button { margin-top: 40rpx; margin-bottom: 40rpx; } .title2 { align-self: center; font-size: 50rpx; font-weight: 800; margin-top: 100rpx; margin-bottom: 70rpx; } .block { display: flex; margin: 20rpx 40rpx; font-size: 35rpx; align-items: center; } .block2 { display: flex; margin: 20rpx 40rpx; font-size: 35rpx; } .block22 { display: flex; } .input { border-radius: 10rpx; width: 450rpx; padding: 0 20rpx; } .textarea { border-radius: 10rpx; width: 450rpx; height: 200rpx; padding: 0 20rpx; } .poster { width: 450rpx; height: 270rpx; } .picture { width: 100rpx; height: 100rpx; } .cate { width: 160rpx; text-align: right; } .con { display: flex; flex-direction: column; align-items: center; } .con1 { margin: 40rpx; font-size: 50rpx; font-weight: 800; } .con2 { font-size: 35rpx; margin: 50rpx; } .success-icon { width: 200rpx; height: 200rpx; }