| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- /* 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;
- flex-direction: row;
- margin: 20rpx 40rpx;
- font-size: 35rpx;
- align-items: center;
- }
- .block2 {
- display: flex;
- flex-direction: row;
- margin: 20rpx 40rpx;
- font-size: 35rpx;
- }
- .block22 {
- display: flex;
- flex-direction: row;
- }
- .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;
- }
|