123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- /* pages/updateInfo/index.wxss */
- .van-field__label {
- width: 240rpx !important;
- }
- .formTopBlueBg {
- height: 144rpx;
- background-color: #0396FF;
- }
- .part {
- border-radius: 16rpx;
- padding: 20rpx 00rpx;
- background: #fff;
- margin-bottom: 20rpx;
- }
- picker view {
- line-height: normal !important;
- }
- .heightAuto .van-field__control--right {
- height: auto !important;
- }
- .topProJectInfo {
- padding: 26rpx 40rpx;
- }
- .labelTitle{
- padding: 10px 16px 0;
- color: #323233;
- font-size: 14px;
- }
- .topItem1 .van-cell {
- padding-top: 6rpx !important;
- padding-bottom: 6rpx !important;
- }
- .topItem {
- position: relative;
- padding-bottom: 16rpx;
- }
- .topItem2::after{
- border:0 none !important
- }
- .topItem::after {
- border-bottom: 1px solid #ebedf0;
- bottom: 0;
- box-sizing: border-box;
- content: " ";
- left: 16px;
- pointer-events: none;
- position: absolute;
- right: 16px;
- transform: scaleY(.5);
- transform-origin: center;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: rgb(235, 237, 240);
- }
- .proTitle {
- font-size: 36rpx;
- font-weight: bold;
- color: rgba(0, 0, 0, 0.85);
- }
- .proJectInfoCode {
- display: flex;
- padding: 10rpx 10rpx 0 30rpx;
- color: rgba(0, 0, 0, 0.65);
- justify-content: space-between;
- }
- .proJectInfoCode>view:last-child {
- padding: 0 16rpx;
- display: flex;
- height: 40rpx;
- line-height: 40rpx;
- color: #2C6CEC;
- font-size: 20rpx;
- border-radius: 20rpx;
- border: 1px solid #2C6CEC;
- align-items: center;
- }
- .radioHeight .radioHeightBx {
- width: 100%;
- }
- radio-group {
- text-align: right;
- }
- .fieldAutoHeight .van-field__body,.fieldAutoHeight .van-field__control {
- height: auto !important;
- text-align: left;
- line-height: 30px;
- }
- .ysType{
- flex: 1;
- text-align: right;
- }
- .ysType text:first-child{
- margin-right: 12rpx;
- }
- .ysType text{
- display: inline-block;
- width: 80rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- background: #E1E1E1;
- border: 1px solid #E1E1E1;
- border-radius: 4rpx;
- box-sizing: border-box;
- }
- .ysType .active{
- color: #2C6CEC;
- border: 1rpx solid #2C6CEC;
- background: transparent;
- }
|