|
@@ -595,63 +595,7 @@
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
- .vip-center{
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
- .vip-level-icon{
|
|
|
- margin-right: 10rpx;
|
|
|
- width: 80px;
|
|
|
- height: 30px;
|
|
|
- }
|
|
|
- .pay-box {
|
|
|
- background-color: #fff;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- flex-direction: row;
|
|
|
- padding: 0 20px;
|
|
|
- flex-wrap: wrap;
|
|
|
- }
|
|
|
- .top-lab{
|
|
|
- width: 40px;
|
|
|
- text-align: center;
|
|
|
- background-color: #ff5722;
|
|
|
- color: #fff;
|
|
|
- float: right;
|
|
|
- border-top: none;
|
|
|
- border-radius: 10px;
|
|
|
- }
|
|
|
- .pay-box-items {
|
|
|
- margin-top: 10px;
|
|
|
- width: 48%;
|
|
|
- flex-direction: column;
|
|
|
- border-radius:10px;
|
|
|
- line-height: 25px;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- .pay-box-items-txt{
|
|
|
- padding: 1rpx 13px;
|
|
|
- }
|
|
|
- .pay-box-items view text {
|
|
|
- line-height: 25px;
|
|
|
- }
|
|
|
- .pay-select{
|
|
|
- border: solid 1px #ff5722;
|
|
|
- }
|
|
|
- .select-text{
|
|
|
- background-color: #ff5722;
|
|
|
- color: #fff;
|
|
|
- height: 30px;
|
|
|
- border-radius: 0rpx 0rpx 10rpx 10rpx;
|
|
|
- }
|
|
|
- .given-txt{
|
|
|
- height: 30px;
|
|
|
- border-top: solid 1rpx #9e9e9e1f;
|
|
|
- }
|
|
|
-
|
|
|
+<style lang="scss" scoped>
|
|
|
.content {
|
|
|
background: #000000;
|
|
|
}
|
|
@@ -706,7 +650,62 @@
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss" scoped>
|
|
|
+ .vip-center{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .vip-level-icon{
|
|
|
+ margin-right: 10rpx;
|
|
|
+ width: 80px;
|
|
|
+ height: 30px;
|
|
|
+ }
|
|
|
+ .pay-box {
|
|
|
+ background-color: #fff;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-direction: row;
|
|
|
+ padding: 0 20px;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+ .top-lab{
|
|
|
+ width: 40px;
|
|
|
+ text-align: center;
|
|
|
+ background-color: #ff5722;
|
|
|
+ color: #fff;
|
|
|
+ float: right;
|
|
|
+ border-top: none;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
+ .pay-box-items {
|
|
|
+ margin-top: 10px;
|
|
|
+ width: 48%;
|
|
|
+ flex-direction: column;
|
|
|
+ border-radius:10px;
|
|
|
+ line-height: 25px;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .pay-box-items-txt{
|
|
|
+ padding: 1rpx 13px;
|
|
|
+ }
|
|
|
+ .pay-box-items view text {
|
|
|
+ line-height: 25px;
|
|
|
+ }
|
|
|
+ .pay-select{
|
|
|
+ border: solid 1px #ff5722;
|
|
|
+ }
|
|
|
+ .select-text{
|
|
|
+ background-color: #ff5722;
|
|
|
+ color: #fff;
|
|
|
+ height: 30px;
|
|
|
+ border-radius: 0rpx 0rpx 10rpx 10rpx;
|
|
|
+ }
|
|
|
+ .given-txt{
|
|
|
+ height: 30px;
|
|
|
+ border-top: solid 1rpx #9e9e9e1f;
|
|
|
+ }
|
|
|
.charge-wrapper {
|
|
|
margin-top: 15px;
|
|
|
width: 100%;
|