| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- page {
- background-color: #fff;
- }
- .input-box {
- padding: 30rpx 30rpx 0;
- }
- .input-box .input {
- width: 615rpx;
- height: 76rpx;
- line-height: 76rpx;
- background: #F8F8F8;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- padding: 0 32rpx;
- }
- .input-box .input input {
- width: 100%;
- height: 100%;
- }
- .saoma {
- width: 39rpx;
- height: 36rpx;
- margin-left: 35rpx;
- }
- .item {
- padding: 35rpx 0rpx;
- justify-content: space-between;
- border-bottom: 1rpx solid #E6E6E6;
- ;
- margin: 0 30rpx;
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- }
- .item:last-child{
- border-bottom: none;
- }
- .state{
- width: 73rpx;
- line-height: 36rpx;
- border-radius: 5rpx 5rpx 5rpx 5rpx;
- opacity: 1;
- border: 2rpx solid #0FCB27;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
- font-weight: normal;
- color: #0FCB27;
- text-align: center;
- margin-left: 10rpx;
- }
- .label {
- color: #666464;
- margin-right: 30rpx;
- }
- .item-input {
- color: #A8A5A5;
- text-align: right;
- justify-content: flex-end;
- }
- /* 保存按钮 */
- .submit-box{
- height: 140rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .submit-btn{
- width: 556rpx;
- line-height: 76rpx;
- background: #EB5C20;
- border-radius: 38rpx 38rpx 38rpx 38rpx;
- opacity: 1;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- margin:30rpx auto;
- }
|