| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .line {
- margin-bottom: 20rpx;
- }
- .line-full-item {
- display: flex;
- align-items: center;
- }
- .line-full-title {
- width: 240rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #BDC2C8;
- }
- .line-text {
- flex: 1;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #6C6C6C;
- }
- .type2 {
- padding: 0 30rpx;
- }
- .type2 .line-full-item {
- padding: 32rpx 0;
- border-bottom: 1rpx solid #EBEBEB;
- }
- .type2 .line {
- margin-bottom: 0;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #6C6C6C;
- }
- .type2 .line-full-title {
- width: 260rpx;
- color: #20252E;
- }
- .arrow {
- width: 20rpx;
- height: 20rpx;
- margin-right: 30rpx;
- }
- .d-input {
- width: 30vw;
- }
- .e-input {
- width: 20vw;
- }
- .update {
- width: 590rpx;
- height: 96rpx;
- background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
- border-radius: 20rpx;
- text-align: center;
- line-height: 96rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- margin: 32rpx auto;
- }
- .type2 .unit {
- color: #333;
- }
- picker {
- width: 45vw;
- }
- .submit {
- border: 2rpx solid #028AFD;
- background: #FFFFFF;
- color: #0089FD;
- }
- .upload-image {
- display: block;
- margin: 40rpx auto;
- height: 240rpx;
- width: 90%;
- }
|