|
@@ -0,0 +1,150 @@
|
|
|
+.main {
|
|
|
+ float: left;
|
|
|
+ width: 92%;
|
|
|
+ margin: 0 30rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 0 30rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.tabs .van-tab {
|
|
|
+ font-size: 34rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.tabs .van-tab--active .van-tab__title {
|
|
|
+ color: #E9021D;
|
|
|
+}
|
|
|
+
|
|
|
+.color-box {
|
|
|
+ background: rgba(242, 245, 250, 1);
|
|
|
+ height: 68rpx;
|
|
|
+ width: 100%;
|
|
|
+ line-height: 68rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ margin-top: 10rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.list {
|
|
|
+ margin-top: 20rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.list image {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 200rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.list .title {
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.list .title-left {
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-top: 19rpx;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.list .title-left-red {
|
|
|
+ color: #E9021D;
|
|
|
+}
|
|
|
+
|
|
|
+.title-name {
|
|
|
+ margin: 20rpx 0 20rpx 0;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(136, 136, 136, 1);
|
|
|
+}
|
|
|
+
|
|
|
+.title-content {
|
|
|
+ margin-bottom: 10rpx;
|
|
|
+}
|
|
|
+.button {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .title {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: bold;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+ margin: 60rpx 0 30rpx 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .topCLick {
|
|
|
+ float: left;
|
|
|
+ width: 93%;
|
|
|
+ height: 217rpx;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1);
|
|
|
+ border-radius: 20px;
|
|
|
+ padding: 50rpx 0 0 50rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .topCLick div {
|
|
|
+ float: left;
|
|
|
+ width: 118rpx;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 118rpx 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .topCLick div image {
|
|
|
+ float: left;
|
|
|
+ width: 99rpx;
|
|
|
+ height: 99rpx;
|
|
|
+ margin-left: 12rpx;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .topCLick div:last-child {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.main .topBtn .topCLick div button {
|
|
|
+ padding: 0;
|
|
|
+ width: 118rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.main .functBtn {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .functBtn button {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+ height: 108rpx;
|
|
|
+ line-height: 108rpx;
|
|
|
+ text-align: left;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+ background: transparent;
|
|
|
+ border-radius: 0;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-family: Source Han Sans SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: rgba(40, 40, 40, 1);
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.main .functBtn button span {
|
|
|
+ float: right;
|
|
|
+ padding: 0 20rpx 0 0;
|
|
|
+ color: #ccc;
|
|
|
+ font-size: 50rpx;
|
|
|
+}
|