123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- .content{
- background-color: #F2F2F2;
- padding: 20rpx;
- }
- Page {
- width: 100%;
- height: 100%;
- background-color: #F2F2F2;
- }
- .info{
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- align-items: center;
- background-color: #fff;
- height: 80rpx;
- border-radius: 10rpx;
- margin-bottom: 20rpx;
- }
- .info_left{
- display: flex;
- flex-flow: row nowrap;
- justify-content: flex-end;
- align-items: center;
- width: 180rpx;
- height: 60rpx;
- }
- .info_left_1{
- color: red;
- margin-right:10rpx
- }
- .info_left_2{
- font-size: 28rpx;
- }
- .info_right{
- width: 470rpx;
- height: 60rpx;
- margin-left: 20rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .info_right_picker{
- width: 440rpx;
- height: 60rpx;
- margin-left: 20rpx;
- line-height: 60rpx;
- font-size: 28rpx;
- }
- .placeholder{
- font-size: 28rpx;
- color: #c2c6da;
- }
- .next-gray{
- width: 30rpx;
- height: 30rpx;
- }
- .bottom{
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- position: fixed;
- background-color: #f2f2f2;
- border-radius: 10rpx;
- height: 100rpx;
- bottom: 0rpx;
- left: 0rpx;
- width: 100%;
- z-index: 999;
- }
- .save{
- background-color: #1296db;
- color: #fff;
- width: 710rpx;
- height: 80rpx;
- text-align: center;
- line-height: 80rpx;
- border-radius: 10rpx;
- }
|