/* pages/opinion/opinion.wxss */ /* miniprogram/pages/publisherLogin/publisherLogin.wxss */ .title { font-size: 40rpx; padding: 15px 20px; height: 30px; font-weight: 800; } .subTitle { font-size: 35rpx; margin: 20rpx 40rpx; } .thirdTitle { font-size: 35rpx; margin: 20rpx 40rpx; font-weight: 600; } .radio { transform: scale(0.8); margin-left: 10rpx; } .radio-group { width: 450rpx; } .text { font-size: 30rpx; margin: 10rpx 40rpx; } .button { margin-top: 40rpx; margin-bottom: 40rpx; width: 250rpx !important; font-size: 30rpx; font-weight: normal !important; border-radius: 90rpx; border: none !important; } .button2 { margin-bottom: 20rpx; width: 350rpx !important; font-size: 30rpx; font-weight: normal !important; border-radius: 90rpx; background-color: transparent; } .title2 { align-self: center; font-size: 45rpx; font-weight: 900; margin-top: 100rpx; margin-bottom: 100rpx; } .page2 { display: flex; align-items: center; flex-direction: column; } .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; } .cate { width: 140rpx; text-align: right; } .con { display: flex; flex-direction: column; align-items: center; } .con1 { margin: 40rpx; font-size: 50rpx; font-weight: 900; } .con2 { font-size: 35rpx; margin: 50rpx; } .pic { width: 200rpx; height: 200rpx; } .line { height: 5rpx; }