|
@@ -0,0 +1,158 @@
|
|
|
|
+.postage{
|
|
|
|
+ position: relative;
|
|
|
|
+ padding: 10px 0;
|
|
|
|
+ color: #848799;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.postage::before{
|
|
|
|
+ content: '';
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 165px;
|
|
|
|
+ background: linear-gradient(to bottom, #fd7428 0%,#fc8f4a 100%);
|
|
|
|
+ z-index: -1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tips{
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
+ width: 92%;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ background-color: #ffd900;
|
|
|
|
+ color: #786700;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs, .rechargeGear{
|
|
|
|
+ width: 92%;
|
|
|
|
+ margin: 10px auto;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-title{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+ height: 42px;
|
|
|
|
+ line-height: 42px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-top-left-radius: 10px;
|
|
|
|
+ border-top-right-radius: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-title-item{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 50%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-title-item__icon{
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-title-item__text{}
|
|
|
|
+
|
|
|
|
+.tabs-title-item.active{
|
|
|
|
+ position: relative;
|
|
|
|
+ color: #fe7124;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-title-item.active::before{
|
|
|
|
+ content: "";
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 15%;
|
|
|
|
+ right: 10%;
|
|
|
|
+ height: 2px;
|
|
|
|
+ background-color: #fe7124;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-content__tips{
|
|
|
|
+ display: flex;
|
|
|
|
+ height: 40px;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-content__tips-text{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-content__tips-add{
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ margin-left: 25px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tabs-content,.rechargeGear-footer{
|
|
|
|
+ padding: 15px 15px 25px 15px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ border-bottom-left-radius: 10px;
|
|
|
|
+ border-bottom-right-radius: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-rechargeNow{
|
|
|
|
+ width: 85%;
|
|
|
|
+ padding: 13px;
|
|
|
|
+ margin: 0 auto 15px;
|
|
|
|
+ background-color: #fe7124;
|
|
|
|
+ background: linear-gradient(to right, #ff7a21 0%,#feb25a 100%);
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rechargeNow-tips{
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* 充值挡位 */
|
|
|
|
+.rechargeGear-title{
|
|
|
|
+ height: 42px;
|
|
|
|
+ line-height: 42px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ color: #1e242e;
|
|
|
|
+ padding-left: 15px;
|
|
|
|
+ border-top-left-radius: 10px;
|
|
|
|
+ border-top-right-radius: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rechargeGear-content{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 0 15px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rechargeGear-content__item{
|
|
|
|
+ width: 30%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ padding: 10px 0;
|
|
|
|
+ border: 1px solid #fe7124;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ color: #fe7124;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rechargeGear-content__item.active{
|
|
|
|
+ background-color: #fe7124;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.faceValue{
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.price{
|
|
|
|
+ font-size: 12px;
|
|
|
|
+}
|