123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- /* pagesPublic/pages/tdcr/tdcr-list/index.wxss */
- .list_main {
- width: 100%;
- height: 100vh;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .map-block {
- width: 80%;
- height: 100vw;
- background-size: 100% 100%;
- }
- .block-name1 {
- width: 258rpx;
- height: 85rpx;
- line-height: 85rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #00FFFF;
- padding-left: 46rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- position: relative;
- left: 68rpx;
- top: -9rpx;
- }
- .block-name2 {
- width: 234rpx;
- height: 85rpx;
- line-height: 85rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #00FFFF;
- padding-left: 61rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- position: relative;
- left: 125rpx;
- top: -2rpx;
- }
- .block-name3 {
- width: 300rpx;
- height: 85rpx;
- line-height: 85rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #0F2887;
- padding-left: 46rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- position: relative;
- left: 159rpx;
- top: 0rpx;
- }
- .block-name4 {
- width: 213rpx;
- /* height: 85rpx; */
- line-height: 78rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #00FFFF;
- padding-left: 46rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- position: relative;
- left: 223rpx;
- bottom: -480rpx;
- }
- .block-name5 {
- width: 234rpx;
- /* height: 85rpx; */
- line-height: 85rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #00FFFF;
- padding-left: 46rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- position: relative;
- left: 120rpx;
- bottom: -485rpx;
- }
- .jt {
- width: 40rpx;
- height: 40rpx;
- background-size: 100%;
- position: relative;
- z-index: 40;
- }
- .postion1 {
- top: -68rpx;
- left: 133rpx;
- z-index: 45;
- }
- .postion2 {
- top: -26rpx;
- left: 70rpx;
- z-index: 45;
- }
- .postion3 {
- top: 36rpx;
- left: 172rpx;
- z-index: 45;
- }
- .postion4 {
- top: 46rpx;
- left: 235rpx;
- z-index: 45;
- }
- .postion5 {
- top: 38rpx;
- left: 135rpx;
- z-index: 45;
- }
- .line {
- border-left: dashed 1px #00FFFF;
- width: 1rpx;
-
- position: relative;
- }
- .line1 {
- height: 39vw;
- top: -371rpx;
- left: 191rpx;
- z-index: 30;
- }
- .line2 {
- height: 48vw;
- top: -840rpx;
- left: 88rpx;
- z-index: 30;
- }
- .line3 {
- height: 26vw;
- top: -1113rpx;
- left: 151rpx;
- z-index: 30;
- }
- .line4 {
- height: 15vw;
- top: -827rpx;
- left: 254rpx;
- z-index: 30;
- }
- .line5 {
- height: 20vw;
- top: -903rpx;
- left: 150rpx;
- z-index: 30;
- }
|