123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .paramsSetPage {
- overflow: auto;
- .paramsSetBox {
- height: 100%;
- width: 100%;
- height: calc(100% - 50px);
- .wrap2 {
- width: 100%;
- height: 54px;
- background-color: #fff;
- justify-content: center;
- .outer1 {
- width: 162px;
- height: 20px;
- margin: 0 0 0 15px;
- .block1 {
- background-color: #5a9cc8;
- border-radius: 2px;
- width: 4px;
- height: 12px;
- margin-top: 4px;
- }
- .txt2 {
- width: 150px;
- height: 20px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 14px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 20px;
- display: block;
- }
- }
- .pic2 {
- z-index: 26;
- position: absolute;
- left: 0;
- top: 53px;
- width: 375px;
- height: 2px;
- }
- }
- .list {
- width: 100%;
- height: 54px;
- padding: 0 15px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: relative;
- .title {
- display: flex;
- .icon {
- width: 24px;
- padding-right: 10px;
- }
- .word3 {
- display: block;
- width: 78px;
- height: 13px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 13px;
- text-align: left;
- white-space: nowrap;
- line-height: 13px;
- }
- .section4 {
- position: relative;
- width: 18px;
- height: 19px;
- margin-right: 10px;
- background: url(../../assets/device/currency1.png) 100% no-repeat;
- .main4 {
- z-index: 34;
- position: absolute;
- left: 12px;
- top: -1px;
- width: 4px;
- height: 4px;
- background: url(../../assets/device/currency2.png) 100% no-repeat;
- }
- }
- }
- .outer2 {
- width: 6px;
- height: 12px;
- background: url('../../assets/right.png') top center no-repeat;
- background-size: 100%;
- margin-top: 4px;
- }
- }
- .paramsList {
- .van-cell {
- align-items: center;
- }
- .txt3 {
- display: flex;
- width: 30%;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 12px;
- text-align: left;
- line-height: 18px;
- }
- .van-field__label {
- width: 30%;
- }
- .van-field__control {
- width: 75%;
- border: 1px solid var(--van-border-color);
- padding: 0.2em 0;
- }
- .updataButton {
- background-color: transparent;
- color: #2c87c8;
- border-color: #2c87c8;
- padding: 0 0.5em;
- border-radius: 50px;
- }
- }
- .inputButton {
- .van-field__label {
- align-items: center;
- }
- .updataButton {
- background-color: transparent;
- color: #2c87c8;
- border-color: #2c87c8;
- padding: 0 0.5em;
- border-radius: 50px;
- }
- }
- }
- }
|