/* miniprogram/pages/logIn1/logIn1.wxss */ .title { font-size: 40rpx; padding: 15px 20px; height: 30px; font-weight: 800; } .sub-title { font-size: 35rpx; margin: 20rpx 40rpx; } .checkbox { transform: scale(0.8); margin-left: 10rpx; } .checkbox-group { width: 500rpx; } .text { font-size: 30rpx; margin: 10rpx 40rpx; } .buttons { display: flex; flex-direction: column; } .button { margin: 20rpx; } .title2 { align-self: center; font-size: 35rpx; margin-top: 100rpx; margin-bottom: 70rpx; } .block { display: flex; align-items: center; margin: 4rpx 0rpx; padding: 20rpx 40rpx; font-size: 30rpx; background-color: #FFFFFF; } .cate { width: 160rpx; } .input { width: 500rpx; } .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; }