正在显示
16 个修改的文件
包含
997 行增加
和
3 行删除
@@ -22,6 +22,11 @@ body { | @@ -22,6 +22,11 @@ body { | ||
22 | overflow-x: hidden; | 22 | overflow-x: hidden; |
23 | } | 23 | } |
24 | 24 | ||
25 | +input, | ||
26 | +textarea { | ||
27 | + outline: 0 | ||
28 | +} | ||
29 | + | ||
25 | a { | 30 | a { |
26 | text-decoration: none | 31 | text-decoration: none |
27 | } | 32 | } |
@@ -1179,4 +1184,546 @@ a { | @@ -1179,4 +1184,546 @@ a { | ||
1179 | 1184 | ||
1180 | .mineabout_contant { | 1185 | .mineabout_contant { |
1181 | margin-top: .5rem | 1186 | margin-top: .5rem |
1187 | +} | ||
1188 | + | ||
1189 | + | ||
1190 | +/* 添加银行卡 */ | ||
1191 | + | ||
1192 | +.minebank_title { | ||
1193 | + font-size: .24rem; | ||
1194 | + font-weight: 400; | ||
1195 | + color: rgba(91, 94, 99, 1); | ||
1196 | + margin: .26rem 0; | ||
1197 | + padding-left: .38rem; | ||
1198 | + box-sizing: border-box | ||
1199 | +} | ||
1200 | + | ||
1201 | +.minebank_box { | ||
1202 | + background: #FDFDFD; | ||
1203 | + padding: 0 .32rem; | ||
1204 | + box-sizing: border-box | ||
1205 | +} | ||
1206 | + | ||
1207 | +.minebank_one { | ||
1208 | + padding: .36rem 0; | ||
1209 | + box-sizing: border-box; | ||
1210 | + border-bottom: .01rem solid rgba(238, 238, 238, 1); | ||
1211 | +} | ||
1212 | + | ||
1213 | +.minebank_left { | ||
1214 | + width: .84rem; | ||
1215 | + font-size: .28rem; | ||
1216 | + font-weight: 400; | ||
1217 | + color: rgba(6, 18, 30, 1); | ||
1218 | + margin-right: .64rem | ||
1219 | +} | ||
1220 | + | ||
1221 | +.minebank_right { | ||
1222 | + font-size: 0 | ||
1223 | +} | ||
1224 | + | ||
1225 | +.minebank_right input { | ||
1226 | + font-size: .28rem; | ||
1227 | + font-weight: 300; | ||
1228 | + color: rgba(189, 196, 206, 1); | ||
1229 | + border: none; | ||
1230 | + outline: 0 | ||
1231 | +} | ||
1232 | + | ||
1233 | +.minebank_button { | ||
1234 | + margin-top: .44rem; | ||
1235 | + padding: 0 .32rem; | ||
1236 | + box-sizing: border-box | ||
1237 | +} | ||
1238 | + | ||
1239 | +.minebank_btn { | ||
1240 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1241 | + border-radius: .16rem; | ||
1242 | + font-size: .32rem; | ||
1243 | + font-weight: 500; | ||
1244 | + color: rgba(255, 255, 255, 1); | ||
1245 | + text-align: center; | ||
1246 | + padding: .22rem 0; | ||
1247 | + box-sizing: border-box | ||
1248 | +} | ||
1249 | + | ||
1250 | + | ||
1251 | +/* 收支明细 */ | ||
1252 | + | ||
1253 | +.mineincome { | ||
1254 | + padding: 0 .32rem; | ||
1255 | + box-sizing: border-box | ||
1256 | +} | ||
1257 | + | ||
1258 | +.mineincome_title { | ||
1259 | + font-size: .32rem; | ||
1260 | + font-weight: bold; | ||
1261 | + color: rgba(6, 18, 30, 1); | ||
1262 | + padding-left: .24rem; | ||
1263 | + margin: .24rem 0 .18rem | ||
1264 | +} | ||
1265 | + | ||
1266 | +.mineincome_one { | ||
1267 | + background: rgba(255, 255, 255, 1); | ||
1268 | + border-radius: .2rem; | ||
1269 | + padding: .32rem; | ||
1270 | + box-sizing: border-box; | ||
1271 | + margin-bottom: .24rem | ||
1272 | +} | ||
1273 | + | ||
1274 | +.mineincome_top_title { | ||
1275 | + font-size: .28rem; | ||
1276 | + font-weight: 400; | ||
1277 | + color: rgba(6, 18, 30, 1); | ||
1278 | +} | ||
1279 | + | ||
1280 | +.mineincome_top_word { | ||
1281 | + font-size: .28rem; | ||
1282 | + font-weight: bold; | ||
1283 | + color: rgba(6, 18, 30, 1); | ||
1284 | +} | ||
1285 | + | ||
1286 | +.mineincome_bottom { | ||
1287 | + margin-top: .3rem | ||
1288 | +} | ||
1289 | + | ||
1290 | +.mineincome_bottom_title { | ||
1291 | + font-size: .24rem; | ||
1292 | + font-weight: 400; | ||
1293 | + color: rgba(140, 145, 152, 1); | ||
1294 | +} | ||
1295 | + | ||
1296 | +.mineincome_bottom_word { | ||
1297 | + font-size: .26rem; | ||
1298 | + font-weight: 400; | ||
1299 | + color: rgba(93, 141, 238, 1); | ||
1300 | +} | ||
1301 | + | ||
1302 | + | ||
1303 | +/* 添加订阅 */ | ||
1304 | + | ||
1305 | +.addsubscribe_box { | ||
1306 | + background: #FDFDFD; | ||
1307 | + padding: 0 .32rem; | ||
1308 | + box-sizing: border-box | ||
1309 | +} | ||
1310 | + | ||
1311 | +.addsubscribe_one { | ||
1312 | + padding: .34rem 0 .36rem; | ||
1313 | + box-sizing: border-box; | ||
1314 | + border-bottom: .01rem solid rgba(238, 238, 238, 1); | ||
1315 | +} | ||
1316 | + | ||
1317 | +.addsubscribe_left_title { | ||
1318 | + font-size: .28rem; | ||
1319 | + font-weight: 400; | ||
1320 | + color: rgba(6, 18, 30, 1); | ||
1321 | + width: 1.4rem; | ||
1322 | + margin-right: .2rem | ||
1323 | +} | ||
1324 | + | ||
1325 | +.addsubscribe_left_word { | ||
1326 | + font-size: 0 | ||
1327 | +} | ||
1328 | + | ||
1329 | +.addsubscribe_left_word input { | ||
1330 | + font-size: .24rem; | ||
1331 | + font-weight: 500; | ||
1332 | + color: rgba(140, 145, 152, 1); | ||
1333 | + border: none | ||
1334 | +} | ||
1335 | + | ||
1336 | +.addsubscribe_right { | ||
1337 | + width: .3rem; | ||
1338 | + height: .3rem; | ||
1339 | + font-size: 0 | ||
1340 | +} | ||
1341 | + | ||
1342 | +.addsubscribe_right img { | ||
1343 | + width: 100%; | ||
1344 | + height: 100% | ||
1345 | +} | ||
1346 | + | ||
1347 | +.addsubscribe_button { | ||
1348 | + padding: 0 .32rem; | ||
1349 | + box-sizing: border-box; | ||
1350 | + position: fixed; | ||
1351 | + bottom: .4rem; | ||
1352 | + width: 100% | ||
1353 | +} | ||
1354 | + | ||
1355 | +.addsubscribe_btn { | ||
1356 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1357 | + border-radius: .16rem; | ||
1358 | + font-size: .32rem; | ||
1359 | + font-weight: 500; | ||
1360 | + color: rgba(255, 255, 255, 1); | ||
1361 | + padding: .22rem 0; | ||
1362 | + box-sizing: border-box; | ||
1363 | + text-align: center | ||
1364 | +} | ||
1365 | + | ||
1366 | + | ||
1367 | +/* 查看次数 */ | ||
1368 | + | ||
1369 | +.minelook { | ||
1370 | + padding: 0 .32rem; | ||
1371 | + box-sizing: border-box | ||
1372 | +} | ||
1373 | + | ||
1374 | +.minelook_box { | ||
1375 | + background: rgba(255, 255, 255, 1); | ||
1376 | + border-radius: .16rem; | ||
1377 | + padding: .48rem .84rem .38rem; | ||
1378 | + box-sizing: border-box; | ||
1379 | + margin: .26rem 0 .4rem | ||
1380 | +} | ||
1381 | + | ||
1382 | +.minelook_title { | ||
1383 | + font-size: .28rem; | ||
1384 | + font-weight: 500; | ||
1385 | + color: rgba(6, 18, 30, 1); | ||
1386 | +} | ||
1387 | + | ||
1388 | +.minelook_num { | ||
1389 | + margin-top: .22rem; | ||
1390 | + font-size: .48rem; | ||
1391 | + font-weight: bold; | ||
1392 | + color: rgba(255, 90, 78, 1); | ||
1393 | +} | ||
1394 | + | ||
1395 | +.minelook_btn { | ||
1396 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1397 | + border-radius: .16rem; | ||
1398 | + font-size: .32rem; | ||
1399 | + font-weight: 500; | ||
1400 | + color: rgba(255, 255, 255, 1); | ||
1401 | + text-align: center; | ||
1402 | + padding: .22rem 0; | ||
1403 | + box-sizing: border-box | ||
1404 | +} | ||
1405 | + | ||
1406 | + | ||
1407 | +/* 绑定手机 */ | ||
1408 | + | ||
1409 | +.minephone { | ||
1410 | + padding: 0 .32rem; | ||
1411 | + box-sizing: border-box | ||
1412 | +} | ||
1413 | + | ||
1414 | +.mine_phone_box { | ||
1415 | + padding: 0 .42rem; | ||
1416 | + box-sizing: border-box | ||
1417 | +} | ||
1418 | + | ||
1419 | +.mine_phone_one { | ||
1420 | + font-size: 0; | ||
1421 | + padding: .52rem 0 .2rem; | ||
1422 | + box-sizing: border-box; | ||
1423 | + border-bottom: .01rem solid rgba(235, 235, 235, 1); | ||
1424 | +} | ||
1425 | + | ||
1426 | +.mine_phone_one input { | ||
1427 | + border: none; | ||
1428 | + font-size: .28rem; | ||
1429 | + font-weight: 300; | ||
1430 | + color: rgba(91, 94, 99, 1); | ||
1431 | +} | ||
1432 | + | ||
1433 | +.mine_phone_left { | ||
1434 | + font-size: 0 | ||
1435 | +} | ||
1436 | + | ||
1437 | +.mine_phone_right { | ||
1438 | + font-size: .28rem; | ||
1439 | + font-weight: bold; | ||
1440 | + color: rgba(91, 94, 99, 1); | ||
1441 | +} | ||
1442 | + | ||
1443 | +.mine_phone_show { | ||
1444 | + font-size: .28rem; | ||
1445 | + font-weight: 300; | ||
1446 | + color: rgba(91, 94, 99, 1); | ||
1447 | + text-align: right; | ||
1448 | + margin-top: .2rem | ||
1449 | +} | ||
1450 | + | ||
1451 | +.mine_phone_btn { | ||
1452 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1453 | + border-radius: .16rem; | ||
1454 | + text-align: center; | ||
1455 | + padding: .22rem 0; | ||
1456 | + box-sizing: border-box; | ||
1457 | + font-size: .32rem; | ||
1458 | + font-weight: 500; | ||
1459 | + color: rgba(255, 255, 255, 1); | ||
1460 | + margin-top: .66rem | ||
1461 | +} | ||
1462 | + | ||
1463 | + | ||
1464 | +/* 发布详情 */ | ||
1465 | + | ||
1466 | +.detail { | ||
1467 | + padding: 0 .32rem .98rem; | ||
1468 | + box-sizing: border-box | ||
1469 | +} | ||
1470 | + | ||
1471 | +.detail_top_title { | ||
1472 | + font-size: .28rem; | ||
1473 | + font-weight: bold; | ||
1474 | + color: rgba(6, 18, 30, 1); | ||
1475 | + margin: .26rem 0 .34rem | ||
1476 | +} | ||
1477 | + | ||
1478 | +.detail_top_one { | ||
1479 | + width: 1.8rem; | ||
1480 | + height: 1.8rem; | ||
1481 | + font-size: 0; | ||
1482 | + margin-right: .2rem; | ||
1483 | + margin-bottom: .18rem; | ||
1484 | + position: relative | ||
1485 | +} | ||
1486 | + | ||
1487 | +.detail_top_one img { | ||
1488 | + width: 100%; | ||
1489 | + height: 100% | ||
1490 | +} | ||
1491 | + | ||
1492 | +.detail_top_close { | ||
1493 | + width: .4rem; | ||
1494 | + height: .4rem; | ||
1495 | + font-size: 0; | ||
1496 | + position: absolute; | ||
1497 | + top: -.1rem; | ||
1498 | + right: -.08rem | ||
1499 | +} | ||
1500 | + | ||
1501 | +.detail_top_close img { | ||
1502 | + width: 100%; | ||
1503 | + height: 100% | ||
1504 | +} | ||
1505 | + | ||
1506 | +.detail_top_word { | ||
1507 | + font-size: .24rem; | ||
1508 | + font-weight: 400; | ||
1509 | + color: rgba(93, 141, 238, 1); | ||
1510 | +} | ||
1511 | + | ||
1512 | +.detail_center { | ||
1513 | + margin-top: .4rem | ||
1514 | +} | ||
1515 | + | ||
1516 | +.detail_center_one { | ||
1517 | + padding: .28rem 0; | ||
1518 | + box-sizing: border-box; | ||
1519 | + border-top: .01rem solid rgba(238, 238, 238, 1); | ||
1520 | +} | ||
1521 | + | ||
1522 | +.detail_center_title { | ||
1523 | + width: 1.32rem; | ||
1524 | + font-size: .24rem; | ||
1525 | + font-weight: bold; | ||
1526 | + color: rgba(6, 18, 30, 1); | ||
1527 | +} | ||
1528 | + | ||
1529 | +.detail_center_title span { | ||
1530 | + color: #FF5A4E | ||
1531 | +} | ||
1532 | + | ||
1533 | +.detail_center_one_word { | ||
1534 | + font-size: 0 | ||
1535 | +} | ||
1536 | + | ||
1537 | +.detail_center_one_word input { | ||
1538 | + font-size: .24rem; | ||
1539 | + font-weight: 500; | ||
1540 | + color: rgba(140, 145, 152, 1); | ||
1541 | + border: none | ||
1542 | +} | ||
1543 | + | ||
1544 | +.detail_center_word { | ||
1545 | + font-size: .24rem; | ||
1546 | + font-weight: 500; | ||
1547 | + color: rgba(140, 145, 152, 1); | ||
1548 | +} | ||
1549 | + | ||
1550 | +.detai_center_right_title { | ||
1551 | + font-size: .24rem; | ||
1552 | + font-weight: 600; | ||
1553 | + color: rgba(255, 90, 78, 1); | ||
1554 | +} | ||
1555 | + | ||
1556 | +.detai_center_right_icon { | ||
1557 | + width: .2rem; | ||
1558 | + height: .2rem; | ||
1559 | + font-size: 0; | ||
1560 | + margin-left: .22rem | ||
1561 | +} | ||
1562 | + | ||
1563 | +.detai_center_right_icon img { | ||
1564 | + width: 100%; | ||
1565 | + height: 100%; | ||
1566 | +} | ||
1567 | + | ||
1568 | +.detail_center_right { | ||
1569 | + width: .3rem; | ||
1570 | + height: .3rem; | ||
1571 | + font-size: 0 | ||
1572 | +} | ||
1573 | + | ||
1574 | +.detail_center_right img { | ||
1575 | + width: 100%; | ||
1576 | + height: 100% | ||
1577 | +} | ||
1578 | + | ||
1579 | +.detail_center_text { | ||
1580 | + font-size: 0; | ||
1581 | + height: 1.78rem; | ||
1582 | + width: 5.5rem; | ||
1583 | +} | ||
1584 | + | ||
1585 | +.detail_center_text textarea { | ||
1586 | + font-size: .24rem; | ||
1587 | + width: 5.5rem; | ||
1588 | + height: 100%; | ||
1589 | + font-weight: 500; | ||
1590 | + color: rgba(140, 145, 152, 1); | ||
1591 | + width: 100%; | ||
1592 | + border: none; | ||
1593 | +} | ||
1594 | + | ||
1595 | +.detail_bottom_title { | ||
1596 | + font-size: .24rem; | ||
1597 | + font-weight: bold; | ||
1598 | + color: rgba(6, 18, 30, 1); | ||
1599 | +} | ||
1600 | + | ||
1601 | +.detail_bottom_label { | ||
1602 | + margin-top: .16rem | ||
1603 | +} | ||
1604 | + | ||
1605 | +.detail_bottom { | ||
1606 | + padding: .28rem 0 .62rem; | ||
1607 | + box-sizing: border-box; | ||
1608 | + border-top: .01rem solid rgba(238, 238, 238, 1); | ||
1609 | +} | ||
1610 | + | ||
1611 | +.detail_bottom_labels { | ||
1612 | + margin-right: .24rem; | ||
1613 | + background: #F9FBFE; | ||
1614 | + font-size: .24rem; | ||
1615 | + font-weight: 400; | ||
1616 | + color: rgba(140, 145, 152, 1); | ||
1617 | + padding: .02rem .08rem; | ||
1618 | + box-sizing: border-box; | ||
1619 | + margin-bottom: .2rem | ||
1620 | +} | ||
1621 | + | ||
1622 | +.detail_bottom_labels_active { | ||
1623 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1624 | + color: #fff | ||
1625 | +} | ||
1626 | + | ||
1627 | +.detail_fix { | ||
1628 | + position: fixed; | ||
1629 | + bottom: 0; | ||
1630 | + width: 100% | ||
1631 | +} | ||
1632 | + | ||
1633 | +.detail_fix_box { | ||
1634 | + width: 100%; | ||
1635 | + height: .98rem; | ||
1636 | + background: rgba(255, 255, 255, 1); | ||
1637 | + box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.16); | ||
1638 | +} | ||
1639 | + | ||
1640 | +.detail_fix_left { | ||
1641 | + width: 1.3rem; | ||
1642 | + height: 100%; | ||
1643 | + padding: .12rem 0 .1rem; | ||
1644 | + box-sizing: border-box | ||
1645 | +} | ||
1646 | + | ||
1647 | +.detail_fix_img { | ||
1648 | + width: .4rem; | ||
1649 | + height: .4rem; | ||
1650 | + font-size: 0; | ||
1651 | + position: relative | ||
1652 | +} | ||
1653 | + | ||
1654 | +.detail_fix_img img { | ||
1655 | + width: 100%; | ||
1656 | + height: 100% | ||
1657 | +} | ||
1658 | + | ||
1659 | +.detail_fix_title { | ||
1660 | + margin-top: .04rem; | ||
1661 | + font-size: .22rem; | ||
1662 | + font-weight: 400; | ||
1663 | + color: rgba(189, 196, 206, 1); | ||
1664 | +} | ||
1665 | + | ||
1666 | +.detail_fix_titles { | ||
1667 | + margin-top: .04rem; | ||
1668 | + font-size: .22rem; | ||
1669 | + font-weight: 400; | ||
1670 | + color: #06121E; | ||
1671 | +} | ||
1672 | + | ||
1673 | +.detail_fix_right { | ||
1674 | + width: 6.2rem; | ||
1675 | + height: 100%; | ||
1676 | + font-size: .32rem; | ||
1677 | + font-weight: 500; | ||
1678 | + color: rgba(255, 255, 255, 1); | ||
1679 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1680 | + text-align: center; | ||
1681 | + line-height: .98rem | ||
1682 | +} | ||
1683 | + | ||
1684 | +.detail_fix_two_box { | ||
1685 | + width: 2.42rem; | ||
1686 | + height: 100%; | ||
1687 | + padding: .12rem 0 .1rem; | ||
1688 | + box-sizing: border-box | ||
1689 | +} | ||
1690 | + | ||
1691 | +.detail_fix_two_left { | ||
1692 | + width: 50% | ||
1693 | +} | ||
1694 | + | ||
1695 | +.detail_fix_two_right { | ||
1696 | + width: 5.08rem; | ||
1697 | + height: 100%; | ||
1698 | + font-size: .32rem; | ||
1699 | + font-weight: 500; | ||
1700 | + color: rgba(255, 255, 255, 1); | ||
1701 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1702 | + text-align: center; | ||
1703 | + line-height: .98rem | ||
1704 | +} | ||
1705 | + | ||
1706 | +.detail_fix_position { | ||
1707 | + width: .74rem; | ||
1708 | + height: .56rem; | ||
1709 | + font-size: 0; | ||
1710 | + position: absolute; | ||
1711 | + top: -.5rem; | ||
1712 | + right: -.5rem; | ||
1713 | +} | ||
1714 | + | ||
1715 | +.detail_fix_position img { | ||
1716 | + width: 100%; | ||
1717 | + height: 100% | ||
1718 | +} | ||
1719 | + | ||
1720 | +.detail_fix_four { | ||
1721 | + width: 100%; | ||
1722 | + height: 100%; | ||
1723 | + font-size: .32rem; | ||
1724 | + font-weight: 500; | ||
1725 | + color: rgba(255, 255, 255, 1); | ||
1726 | + background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%); | ||
1727 | + text-align: center; | ||
1728 | + line-height: .98rem | ||
1182 | } | 1729 | } |
img/close.png
0 → 100644
2.2 KB
img/detail (1).png
0 → 100644
49.1 KB
img/detail (2).png
0 → 100644
1.7 KB
img/guanbi.png
0 → 100644
2.1 KB
img/shenhe.png
0 → 100644
1.6 KB
img/sun_73.png
0 → 100644
758 字节
img/xiajia.png
0 → 100644
1.0 KB
img/zhiding (2).png
0 → 100644
840 字节
img/zhiding.png
0 → 100644
850 字节
mine_addbank.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <title>添加银行卡</title> | ||
8 | + <link rel="stylesheet" href="css/mine.css"> | ||
9 | + <link rel="stylesheet" href="css/base.css"> | ||
10 | + <link rel="stylesheet" href="css/swiper.min.css"> | ||
11 | + <script type="text/javascript" src="js/base.js"></script> | ||
12 | +</head> | ||
13 | + | ||
14 | +<body> | ||
15 | + <div class="minebank"> | ||
16 | + <div class="minebank_title">请绑定持卡本人的银行卡</div> | ||
17 | + <div class="minebank_box"> | ||
18 | + <div class="minebank_one layer_star"> | ||
19 | + <div class="minebank_left">持卡人</div> | ||
20 | + <div class="minebank_right"><input type="text" placeholder="请输入姓名"></div> | ||
21 | + </div> | ||
22 | + <div class="minebank_one layer_star"> | ||
23 | + <div class="minebank_left">卡号</div> | ||
24 | + <div class="minebank_right"><input type="text" placeholder="请输入银行卡号"></div> | ||
25 | + </div> | ||
26 | + <div class="minebank_one layer_star"> | ||
27 | + <div class="minebank_left">开户行</div> | ||
28 | + <div class="minebank_right"><input type="text" placeholder="请输入开户行"></div> | ||
29 | + </div> | ||
30 | + <div class="minebank_one layer_star"> | ||
31 | + <div class="minebank_left">手机号</div> | ||
32 | + <div class="minebank_right"><input type="text" placeholder="请输入手机号"></div> | ||
33 | + </div> | ||
34 | + </div> | ||
35 | + <div class="minebank_button"> | ||
36 | + <div class="minebank_btn">确认添加</div> | ||
37 | + </div> | ||
38 | + </div> | ||
39 | +</body> | ||
40 | + | ||
41 | +<script type="text/javascript" src="js/jquery-2.1.4.js"></script> | ||
42 | +<script type="text/javascript" src="js/swiper.min.js"></script> | ||
43 | + | ||
44 | +<script> | ||
45 | +</script> | ||
46 | + | ||
47 | +</html> |
mine_addsubscribe.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <title>添加订阅</title> | ||
8 | + <link rel="stylesheet" href="css/mine.css"> | ||
9 | + <link rel="stylesheet" href="css/base.css"> | ||
10 | + <link rel="stylesheet" href="css/swiper.min.css"> | ||
11 | + <script type="text/javascript" src="js/base.js"></script> | ||
12 | +</head> | ||
13 | + | ||
14 | +<body> | ||
15 | + <div class="addsubscribe"> | ||
16 | + <div class="addsubscribe_box"> | ||
17 | + <div class="addsubscribe_one layer_between"> | ||
18 | + <div class="addsubscribe_left layer_star"> | ||
19 | + <div class="addsubscribe_left_title">房源类型:</div> | ||
20 | + <div class="addsubscribe_left_word"> | ||
21 | + <input type="text" placeholder="请选择房源类型"> | ||
22 | + </div> | ||
23 | + </div> | ||
24 | + <div class="addsubscribe_right"> | ||
25 | + <img src="./img/yourow.png" alt=""> | ||
26 | + </div> | ||
27 | + </div> | ||
28 | + <div class="addsubscribe_one layer_between"> | ||
29 | + <div class="addsubscribe_left layer_star"> | ||
30 | + <div class="addsubscribe_left_title">区域:</div> | ||
31 | + <div class="addsubscribe_left_word"> | ||
32 | + <input type="text" placeholder="请选择区域"> | ||
33 | + </div> | ||
34 | + </div> | ||
35 | + <div class="addsubscribe_right"> | ||
36 | + <img src="./img/yourow.png" alt=""> | ||
37 | + </div> | ||
38 | + </div> | ||
39 | + <div class="addsubscribe_one layer_between"> | ||
40 | + <div class="addsubscribe_left layer_star"> | ||
41 | + <div class="addsubscribe_left_title">面积:</div> | ||
42 | + <div class="addsubscribe_left_word"> | ||
43 | + <input type="text" placeholder="请选择面积"> | ||
44 | + </div> | ||
45 | + </div> | ||
46 | + <div class="addsubscribe_right"> | ||
47 | + <img src="./img/yourow.png" alt=""> | ||
48 | + </div> | ||
49 | + </div> | ||
50 | + <div class="addsubscribe_one layer_between"> | ||
51 | + <div class="addsubscribe_left layer_star"> | ||
52 | + <div class="addsubscribe_left_title">价格:</div> | ||
53 | + <div class="addsubscribe_left_word"> | ||
54 | + <input type="text" placeholder="请选择价格"> | ||
55 | + </div> | ||
56 | + </div> | ||
57 | + <div class="addsubscribe_right"> | ||
58 | + <img src="./img/yourow.png" alt=""> | ||
59 | + </div> | ||
60 | + </div> | ||
61 | + </div> | ||
62 | + <div class="addsubscribe_button"> | ||
63 | + <div class="addsubscribe_btn">确认发布</div> | ||
64 | + </div> | ||
65 | + </div> | ||
66 | +</body> | ||
67 | + | ||
68 | +<script type="text/javascript" src="js/jquery-2.1.4.js"></script> | ||
69 | +<script type="text/javascript" src="js/swiper.min.js"></script> | ||
70 | + | ||
71 | +<script> | ||
72 | +</script> | ||
73 | + | ||
74 | +</html> |
mine_detail.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <title>发布详情</title> | ||
8 | + <link rel="stylesheet" href="css/mine.css"> | ||
9 | + <link rel="stylesheet" href="css/base.css"> | ||
10 | + <link rel="stylesheet" href="css/swiper.min.css"> | ||
11 | + | ||
12 | + <script type="text/javascript" src="js/base.js"></script> | ||
13 | + <style> | ||
14 | + body { | ||
15 | + background: #fff | ||
16 | + } | ||
17 | + </style> | ||
18 | +</head> | ||
19 | + | ||
20 | +<body> | ||
21 | + <div class="detail"> | ||
22 | + <div class="detail_top"> | ||
23 | + <div class="detail_top_title">上传图片</div> | ||
24 | + <div class="detail_top_box layer_star flex-warp"> | ||
25 | + <div class="detail_top_one"> | ||
26 | + <img src="./img/detail (1).png" alt=""> | ||
27 | + <div class="detail_top_close"> | ||
28 | + <img src="./img/close.png" alt=""> | ||
29 | + </div> | ||
30 | + </div> | ||
31 | + <div class="detail_top_one"> | ||
32 | + <img src="./img/detail (2).png" alt=""> | ||
33 | + </div> | ||
34 | + </div> | ||
35 | + <div class="detail_top_word">可批量上传多张房源图片(第一张为封面)</div> | ||
36 | + </div> | ||
37 | + <div class="detail_center"> | ||
38 | + <div class="detail_center_one layer_between"> | ||
39 | + <div class="detail_center_left layer_star"> | ||
40 | + <div class="detail_center_title">售价<span>*</span>:</div> | ||
41 | + <div class="detail_center_one_word"><input type="text" placeholder="请填写金额,留空为面议"></div> | ||
42 | + </div> | ||
43 | + <div class="detail_center_one_right layer_star"> | ||
44 | + <div class="detai_center_right_title">万元</div> | ||
45 | + <div class="detai_center_right_icon"> | ||
46 | + <img src="./img/guanbi.png" alt=""> | ||
47 | + </div> | ||
48 | + </div> | ||
49 | + </div> | ||
50 | + <div class="detail_center_one layer_between"> | ||
51 | + <div class="detail_center_left layer_star"> | ||
52 | + <div class="detail_center_title">户型:</div> | ||
53 | + <div class="detail_center_word">请选择户型</div> | ||
54 | + </div> | ||
55 | + <div class="detail_center_right layer_star"> | ||
56 | + <img src="./img/yourow.png" alt=""> | ||
57 | + </div> | ||
58 | + </div> | ||
59 | + <div class="detail_center_one layer_between"> | ||
60 | + <div class="detail_center_left layer_star"> | ||
61 | + <div class="detail_center_title">建筑面积<span>*</span>:</div> | ||
62 | + <div class="detail_center_word">请填写建筑面积</div> | ||
63 | + </div> | ||
64 | + <div class="detail_center_right layer_star"> | ||
65 | + <!-- <img src="./img/yourow.png" alt=""> --> | ||
66 | + </div> | ||
67 | + </div> | ||
68 | + <div class="detail_center_one layer_between"> | ||
69 | + <div class="detail_center_left layer_star"> | ||
70 | + <div class="detail_center_title">楼层/类型:</div> | ||
71 | + <div class="detail_center_word">请选择楼层/类型</div> | ||
72 | + </div> | ||
73 | + <div class="detail_center_right layer_star"> | ||
74 | + <img src="./img/yourow.png" alt=""> | ||
75 | + </div> | ||
76 | + </div> | ||
77 | + <div class="detail_center_one layer_between"> | ||
78 | + <div class="detail_center_left layer_star"> | ||
79 | + <div class="detail_center_title">装修:</div> | ||
80 | + <div class="detail_center_word">请选择装修情况</div> | ||
81 | + </div> | ||
82 | + <div class="detail_center_right layer_star"> | ||
83 | + <img src="./img/yourow.png" alt=""> | ||
84 | + </div> | ||
85 | + </div> | ||
86 | + <div class="detail_center_one layer_between"> | ||
87 | + <div class="detail_center_left layer_star"> | ||
88 | + <div class="detail_center_title">区域<span>*</span>:</div> | ||
89 | + <div class="detail_center_word">请选择区域</div> | ||
90 | + </div> | ||
91 | + <div class="detail_center_right layer_star"> | ||
92 | + <img src="./img/yourow.png" alt=""> | ||
93 | + </div> | ||
94 | + </div> | ||
95 | + <div class="detail_center_one layer_between"> | ||
96 | + <div class="detail_center_left layer_star"> | ||
97 | + <div class="detail_center_title">小区:</div> | ||
98 | + <div class="detail_center_word">请选择小区/商圈</div> | ||
99 | + </div> | ||
100 | + <div class="detail_center_right layer_star"> | ||
101 | + <img src="./img/yourow.png" alt=""> | ||
102 | + </div> | ||
103 | + </div> | ||
104 | + <div class="detail_center_one layer_between"> | ||
105 | + <div class="detail_center_left layer_star"> | ||
106 | + <div class="detail_center_title">详细地址:</div> | ||
107 | + <div class="detail_center_word">请输入详细地址</div> | ||
108 | + </div> | ||
109 | + </div> | ||
110 | + <div class="detail_center_one layer_between"> | ||
111 | + <div class="detail_center_left layer_star"> | ||
112 | + <div class="detail_center_title">联系人<span>*</span>:</div> | ||
113 | + <div class="detail_center_word">请输入联系人</div> | ||
114 | + </div> | ||
115 | + </div> | ||
116 | + <div class="detail_center_one layer_between"> | ||
117 | + <div class="detail_center_left layer_star"> | ||
118 | + <div class="detail_center_title">手机<span>*</span>:</div> | ||
119 | + <div class="detail_center_word">请输入联系人手机</div> | ||
120 | + </div> | ||
121 | + </div> | ||
122 | + <div class="detail_center_one layer_between"> | ||
123 | + <div class="detail_center_left layer_star"> | ||
124 | + <div class="detail_center_title">发布标题:</div> | ||
125 | + <div class="detail_center_word">请输入标题</div> | ||
126 | + </div> | ||
127 | + </div> | ||
128 | + <div class="detail_center_one layer_between"> | ||
129 | + <div class="detail_center_left layer_nostar"> | ||
130 | + <div class="detail_center_title">房源描述:</div> | ||
131 | + <div class="detail_center_text"> | ||
132 | + <textarea name="" placeholder="请输入描述"></textarea> | ||
133 | + </div> | ||
134 | + </div> | ||
135 | + </div> | ||
136 | + </div> | ||
137 | + <div class="detail_bottom"> | ||
138 | + <div class="detail_bottom_title">特色标签:最多可选择三个特色标签</div> | ||
139 | + <div class="detail_bottom_label layer_star flex-warp"> | ||
140 | + <div class="detail_bottom_labels ">繁华地段</div> | ||
141 | + <div class="detail_bottom_labels">学区房</div> | ||
142 | + <div class="detail_bottom_labels">临近地铁</div> | ||
143 | + <div class="detail_bottom_labels">临近医院</div> | ||
144 | + <div class="detail_bottom_labels">临近医院</div> | ||
145 | + </div> | ||
146 | + </div> | ||
147 | + </div> | ||
148 | + <div class="detail_fix"> | ||
149 | + <div class="detail_fix_box"> | ||
150 | + <!-- 第一种 --> | ||
151 | + <div class="detail_fix_one layer_between" style="display:none"> | ||
152 | + <div class="detail_fix_left flex_center"> | ||
153 | + <div class="detail_fix_img"> | ||
154 | + <img src="./img/shenhe.png" alt=""> | ||
155 | + </div> | ||
156 | + <div class="detail_fix_title">审核中</div> | ||
157 | + </div> | ||
158 | + <div class="detail_fix_right">确认修改</div> | ||
159 | + </div> | ||
160 | + <!-- 第二种 --> | ||
161 | + <div class="detail_fix_two layer_between" style="display:none"> | ||
162 | + <div class="detail_fix_two_box layer_center"> | ||
163 | + <div class="detail_fix_two_left flex_center"> | ||
164 | + <div class="detail_fix_img"> | ||
165 | + <img src="./img/shenhe.png" alt=""> | ||
166 | + </div> | ||
167 | + <div class="detail_fix_title">审核中</div> | ||
168 | + </div> | ||
169 | + <div class="detail_fix_two_left flex_center"> | ||
170 | + <div class="detail_fix_img"> | ||
171 | + <img src="./img/zhiding.png" alt=""> | ||
172 | + </div> | ||
173 | + <div class="detail_fix_titles">已置顶</div> | ||
174 | + </div> | ||
175 | + </div> | ||
176 | + <div class="detail_fix_two_right">确认修改</div> | ||
177 | + </div> | ||
178 | + <!-- 第三种 --> | ||
179 | + <div class="detail_fix_three layer_between" style="display:none"> | ||
180 | + <div class="detail_fix_two_box layer_center"> | ||
181 | + <div class="detail_fix_two_left flex_center"> | ||
182 | + <div class="detail_fix_img"> | ||
183 | + <img src="./img/xiajia.png" alt=""> | ||
184 | + </div> | ||
185 | + <div class="detail_fix_title">审核中</div> | ||
186 | + </div> | ||
187 | + <div class="detail_fix_two_left flex_center"> | ||
188 | + <div class="detail_fix_img"> | ||
189 | + <img src="./img/zhiding (2).png" alt=""> | ||
190 | + <div class="detail_fix_position"> | ||
191 | + <img src="./img/sun_73.png" alt=""> | ||
192 | + </div> | ||
193 | + </div> | ||
194 | + <div class="detail_fix_title">置顶推广</div> | ||
195 | + </div> | ||
196 | + </div> | ||
197 | + <div class="detail_fix_two_right">确认修改</div> | ||
198 | + </div> | ||
199 | + <!-- 第四种 --> | ||
200 | + <div class="detail_fix_four"> | ||
201 | + 重新上架 | ||
202 | + </div> | ||
203 | + </div> | ||
204 | + </div> | ||
205 | +</body> | ||
206 | + | ||
207 | +<script type="text/javascript" src="js/jquery-2.1.4.js"></script> | ||
208 | +<script type="text/javascript" src="js/swiper.min.js"></script> | ||
209 | + | ||
210 | +<script> | ||
211 | + // 选择标签 | ||
212 | + $(".detail_bottom_labels").click(function() { | ||
213 | + $(this).addClass("detail_bottom_labels_active") | ||
214 | + }) | ||
215 | +</script> | ||
216 | + | ||
217 | +</html> |
mine_income.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <title>收支明细</title> | ||
8 | + <link rel="stylesheet" href="css/mine.css"> | ||
9 | + <link rel="stylesheet" href="css/base.css"> | ||
10 | + <link rel="stylesheet" href="css/swiper.min.css"> | ||
11 | + <script type="text/javascript" src="js/base.js"></script> | ||
12 | +</head> | ||
13 | + | ||
14 | +<body> | ||
15 | + <div class="mineincome"> | ||
16 | + <div class="mineincome_title">记录详情</div> | ||
17 | + <div class="mineincome_box"> | ||
18 | + <div class="mineincome_one"> | ||
19 | + <div class="mineincome_top layer_between"> | ||
20 | + <div class="mineincome_top_title">提现</div> | ||
21 | + <div class="mineincome_top_word"><span>-</span><span>60</span>元</div> | ||
22 | + </div> | ||
23 | + <div class="mineincome_bottom layer_between"> | ||
24 | + <div class="mineincome_bottom_title">9月5日 10:00</div> | ||
25 | + <div class="mineincome_bottom_word">提现成功</div> | ||
26 | + </div> | ||
27 | + </div> | ||
28 | + <div class="mineincome_one"> | ||
29 | + <div class="mineincome_top layer_between"> | ||
30 | + <div class="mineincome_top_title">邀请奖励</div> | ||
31 | + <div class="mineincome_top_word"><span>+</span><span>160</span>元</div> | ||
32 | + </div> | ||
33 | + <div class="mineincome_bottom layer_between"> | ||
34 | + <div class="mineincome_bottom_title">9月5日 10:00</div> | ||
35 | + <div class="mineincome_bottom_word">提现成功</div> | ||
36 | + </div> | ||
37 | + </div> | ||
38 | + <div class="mineincome_one"> | ||
39 | + <div class="mineincome_top layer_between"> | ||
40 | + <div class="mineincome_top_title">邀请奖励</div> | ||
41 | + <div class="mineincome_top_word"><span>+</span><span>160</span>元</div> | ||
42 | + </div> | ||
43 | + <div class="mineincome_bottom layer_between"> | ||
44 | + <div class="mineincome_bottom_title">9月5日 10:00</div> | ||
45 | + <div class="mineincome_bottom_word">提现成功</div> | ||
46 | + </div> | ||
47 | + </div> | ||
48 | + </div> | ||
49 | + </div> | ||
50 | +</body> | ||
51 | + | ||
52 | +<script type="text/javascript" src="js/jquery-2.1.4.js"></script> | ||
53 | +<script type="text/javascript" src="js/swiper.min.js"></script> | ||
54 | + | ||
55 | +<script> | ||
56 | +</script> | ||
57 | + | ||
58 | +</html> |
mine_look.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html lang="en"> | ||
3 | + | ||
4 | +<head> | ||
5 | + <meta charset="UTF-8"> | ||
6 | + <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | ||
7 | + <title> 查看次数</title> | ||
8 | + <link rel="stylesheet" href="css/mine.css"> | ||
9 | + <link rel="stylesheet" href="css/base.css"> | ||
10 | + <link rel="stylesheet" href="css/swiper.min.css"> | ||
11 | + <script type="text/javascript" src="js/base.js"></script> | ||
12 | +</head> | ||
13 | + | ||
14 | +<body> | ||
15 | + <div class="minelook"> | ||
16 | + <div class="minelook_box layer_between"> | ||
17 | + <div class="minelook_one flex_center"> | ||
18 | + <div class="minelook_title">今日剩余次数</div> | ||
19 | + <div class="minelook_num">2次</div> | ||
20 | + </div> | ||
21 | + <div class="minelook_one flex_center"> | ||
22 | + <div class="minelook_title">本月已查房源</div> | ||
23 | + <div class="minelook_num">84次</div> | ||
24 | + </div> | ||
25 | + </div> | ||
26 | + <div class="minelook_btn">获取更多查看次数</div> | ||
27 | + </div> | ||
28 | +</body> | ||
29 | + | ||
30 | +<script type="text/javascript" src="js/jquery-2.1.4.js"></script> | ||
31 | +<script type="text/javascript" src="js/swiper.min.js"></script> | ||
32 | + | ||
33 | +<script> | ||
34 | +</script> | ||
35 | + | ||
36 | +</html> |
@@ -10,13 +10,28 @@ | @@ -10,13 +10,28 @@ | ||
10 | <link rel="stylesheet" href="css/swiper.min.css"> | 10 | <link rel="stylesheet" href="css/swiper.min.css"> |
11 | 11 | ||
12 | <script type="text/javascript" src="js/base.js"></script> | 12 | <script type="text/javascript" src="js/base.js"></script> |
13 | + <style> | ||
14 | + body { | ||
15 | + background: #fff | ||
16 | + } | ||
17 | + </style> | ||
13 | </head> | 18 | </head> |
14 | 19 | ||
15 | <body> | 20 | <body> |
16 | - <div class="mine_phone_box"> | ||
17 | - <div class="mine_phone_top"> | ||
18 | - <input type="text" placeholder="请输入手机号"> | 21 | + <div class="minephone"> |
22 | + <div class="mine_phone_box"> | ||
23 | + <div class="mine_phone_one"> | ||
24 | + <input type="text" placeholder="请输入手机号"> | ||
25 | + </div> | ||
26 | + <div class="mine_phone_one layer_between"> | ||
27 | + <div class="mine_phone_left"> | ||
28 | + <input type="text" placeholder="请输入短信验证码"> | ||
29 | + </div> | ||
30 | + <div class="mine_phone_right">发送验证码</div> | ||
31 | + </div> | ||
32 | + <div class="mine_phone_show">重新发送验证码</div> | ||
19 | </div> | 33 | </div> |
34 | + <div class="mine_phone_btn">确认</div> | ||
20 | </div> | 35 | </div> |
21 | </body> | 36 | </body> |
22 | 37 |
-
请 注册 或 登录 后发表评论