123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .block {
- height: 80rpx;
- line-height: 80rpx;
- margin-top: 50rpx;
- width: 100%;
- }
- .left {
- float: left;
- width: 20%;
- /* border: 1px solid red; */
- }
- .right {
- float: right;
- width: 78%;
- position: relative;
- text-align: right;
- }
- .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;
- }
- #photo_btn{
- background: #fff!important;
- /* border: 1px solid red; */
- font-weight: normal!important;
- font-size: 28rpx;
- text-align: right;
- color: #4d4d4d;
- }
|