123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- .discountCodePage {
- width: 100%;
- .discountCodeBox {
- width: 100%;
- height: calc(100% - 44px);
- overflow: auto;
- // background: #fff url('../../assets/discountCode/pageBg.png') top center no-repeat;
- // background-size: 100%;
- .searchRow {
- width: 90%;
- height: 48px;
- margin: 0 auto;
- background: rgba(255, 255, 255, 1) url("../../assets/home/line.png") bottom center no-repeat;
- background-size: 100%;
- align-items: center;
- .bd3 {
- width: 87px;
- height: 16px;
- .outer4 {
- width: 20px;
- height: 26px;
- background: url("../../assets/discountCode/icon.png") top center no-repeat;
- background-size: 100%;
- }
- .txt2 {
- width: 65px;
- height: 14px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 15px;
- font-family: 'OPPOSans', PingFangSC-Semibold;
- text-align: left;
- white-space: nowrap;
- line-height: 15px;
- display: block;
- font-weight: bold;
- .discountNumber {
- font-size: 18px;
- color: red;
- }
- }
- }
- .main5 {
- width: auto;
-
- .label2 {
- width: 20px;
- height: 20px;
- margin-right: 5px;
- cursor: pointer;
- }
- }
- }
- .tabButtomBox {
- width: 100%;
- height: 50px;
- .tabBox {
- width: 40%;
- align-items: center;
- justify-content: space-around;
- .active {
- color: #FF3456;
- position: relative;
- height: 100%;
- line-height: 50px;
- &::after {
- content: '';
- width: 100%;
- height: 3px;
- position: absolute;
- bottom: 0;
- left: 0;
- background-color: #FF3456;
- }
- }
- }
- .buttomBox {
- width: 60%;
- justify-content: flex-end;
- align-items: center;
- // 导出
- .buttonItem {
- cursor: pointer;
- width: 55px;
- line-height: 1.6;
- font-size: 12px;
- margin-right: 15px;
- text-align: center;
- background-color: #EDF0FC;
- color: #e16959;
- border: 1px solid #7b91ea;
- position: relative;
- }
- }
- }
- .intervalRow {
- width: 100%;
- height: 10px;
- background-color: #f5f5f5;
- }
- .listBox {
- .listItem {
- width: 100%;
- background: url("../../assets/home/line.png") bottom center no-repeat;
- background-size: 100%;
- position: relative;
- display: inline-block;
- .itemBox {
- width: 92%;
- margin: 20px auto;
- font-size: 12px;
- line-height: 1.64;
- .itemRow {
- width: 100%;
- }
- .itemTitle {
- color: #8787a6;
- }
- .discount {
- padding-left: 2em;
- }
- }
- // 使用,未使用
- .tipBox {
- position: absolute;
- top: 20px;
- right: 4%;
- width: 21%;
- line-height: 2.2;
- text-align: center;
- background-color: #FF3456;
- color: #fff;
- &.isUseTip {
- background-color: #8787a6;
- }
- }
- .checkedBox {
- position: absolute;
- top: 40px;
- right: 10%;
- }
- }
- }
- }
- .van-button--primary {
- border-color: #FF3456;
- background-color: #FF3456;
- }
- }
- .discountCodePage {
- .van-field__button {
- width: 150px;
- }
- .van-field {
- width: 100%;
- display: flex;
- align-items: center; //上下对齐
- justify-content: space-between;
- }
- .van-radio__icon--checked .van-icon {
- background-color: #FF3456;
- border-color: #FF3456;
- }
- }
- .codeSearch {
- width: 100%;
- .codeSearchPopup {
- width: 90%;
- }
- .content {
- padding-top: 1em;
- }
- .field .van-field__label {
- width: auto;
- }
- }
|