1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .block {
- height: 80rpx;
- line-height: 80rpx;
- /* border-bottom: 1px solid #999; */
- margin-top: 50rpx;
- /* width: 100%; */
- }
- .left {
- float: left;
- width: 20%;
- /* border: 1px solid red; */
- }
- .right {
- float: right;
- width: 78%;
- position: relative;
- }
- .right input {
- height: 80rpx;
- text-align: right;
- }
- .right radio-group{
- height: 80rpx;
- text-align: right;
- }
- .right .picker {
- height: 80rpx;
- text-align: right;
- }
- .placeStyle {
- height: 80rpx;
- width: 78%;
- position: absolute;
- right: 0;
- top: 0;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .placetext {
- margin-right: 20rpx;
- color: #4d4d4d;
- }
- .redpoint {
- width: 15rpx;
- height: 15rpx;
- border-radius: 15rpx;
- background-color: #ff3622;
- margin-right: 20rpx;
- }
- .my-choosebox {
- color: rgba(51, 51, 51, 1);
- border: 1px solid #d7d8d8;
- border-radius: 40rpx;
- padding: 0rpx 25rpx;
- margin-right: 20rpx;
- display: inline-block;
- line-height: 50rpx;
- }
- .checkboxbox {
- background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
- color: white;
- }
- .parameter-wrap radio {
- display: none;
- }
- .parameter-wrap checkbox {
- display: none;
- }
- #sunbmit{
- width:500rpx;
- background: -webkit-linear-gradient(left, #bd64ff, #8873ff);
- color: #fff;
- height: 90rpx!important;
- line-height: 60rpx!important;
- border-radius: 50rpx!important;
- font-weight: normal!important;
- margin: 60rpx 75rpx;
- }
- /* .seachInput{
- display: flex;
- justify-content: center;
- align-items: center;
- } */
|