toolDraw_new.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. #userDrawAddModal {
  2. width: 330px;
  3. top: 40%;
  4. margin-left: -340px;
  5. left: 50%;
  6. position: absolute;
  7. z-index: 999999;
  8. display: none;
  9. border: 1px solid #ccc;
  10. }
  11. #userDrawAddModal .modal-header h3 {
  12. font-size: 20px;
  13. }
  14. #userDrawAddModal .form {
  15. }
  16. #userDrawAddModal .form dl {
  17. overflow: hidden;
  18. }
  19. #userDrawAddModal .form dl dt {
  20. font-size: 14px;
  21. padding: 0 0 10px 0;
  22. float: left;
  23. line-height: 30px;
  24. }
  25. #userDrawAddModal .form dl .input {
  26. width: 210px;
  27. }
  28. #userDrawAddModal .form .note {
  29. color: #aaa;
  30. font-size: 11px;
  31. clear: both;
  32. display: block;
  33. }
  34. #userDrawAddModal .form .sure {
  35. margin: 10px 0;
  36. clear: both;
  37. float: right;
  38. border: 1px solid #ccc;
  39. padding: 3px 0px;
  40. border-radius: 7px;
  41. }
  42. #yulanContent {
  43. position: absolute;
  44. left: 50%;
  45. top: 50%;
  46. width: 200px;
  47. height: 200px;
  48. z-index: 11111111111;
  49. display: none;
  50. margin-left: -100px;
  51. margin-top: -100px;
  52. }
  53. #yulanContent img {
  54. width: 200px;
  55. height: 200px;
  56. }
  57. #drawTipText {
  58. background: rgba(0, 0, 0, 0.5);
  59. border: 1px solid transparent;
  60. -webkit-border-radius: 4px;
  61. border-radius: 4px;
  62. color: #fff;
  63. font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  64. margin-left: 20px;
  65. margin-top: -15px;
  66. padding: 4px 8px;
  67. position: absolute;
  68. white-space: nowrap;
  69. z-index: 6;
  70. display: none;
  71. }
  72. .toolBF {
  73. position: absolute;
  74. right: 120px !important;
  75. top: 330px;
  76. width: 215px;
  77. height: 100px;
  78. background: rgba(64, 158, 255, 0.8);
  79. float: right;
  80. text-align: left;
  81. zoom: 1;
  82. margin-right: 10px;
  83. clear: both;
  84. margin-top: 10px;
  85. font-size: 0;
  86. padding-left: 8px;
  87. border: 1px solid #fff;
  88. border-radius: 10px;
  89. z-index: 11111;
  90. cursor: move;
  91. }
  92. .toolBF ul {
  93. list-style: none;
  94. }
  95. .toolBF li {
  96. display: inline-block;
  97. }
  98. .tsTX li {
  99. display: inline-block;
  100. text-align: center;
  101. text-decoration: none;
  102. width: 45px;
  103. height: 50px;
  104. line-height: 80px;
  105. border: 1px solid #fff;
  106. border-radius: 5px;
  107. color: #fff;
  108. margin: 10px 3px 5px 2.5px;
  109. vertical-align: top;
  110. font-size: 12px;
  111. cursor: pointer;
  112. }
  113. .tsTX li.point {
  114. background: rgba(64, 158, 255, 0.8) url(../../images/tools/new/bar/point.png)
  115. no-repeat 15px 7px;
  116. background-size: 15px;
  117. }
  118. .tsTX li.label {
  119. background: rgba(64, 158, 255, 0.8) url(../../images/tools/new/bar/label.png)
  120. no-repeat 15px 7px;
  121. background-size: 15px;
  122. }
  123. .tsTX li.polyline {
  124. background: rgba(64, 158, 255, 0.8)
  125. url(../../images/tools/new/bar/polyline.png) no-repeat 11px -1px;
  126. background-size: 28px;
  127. }
  128. .tsTX li.polygon {
  129. background: rgba(64, 158, 255, 0.8)
  130. url(../../images/tools/new/bar/polygon.png) no-repeat 15px 7px;
  131. background-size: 15px;
  132. }
  133. .tsTX li.rectangle {
  134. background: rgba(64, 158, 255, 0.8)
  135. url(../../images/tools/new/bar/rectangle.png) no-repeat 15px 7px;
  136. background-size: 15px;
  137. }
  138. .tsTX li.circle {
  139. background: rgba(64, 158, 255, 0.8) url(../../images/tools/new/bar/circle.png)
  140. no-repeat 15px 7px;
  141. background-size: 15px;
  142. }
  143. .tsTX li.point:hover {
  144. background: #5acef6 url(../../images/tools/new/bar/point.png) no-repeat 15px
  145. 7px;
  146. background-size: 15px;
  147. }
  148. .tsTX li.label:hover {
  149. background: #5acef6 url(../../images/tools/new/bar/label.png) no-repeat 15px
  150. 7px;
  151. background-size: 15px;
  152. }
  153. .tsTX li.polyline:hover {
  154. background: #5acef6 url(../../images/tools/new/bar/polyline.png) no-repeat
  155. 11px -1px;
  156. background-size: 28px;
  157. }
  158. .tsTX li.polygon:hover {
  159. background: #5acef6 url(../../images/tools/new/bar/polygon.png) no-repeat 15px
  160. 7px;
  161. background-size: 15px;
  162. }
  163. .tsTX li.rectangle:hover {
  164. background: #5acef6 url(../../images/tools/new/bar/rectangle.png) no-repeat
  165. 15px 7px;
  166. background-size: 15px;
  167. }
  168. .tsTX li.circle:hover {
  169. background: #5acef6 url(../../images/tools/new/bar/circle.png) no-repeat 15px
  170. 7px;
  171. background-size: 15px;
  172. }
  173. .tsTX li.point.active {
  174. background: #0f4d8f url(../../images/tools/new/bar/point.png) no-repeat 15px
  175. 7px;
  176. background-size: 15px;
  177. }
  178. .tsTX li.label.active {
  179. background: #0f4d8f url(../../images/tools/new/bar/label.png) no-repeat 15px
  180. 7px;
  181. background-size: 15px;
  182. }
  183. .tsTX li.polyline.active {
  184. background: #0f4d8f url(../../images/tools/new/bar/polyline.png) no-repeat
  185. 11px -1px;
  186. background-size: 28px;
  187. }
  188. .tsTX li.polygon.active {
  189. background: #0f4d8f url(../../images/tools/new/bar/polygon.png) no-repeat 15px
  190. 7px;
  191. background-size: 15px;
  192. }
  193. .tsTX li.rectangle.active {
  194. background: #0f4d8f url(../../images/tools/new/bar/rectangle.png) no-repeat
  195. 15px 7px;
  196. background-size: 15px;
  197. }
  198. .tsTX li.circle.active {
  199. background: #0f4d8f url(../../images/tools/new/bar/circle.png) no-repeat 15px
  200. 7px;
  201. background-size: 15px;
  202. }
  203. .tsAct {
  204. font-size: 0;
  205. /*display: none;*/
  206. }
  207. .tsAct li {
  208. width: 52px;
  209. height: 25px;
  210. line-height: 25px;
  211. border-right: 1px solid #fff;
  212. color: #c0defa;
  213. font-size: 12px;
  214. border-radius: 2px;
  215. margin: 3px 0px;
  216. display: inline-block;
  217. text-align: center;
  218. text-decoration: none;
  219. cursor: pointer;
  220. }
  221. .tsAct li:hover {
  222. color: #fff;
  223. }
  224. .tsAct li.save {
  225. display: none;
  226. }
  227. .tsAct li.active {
  228. background: #08488e;
  229. }
  230. .tsAct li.clear {
  231. border: none;
  232. }
  233. .tsAct li.import {
  234. position: relative;
  235. }
  236. .tsAct li.import .importFile {
  237. position: absolute;
  238. left: 0;
  239. opacity: 0;
  240. width: 59px;
  241. }
  242. .tsAct li.open {
  243. display: none;
  244. }
  245. /*toolbar hidden*/
  246. .leaflet-pm-toolbar {
  247. width: 0;
  248. border: none !important;
  249. overflow: hidden;
  250. }
  251. /*手动输入*/
  252. .draw-polyline-latlngs-picker {
  253. position: absolute;
  254. left: 0px;
  255. top: 120px;
  256. padding-bottom: 15px;
  257. display: none;
  258. width: 260px;
  259. color: #121827;
  260. background: #fff;
  261. clear: both;
  262. border-radius: 10px;
  263. z-index: 11111;
  264. /*cursor: auto;*/
  265. }
  266. .draw-polyline-latlngs-picker h4 {
  267. padding: 10px;
  268. font-size: 14px;
  269. font-weight: normal;
  270. background: #f0f5f8;
  271. border-radius: 10px 10px 0 0;
  272. margin: 0;
  273. }
  274. .draw-polyline-latlngs-picker h4 span {
  275. float: right;
  276. font-size: 30px;
  277. margin-top: -7px;
  278. cursor: pointer;
  279. }
  280. .draw-polyline-latlngs-picker .title {
  281. font-size: 14px;
  282. padding: 10px;
  283. }
  284. .draw-polyline-latlngs-picker textarea {
  285. width: 232px;
  286. margin: 0 10px;
  287. font-size: 14px;
  288. font-family: Arial;
  289. resize: none;
  290. height: 70px;
  291. color: #121827;
  292. background: #fff;
  293. padding: 5px;
  294. border: 1px solid #378be0;
  295. overflow-y: scroll;
  296. border-radius: 3px;
  297. }
  298. .draw-polyline-latlngs-picker .iconStyle {
  299. font-size: 14px;
  300. margin: 10px 0 5px 10px;
  301. }
  302. .draw-polyline-latlngs-picker select {
  303. margin-left: 10px;
  304. width: 240px;
  305. height: 28px;
  306. line-height: 28px;
  307. }
  308. .draw-polyline-latlngs-picker option {
  309. line-height: 28px;
  310. }
  311. .draw-polyline-latlngs-picker button {
  312. height: 22px;
  313. font-size: 12px;
  314. font-weight: normal;
  315. cursor: pointer;
  316. padding: 0 10px;
  317. color: #666;
  318. background: #ddd;
  319. border: 1px solid #ccc;
  320. float: right;
  321. margin: 10px 10px 0 0px;
  322. }
  323. .draw-polyline-latlngs-picker button:hover {
  324. color: #000;
  325. }
  326. /*手动输入 end*/
  327. /*标记弹窗*/
  328. .leaflet-popup-content {
  329. margin: 0px 0px 19px 0;
  330. }
  331. .leaflet-container a.leaflet-popup-close-button {
  332. top: 24px;
  333. right: -200px;
  334. font-size: 20px;
  335. color: #666;
  336. z-index: 55555;
  337. font-size: 20px;
  338. }
  339. .pubPop,
  340. .tdPop {
  341. position: absolute;
  342. /*left: 0px;*/
  343. /*top: 120px;*/
  344. padding-bottom: 15px;
  345. width: 260px;
  346. color: #121827;
  347. background: #fff;
  348. clear: both;
  349. border-radius: 10px;
  350. z-index: 22222;
  351. display: none;
  352. margin: 20px 0 0 50px;
  353. }
  354. .pubPop.active,
  355. .tdPop.active {
  356. display: block;
  357. }
  358. .pubPop h4,
  359. .tdPop h4 {
  360. padding: 10px;
  361. font-size: 14px;
  362. font-weight: normal;
  363. background: #f0f5f8;
  364. border-radius: 10px 10px 0 0;
  365. margin: 0;
  366. cursor: move;
  367. clear: both;
  368. }
  369. .pubPop h4 .bt,
  370. .tdPop h4 .bt {
  371. display: inline-block;
  372. width: 195px;
  373. overflow: hidden;
  374. text-overflow: ellipsis;
  375. white-space: nowrap;
  376. }
  377. .pubPop h4 .close,
  378. .tdPop h4 .close {
  379. display: inline-block;
  380. float: right;
  381. color: #333;
  382. font-size: 25px;
  383. cursor: pointer;
  384. margin-top: -5px;
  385. }
  386. .pubPop h4 .del {
  387. display: inline-block;
  388. float: right;
  389. width: 20px;
  390. height: 20px;
  391. background: url(../../images/tools/new/del.png) center no-repeat;
  392. margin-right: 2px;
  393. cursor: pointer;
  394. }
  395. .pubPop .title,
  396. .tdPop .title {
  397. font-size: 14px;
  398. padding: 10px;
  399. }
  400. .pubPop .zhuji,
  401. .tdPop .zhuji {
  402. margin-left: 10px;
  403. line-height: 20px;
  404. padding-left: 5px;
  405. width: 230px;
  406. height: 20px;
  407. }
  408. .pubPop textarea,
  409. .tdPop textarea {
  410. width: 228px;
  411. margin-left: 10px;
  412. font-size: 14px;
  413. font-family: Arial;
  414. resize: none;
  415. height: 70px;
  416. color: #121827;
  417. background: #fff;
  418. padding: 5px;
  419. /*border: 1px solid #378BE0;*/
  420. border: 1px solid #ccc;
  421. overflow-y: scroll;
  422. border-radius: 3px;
  423. }
  424. .pubPop .intro,
  425. .tdPop .intro {
  426. font-size: 14px;
  427. margin: 10px 10px 5px 10px;
  428. clear: both;
  429. }
  430. .pubPop .intro .tips,
  431. .tdPop .intro .tips {
  432. display: inline-block;
  433. float: right;
  434. background: #f9f9f9;
  435. padding: 5px 6px;
  436. border-radius: 4px 4px 0 0;
  437. border: 1px solid #ccc;
  438. border-bottom: 0;
  439. }
  440. .pubPop .intro .tips img,
  441. .tdPop .intro .tips img {
  442. padding: 0 8px;
  443. cursor: pointer;
  444. }
  445. .pubPop .ppfooter,
  446. .tdPop .ppfooter {
  447. margin: 10px 10px 0 10px;
  448. clear: both;
  449. /*padding-left: 15px;*/
  450. height: 25px;
  451. }
  452. .pubPop .ppfooter.bg,
  453. .tdPop .ppfooter.bg {
  454. /*background: url(../../images/tools/new/grayPoint.png) left no-repeat;*/
  455. }
  456. .pubPop .ppfooter .yuanbg {
  457. width: 12px;
  458. vertical-align: middle;
  459. margin-right: 5px;
  460. cursor: pointer;
  461. }
  462. .pubPop .ppfooter input,
  463. .tdPop .ppfooter input {
  464. width: 70px;
  465. border: 1px solid #ccc;
  466. line-height: 25px;
  467. padding: 0 2px;
  468. height: 25px;
  469. }
  470. .pubPop button,
  471. .tdPop button {
  472. width: 28px;
  473. height: 28px;
  474. border: 1px solid #ccc;
  475. border-radius: 2px;
  476. float: right;
  477. margin-left: 5px;
  478. cursor: pointer;
  479. }
  480. .pubPop button.point,
  481. .tdPop button.point {
  482. background: #ddd url(../../images/tools/new/blackPoint.png) center no-repeat;
  483. }
  484. .pubPop button.txt,
  485. .tdPop button.txt {
  486. background: #ddd url(../../images/tools/new/txt.png) center no-repeat;
  487. }
  488. .pubPop button.lineStyle,
  489. .tdPop button.lineStyle {
  490. background: #ddd url(../../images/tools/new/lineStyle.png) center no-repeat;
  491. }
  492. .pubPop button.del,
  493. .tdPop button.del {
  494. font-size: 0;
  495. background: #ddd url(../../images/tools/new/del.png) center no-repeat;
  496. }
  497. /*-----二级弹窗--------*/
  498. .pubPop_2 {
  499. padding-bottom: 15px;
  500. width: 192px;
  501. color: #121827;
  502. background: #fff;
  503. clear: both;
  504. border-radius: 10px;
  505. z-index: 22222;
  506. position: absolute;
  507. top: 90px;
  508. left: 229px;
  509. padding: 10px;
  510. border: 1px solid #ddd;
  511. line-height: 27px;
  512. font-size: 14px;
  513. display: none;
  514. background: #efefef;
  515. }
  516. .pubPop_2.style {
  517. top: 220px;
  518. left: 225px;
  519. }
  520. .pubPop_2.active {
  521. display: block;
  522. }
  523. .pubPop_2 .daxiao {
  524. width: 60px;
  525. height: 23px;
  526. }
  527. .pubPop_2 .yangshi {
  528. width: 90px;
  529. height: 23px;
  530. }
  531. .pubPop_2 .yanse.zt {
  532. background: url(../../images/tools/new/labelTxt.png) 1px 3px no-repeat;
  533. background-size: 188px;
  534. }
  535. .pubPop_2 .yanse span {
  536. display: inline-block;
  537. width: 20px;
  538. height: 20px;
  539. cursor: pointer;
  540. margin: 0 2px;
  541. }
  542. .pubPop_2.style .yanse span {
  543. border-radius: 20px;
  544. }
  545. .pubPop_2 .yanse span.green {
  546. background: green;
  547. }
  548. .pubPop_2 .yanse span.blue {
  549. background: blue;
  550. }
  551. .pubPop_2 .yanse span.red {
  552. background: red;
  553. }
  554. .pubPop_2 .yanse span.black {
  555. background: black;
  556. }
  557. .pubPop_2 .yanse span.white {
  558. background: white;
  559. }
  560. .pubPop_2 .yanse span.gray {
  561. background: gray;
  562. }
  563. .pubPop_2 .yanse span.orange {
  564. background: orange;
  565. }
  566. .pubPop_2 .yanse span.yellow {
  567. background: yellow;
  568. }
  569. /*.pubPop_2 .yanse span.hover{
  570. background-color: #ddd;
  571. }
  572. .pubPop_2 .yanse span.active{
  573. background-color: #a9a9a9;
  574. }*/
  575. /*.pubPop_2 .yanse span:nth-child(1){
  576. background: url(../../images/tools/new/labelTxt.png) 1px 3px no-repeat;
  577. }
  578. .pubPop_2 .yanse span:nth-child(2){
  579. background: url(../../images/tools/new/labelTxt.png) 1px 3px no-repeat;
  580. }*/
  581. /*链接弹窗*/
  582. .popTips {
  583. padding-bottom: 15px;
  584. width: 192px;
  585. color: #121827;
  586. background: #fff;
  587. clear: both;
  588. border-radius: 10px;
  589. z-index: 22222;
  590. position: absolute;
  591. top: 105px;
  592. left: 260px;
  593. border: 1px solid #ddd;
  594. line-height: 27px;
  595. font-size: 14px;
  596. /*display: none;*/
  597. }
  598. /*.popTips.pubPop_img{
  599. left: 210px;
  600. }
  601. .popTips.pubPop_video{
  602. left: 245px;
  603. }*/
  604. .popTips div.bt {
  605. background: #f0f5f8;
  606. padding: 5px 10px;
  607. margin-bottom: 5px;
  608. border-radius: 10px 10px 0 0;
  609. }
  610. .popTips div {
  611. padding: 2px 10px;
  612. }
  613. .popTips div input {
  614. padding: 2px 5px;
  615. width: 157px;
  616. }
  617. .popTips div input.link {
  618. width: 114px;
  619. vertical-align: top;
  620. }
  621. .popTips div .shengcheng {
  622. width: 41px;
  623. height: 22px;
  624. background: #ddd;
  625. display: inline-block;
  626. text-align: center;
  627. border: 1px solid #ccc;
  628. font-size: 14px;
  629. cursor: pointer;
  630. line-height: 22px;
  631. vertical-align: top;
  632. }
  633. /*打开保存弹窗*/
  634. .pubPopRe {
  635. position: absolute;
  636. left: 50%;
  637. top: 50%;
  638. padding-bottom: 15px;
  639. width: 260px;
  640. color: #121827;
  641. background: #fff;
  642. clear: both;
  643. border-radius: 10px;
  644. z-index: 222222;
  645. /*display: none;*/
  646. margin: -2px 0 0 -2px;
  647. border: 1px solid #ccc;
  648. }
  649. .pubPopRe.xianshi {
  650. display: block;
  651. }
  652. .pubPopRe h4 {
  653. clear: both;
  654. }
  655. .pubPopRe h4 .close {
  656. display: inline-block;
  657. float: right;
  658. color: #333;
  659. font-size: 25px;
  660. cursor: pointer;
  661. margin-top: -5px;
  662. }
  663. .pubPopRe video,
  664. .pubPopRe img {
  665. width: 100%;
  666. }
  667. .pubPopRe .title {
  668. clear: both;
  669. }
  670. .pubPopRe .tName {
  671. display: none;
  672. margin: 10px 10px 0px;
  673. height: 22px;
  674. padding-left: 5px;
  675. }
  676. .pubPopRe .cgEdit {
  677. float: right;
  678. width: 50px;
  679. height: 23px;
  680. line-height: 23px;
  681. }
  682. .pubPopRe .draw-latlngs-textarea {
  683. display: none;
  684. }
  685. .pubPopRe .yingXiang {
  686. padding: 0 5px;
  687. }
  688. .pubPopRe .yingXiang a {
  689. color: #00f;
  690. text-decoration: underline;
  691. padding-left: 10px;
  692. }
  693. /*标记弹窗 end*/
  694. .wrapper {
  695. box-sizing: border-box;
  696. width: 100%;
  697. padding: 30px;
  698. max-width: 1000px;
  699. margin: auto;
  700. }
  701. .map {
  702. height: 500px;
  703. }
  704. /*临时*/
  705. .leaflet-popup-tip-container {
  706. display: none !important;
  707. }
  708. .delSpan {
  709. position: absolute;
  710. right: 9px;
  711. width: 28px;
  712. height: 28px;
  713. background: #f00;
  714. opacity: 0;
  715. cursor: pointer;
  716. }
  717. /*point new */
  718. .pubPop_2.pointSty {
  719. width: 260px;
  720. background: #fff;
  721. }
  722. .pubPop_2 .icon-list {
  723. clear: both;
  724. }
  725. .pubPop_2 .icon-list span {
  726. float: left;
  727. display: block;
  728. cursor: pointer;
  729. width: 40px;
  730. }
  731. .pubPop_2 .icon-list span img {
  732. height: 30px;
  733. margin: 3px 3px 3px 0px;
  734. border: 1px solid #efefef;
  735. }
  736. .pubPop_2 .icon-list span.select img {
  737. border: 1px solid #b6b6b6;
  738. background: #f0f0f0;
  739. }
  740. #xingmutishi {
  741. background: #f7ad00;
  742. color: #fff;
  743. padding: 0px 10px 0 20px;
  744. position: absolute;
  745. z-index: 999;
  746. right: 20%;
  747. top: 140px;
  748. font-size: 20px;
  749. height: 47px;
  750. line-height: 47px;
  751. border-radius: 12px;
  752. display: none;
  753. }
  754. #xingmutishi.active {
  755. display: block;
  756. }
  757. #xingmutishi .close {
  758. width: 25px;
  759. height: 25px;
  760. display: inline-block;
  761. color: #000;
  762. margin-left: 50px;
  763. line-height: 30px;
  764. font-size: 30px;
  765. cursor: pointer;
  766. }