123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .vipPopup {
- :global {
- .van-popup__close-icon {
- color: #333333;
- top: 23px;
- right: 23px;
- font-size: 20px;
- }
- }
- .vip {
- padding-bottom: 20px;
- width: 295px;
- .title {
- height: 49px;
- background: linear-gradient(to bottom, #defaff, #ffffff);
- padding-bottom: 4px;
- display: flex;
- justify-content: center;
- align-items: flex-end;
- .tit {
- font-weight: 500;
- font-size: 18px;
- color: #1a1a1a;
- line-height: 25px;
- }
- }
- .text {
- margin-top: 16px;
- padding: 0 20px;
- font-weight: 400;
- font-size: 16px;
- color: #666666;
- line-height: 26px;
- text-align: center;
- }
- .btnCon{
- margin-top: 25px;
- display: flex;
- justify-content: center;
- :global{
- .van-button{
- width: 120px;
- height: 40px;
- border-radius: 20px;
- font-weight: 500;
- font-size: 16px;
- & + .van-button{
- margin-left: 15px;
- }
- }
- }
- }
- }
- }
|