123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .dosugarPage {
- background-color: rgba(255, 255, 255, 1);
- position: relative;
- width: 100%;
- height: calc(100vh - 44px);
- overflow: hidden;
- .van-cell {
- margin-top: 13px;
- }
- .van-cell:after {
- display: none;
- }
- .van-field__label {
- width: 91px;
- }
- .textRow {
- text-align: right;
- width: 100%;
- color: #4d6add;
- font-size: 12px;
- line-height: 17px;
- cursor: pointer;
- }
- .box1 {
- width: 100%;
- height: 237px;
- .block2 {
- width: 162px;
- height: 20px;
- margin: 18px 0 0 15px;
- .block3 {
- background-color: #8096ec;
- border-radius: 2px;
- width: 4px;
- height: 12px;
- margin-top: 4px;
- }
- .info2 {
- 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;
- }
- }
- .block5 {
- background-color: #4d6add;
- border-radius: 17px;
- height: 34px;
- width: 220px;
- margin: 50px auto;
- .txt3 {
- width: auto;
- height: 13px;
- overflow-wrap: break-word;
- color: rgba(255, 255, 255, 1);
- font-size: 15px;
- font-family: PingFangSC-Medium;
- text-align: center;
- white-space: nowrap;
- line-height: 15px;
- display: block;
- margin: 11px 0 0 0px;
- }
- }
- }
- .van-tabs__line {
- background-color: #4d6add !important;
- }
- .van-cascader__option--selected {
- color: #4d6add;
- }
- }
|