| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- page{
- background-color: #fff;
- }
- .p-form{
- padding:40rpx;
- }
- .p-form-item{
- margin-bottom: 40rpx;
- }
- .p-label{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Semibold, PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-top: 20rpx;
- margin-bottom: 20rpx;
- }
- .p-input{
- background: #F8F8F8;
- border-radius: 8rpx;
- padding: 24rpx;
- opacity: 1;
- font-size: 26rpx;
- }
- .p-placeholder{
- font-size: 26rpx;
- color: #999999;
- }
- .p-select{
- line-height: 47rpx;
- font-size: 32rpx;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #999999;
- }
- .p-select-item{
- margin-right: 70rpx;
- }
- .p-select-item:last-child{
- margin-right: 0;
- }
- .p-select-item image{
- width: 30rpx;
- height: 30rpx;
- margin-right: 12rpx;
- }
- .p-select-group{
- }
- .p-select-group-item{
- line-height: 70rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- background: #F3F5F7;
- border-radius: 35rpx 35rpx 35rpx 35rpx;
- padding: 0 30rpx;
- margin-right: 20rpx;
- }
- .p-select-group-item-active{
- background-color: var(--main);
- color: #fff;
- }
- .share-btn{
- background-color: #fff;
- padding: 30rpx 40rpx;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 5;
- }
- .btn{
- line-height: 80rpx;
- background: #27D699;
- border-radius: 40rpx 40rpx 40rpx 40rpx;
- opacity: 1;
- font-size: 32rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- }
|