| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .input_red {
- color: red !important;
- }
-
- .choose-item {
- display: flex;
- background: #FFFFFF;
- box-shadow: 0px 10rpx 20rpx rgba(225, 229, 238, 0.6);
- border-radius: 15rpx;
- margin-top: 25rpx;
- }
- .van-tabs-class{
- background: #fff !important;
-
- /* margin: 42rpx 34rpx 26rpx 34rpx !important; */
- }
- .van-tabs__wrap{
- border-radius: 0rpx 0rpx 15rpx 15rpx !important;
- box-shadow:2px 2px 5px #e5e5e6 !important;
- }
- /* 选中的样式 */
- .choose-item-select {
- height: 229rpx;
-
- background: #FFFFFF;
- border: 2rpx solid #606EB2;
- box-shadow: 0px 10rpx 20rpx rgba(225, 229, 238, 0.6);
- border-radius: 15rpx;
- }
-
- .choose-item-two {
- width: 78%;
- padding-left: 29rpx;
-
- }
-
- .type-name {
- font-size: 16px;
- line-height: 20px;
- text-align: left;
- font-weight: bold;
- color: #1B365D;
- }
- .account-name{
- width: 96rpx;
- font-size: 12px;
- line-height: 20px;
- text-align: left;
- margin: 3rpx 14rpx 3rpx 14rpx;
- color: #1B365D;
- }
-
- /* 没有选中的样式 */
- .choose-item-unchecked {
- height: 142rpx;
- }
-
- image-code {
-
- align-items: center;
- width: 166rpx;
- height: 166rpx;
- left: 510rpx;
- top: 412rpx;
- border: 1rpx solid #000000;
- border-radius: 15rpx;
- }
-
- .thick-line {
- margin-top: 95rpx;
- width: 5px;
- height: 38rpx;
- left: 36rpx;
- top: 475rpx;
- background: #606EB2;
- border-radius: 0px 10rpx 10rpx 0px;
- }
-
- .van-button--round {
- border-radius: 15rpx !important;
- }
-
- .van-field__label{
- color: #95A8CB !important;
- }
- .van-field__input{
- color: #1B365D !important;
-
- }
|