| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- /* miniprogram/pages/publisherLogin/publisherLogin.wxss */
- .title {
- font-size: 40rpx;
- padding: 15px 20px;
- height: 30px;
- font-weight: 800;
- }
- .sub-title {
- font-size: 35rpx;
- margin: 20rpx 40rpx;
- }
- .sub-sub-title {
- font-size: 35rpx;
- margin: 20rpx 40rpx;
- }
- .radio {
- transform: scale(0.8);
- margin-left: 10rpx;
- }
- .radio-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: 40rpx;
- margin-top: 100rpx;
- margin-bottom: 100rpx;
- }
- .page2 {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .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: 900;
- }
- .con2 {
- font-size: 35rpx;
- margin: 50rpx;
- }
- .pic {
- width: 200rpx;
- height: 200rpx;
- }
|