|
@@ -0,0 +1,260 @@
|
|
|
+.container {
|
|
|
+ padding: 30rpx 20rpx;
|
|
|
+}
|
|
|
+.container .userBox {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ background-color: white;
|
|
|
+ padding: 20rpx 12rpx 0rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+.container .userBox .avatar {
|
|
|
+ width: 152rpx;
|
|
|
+ height: 152rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.container .userBox .userRight {
|
|
|
+ flex: 1;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ padding: 0px 10rpx;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop .uRtopleft .nickName {
|
|
|
+ max-width: 340rpx;
|
|
|
+ color: #333;
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop .uRtopleft .gradeText {
|
|
|
+ margin: 18rpx 0rpx 12rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #989A9C;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop .uRtopRight {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop .uRtopRight .edit {
|
|
|
+ width: 22rpx;
|
|
|
+ height: 28rpx;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRtop .uRtopRight text {
|
|
|
+ margin: 0px 10rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #666;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRBtm {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ padding: 18rpx 0rpx;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRBtm .count {
|
|
|
+ width: 33%;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+ border-right: 1px solid rgba(51, 51, 51, 0.3);
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRBtm .count .countNum {
|
|
|
+ margin-left: 10rpx;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRBtm .countFirst {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.container .userBox .userRight .uRBtm .countEnd {
|
|
|
+ text-align: right;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+.container .iosVip {
|
|
|
+ margin: 4rpx 0px 0px 6rpx;
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.container .sectionBoxs {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 20rpx 30rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+.container .sectionBoxs .sBox {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.container .sectionBoxs .sBox .img {
|
|
|
+ width: 69rpx;
|
|
|
+ height: 69rpx;
|
|
|
+}
|
|
|
+.container .sectionBoxs .sBox .title {
|
|
|
+ margin-top: 8rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.container .sectionBoxs .contactBtn {
|
|
|
+ border: none;
|
|
|
+ padding: 0rpx;
|
|
|
+ line-height: normal;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+.container .payBox {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 13rpx 30rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+.container .payBox .title {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+.container .payBox .pay {
|
|
|
+ margin: 20rpx 0rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0rpx 30rpx;
|
|
|
+ border-radius: 22rpx;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.container .payBox .pay .payLeft .pLTitle {
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.container .payBox .pay .payLeft .pLcontent {
|
|
|
+ font-size: 22rpx;
|
|
|
+}
|
|
|
+.container .payBox .pay .payRight {
|
|
|
+ margin: 24rpx 0rpx;
|
|
|
+ padding: 12rpx 28rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.container .payBox .vipPay {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+.container .payBox .vipPay .vipTitle {
|
|
|
+ color: #FFE6B9;
|
|
|
+}
|
|
|
+.container .payBox .vipPay .vipContent {
|
|
|
+ margin-top: 4rpx;
|
|
|
+ color: #FFE6B9;
|
|
|
+}
|
|
|
+.container .payBox .vipPay .vipBtn {
|
|
|
+ background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
|
|
|
+ color: #211501;
|
|
|
+}
|
|
|
+.container .payBox .buyPay {
|
|
|
+ background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+}
|
|
|
+.container .payBox .buyPay .payLeft {
|
|
|
+ color: #7D320A;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.container .payBox .buyPay .buyBtn {
|
|
|
+ border: 1rpx solid white;
|
|
|
+ color: white;
|
|
|
+ background-color: #7D320A;
|
|
|
+}
|
|
|
+.container .surplus {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 22rpx 30rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.container .surplus .title {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+.container .surplus .num {
|
|
|
+ color: #F97419;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-right: 10rpx;
|
|
|
+}
|
|
|
+.container .taskBox {
|
|
|
+ margin-top: 20rpx;
|
|
|
+ padding: 20rpx 10rpx 0rpx;
|
|
|
+ background-color: white;
|
|
|
+ border-radius: 20rpx;
|
|
|
+}
|
|
|
+.container .taskBox .title {
|
|
|
+ padding: 0rpx 20rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+.container .taskBox .task {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 30rpx 22rpx;
|
|
|
+ border-bottom: 1px solid #EAEAEA;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskLeft {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskLeft .img {
|
|
|
+ width: 76rpx;
|
|
|
+ height: 76rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskLeft .taskContent {
|
|
|
+ margin-left: 40rpx;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskLeft .taskContent .tcTitle {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskLeft .taskContent .tcNum {
|
|
|
+ color: #FF6259;
|
|
|
+ font-size: 26rpx;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskRightBox {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: flex-end;
|
|
|
+ /* */
|
|
|
+}
|
|
|
+.container .taskBox .task .taskRight {
|
|
|
+ width: 138rpx;
|
|
|
+ text-align: center;
|
|
|
+ padding: 10rpx 0rpx;
|
|
|
+ border-radius: 40rpx;
|
|
|
+ color: white;
|
|
|
+ background-color: #FC614E;
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskRight-close {
|
|
|
+ color: #6C6C6C;
|
|
|
+ background: #D0D0D0;
|
|
|
+ box-shadow: 0 2px 2px 0 #AEABAB;
|
|
|
+}
|
|
|
+.container .taskBox .task .taskSurplus {
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 4rpx;
|
|
|
+ color: #686868;
|
|
|
+ font-size: 20rpx;
|
|
|
+}
|
|
|
+.container .taskBox .advert {
|
|
|
+ border: none;
|
|
|
+}
|