| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- 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: #666464;
- text-align: right;
- justify-content: flex-end;
- }
- /* 按钮 */
- .bottom-btns{
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background: #FFFFFF;
- box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- z-index: 10;
- }
- .btn1{
- width: 160rpx;
- line-height: 76rpx;
- height: 76rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- color: #EB5C20;
- border: 1px solid #EB5C20;
- text-align: center;
- font-weight: 500;
- font-size: 28rpx;
- box-sizing: border-box;
- }
- .btn2{
- width: 160rpx;
- line-height: 76rpx;
- height: 76rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- background-color: #EB5C20;
- color: #fff;
- border: 1px solid EB5C20;
- text-align: center;
- font-weight: 500;
- font-size: 28rpx;
- box-sizing: border-box;
- }
- .btn3{
- width: 160rpx;
- line-height: 76rpx;
- height: 76rpx;
- background: #0FCB27;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- color: #fff;
- text-align: center;
- font-weight: 500;
- font-size: 28rpx;
- }
|