indexCopy.wxss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. /**index.wxss**/
  2. .container .nav-wrap {
  3. backdrop-filter: blur(10rpx);
  4. border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  5. }
  6. .container .nav-wrap .nav-info {
  7. padding-left: 32rpx;
  8. display: flex;
  9. align-items: center;
  10. }
  11. .container .nav-wrap .nav-info .device-pic {
  12. height: 36rpx;
  13. margin-right: 12rpx;
  14. }
  15. .container .nav-wrap .nav-info .z {
  16. height: 24rpx;
  17. margin-right: 12rpx;
  18. }
  19. .container .nav-wrap .nav-info text {
  20. font-size: 28rpx;
  21. color: #353535;
  22. font-weight: bold;
  23. margin-right: 24rpx;
  24. }
  25. .container .nav-wrap .nav-info .j {
  26. height: 16rpx;
  27. }
  28. .container .mair {
  29. width: calc(100% - 52rpx);
  30. padding: 20rpx 26rpx 0;
  31. height: calc(100vh - 20rpx);
  32. position: relative;
  33. overflow: hidden;
  34. }
  35. .container .mair .play-info {
  36. width: 100%;
  37. padding: 16rpx 0;
  38. background: linear-gradient(167deg, #D8D8D8 0%, rgba(238, 238, 238, 0.5) 100%);
  39. border-radius: 12rpx;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. }
  44. .container .mair .play-info .info {
  45. width: 550rpx;
  46. height: 152rpx;
  47. position: relative;
  48. }
  49. .container .mair .play-info .wakeMode {
  50. width: 96rpx;
  51. height: 152rpx;
  52. background: linear-gradient(180deg, #000000 0%, #000000 100%);
  53. box-shadow: inset 2rpx 6rpx 10rpx 0px rgba(255,255,255,0.61), inset 0px -2rpx 4rpx 0px rgba(255,255,255,0.3);
  54. border-radius: 12rpx;
  55. margin-left: 8rpx;
  56. position: relative;
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. flex-direction: column;
  61. }
  62. .container .mair .play-info .wakeMode text {
  63. height: 28rpx;
  64. font-size: 20rpx;
  65. font-weight: 500;
  66. color: #FFFFFF;
  67. line-height: 28rpx;
  68. font-weight: 500;
  69. margin-top: 20rpx;
  70. }
  71. .container .mair .play-info .wakeMode .mode {
  72. position: absolute;
  73. top: 0;
  74. left: 0;
  75. width: 96rpx;
  76. height: 152rpx;
  77. z-index: 999;
  78. }
  79. .container .mair .play-info .info .logo {
  80. position: absolute;
  81. top: 14rpx;
  82. left: 20rpx;
  83. height: 48rpx;
  84. }
  85. .container .mair .play-info .info .battery {
  86. position: absolute;
  87. top: 8rpx;
  88. right: 16rpx;
  89. height: 56rpx;
  90. width: 56rpx;
  91. }
  92. .container .mair .play-info .info .fm {
  93. color: #fff;
  94. }
  95. .container .mair .play-info .info .black {
  96. position: absolute;
  97. top: 0;
  98. left: 0;
  99. width: 550rpx;
  100. height: 152rpx;
  101. }
  102. .container .mair .play-info .info .mode {
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. width: 550rpx;
  107. height: 152rpx;
  108. z-index: 999;
  109. }
  110. .container .mair .play-info .info .fm {
  111. position: absolute;
  112. top: 22rpx;
  113. left: 50%;
  114. transform: translateX(-50%);
  115. font-size: 48rpx;
  116. font-weight: 600;
  117. color: #6D00FF;
  118. line-height: 66rpx;
  119. }
  120. .container .mair .play-info .info .fmMod{
  121. position: absolute;
  122. top: 22rpx;
  123. left: 50%;
  124. transform: translateX(-50%);
  125. width: 200rpx;
  126. height: 66rpx;
  127. z-index: 1000;
  128. }
  129. .container .mair .play-info .info .fm .gochnnalList{
  130. height: 50rpx;
  131. position: absolute;
  132. top: 8rpx;
  133. left: 100%;
  134. }
  135. .container .mair .play-info .info .thisMusic {
  136. position: absolute;
  137. bottom: 26rpx;
  138. left: 50%;
  139. transform: translateX(-50%);
  140. width: 488rpx;
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .container .mair .play-info .info .thisMusic>text{
  146. width: 100rpx;
  147. display: inline-block;
  148. color: #fff;
  149. font-size: 20rpx;
  150. }
  151. .container .mair .play-info .info .thisMusic .scroll-box {
  152. position: relative;
  153. max-width: 388rpx;
  154. display: flex;
  155. align-items: center;
  156. }
  157. .thisMusic .scroll-box .scroll-wrap {
  158. max-width: 100%;
  159. display: inline-block;
  160. vertical-align: top;
  161. overflow: hidden;
  162. white-space: nowrap;
  163. }
  164. .thisMusic .scroll-box .scroll-item {
  165. /* animation: scroll linear 4s alternate infinite; */
  166. float: left;
  167. color: #fff;
  168. font-size: 20rpx;
  169. }
  170. @keyframes scroll {
  171. 0% {
  172. margin-left: 0;
  173. transform: translateX(0);
  174. }
  175. 10% {
  176. margin-left: 0;
  177. transform: translateX(0);
  178. }
  179. 90% {
  180. margin-left: 100%;
  181. transform: translateX(-100%);
  182. }
  183. 100% {
  184. margin-left: 100%;
  185. transform: translateX(-100%);
  186. }
  187. }
  188. .container .mair .gologin {
  189. position: absolute;
  190. top: 0;
  191. left: 0;
  192. width: 100vw;
  193. height: 100%;
  194. background-color: rgba(0, 0, 0, 0.6);
  195. display: flex;
  196. align-items: center;
  197. justify-content: center;
  198. z-index: 9999;
  199. }
  200. .container .mair .gologin .model {
  201. width: 100%;
  202. height: 100%;
  203. position: relative;
  204. background-color: #fff;
  205. }
  206. .container .mair .gologin .model > image {
  207. position: absolute;
  208. top: 0;
  209. left: 0;
  210. width: 100%;
  211. height: 100%;
  212. }
  213. .container .mair .gologin .model > view {
  214. /* position: absolute;
  215. top: 0;
  216. left: 0; */
  217. width: 100%;
  218. height: 100%;
  219. overflow: hidden;
  220. display: flex;
  221. align-items: center;
  222. flex-direction: column;
  223. }
  224. .container .mair .gologin .model > view > image {
  225. display: block;
  226. height: 44rpx;
  227. margin: 398rpx auto 18rpx;
  228. }
  229. .container .mair .gologin .model > view text {
  230. display: block;
  231. width: 100%;
  232. font-size: 30rpx;
  233. color: #353535;
  234. font-weight: bold;
  235. text-align: center;
  236. margin-bottom: 66rpx;
  237. }
  238. /* .container .mair .gologin .model > view > view {
  239. width: 226rpx;
  240. height: 80rpx;
  241. background: #6547A3;
  242. border-radius: 40rpx;
  243. text-align: center;
  244. line-height: 80rpx;
  245. margin: 0 auto;
  246. font-size: 30rpx;
  247. color: #fff;
  248. } */
  249. .container .mair .goruter .model{
  250. background: #fff;
  251. height: 100%;
  252. width: 100%;
  253. }
  254. .container .mair .goruter .model > view > image {
  255. display: block;
  256. height: 176rpx;
  257. margin: 318rpx auto 18rpx;
  258. }
  259. .container .pd {
  260. position: relative;
  261. width: 120vw;
  262. height: calc(100% - 204rpx);
  263. padding-top: 20rpx;
  264. margin-left: -24rpx;
  265. }
  266. .container .pd .conm {
  267. padding-left: 24rpx;
  268. width: calc(100vw - 52rpx);
  269. }
  270. .container .pd .cz {
  271. width: 22rpx;
  272. height: 1664rpx;
  273. position: absolute;
  274. top: 24rpx;
  275. left: 24rpx;
  276. }
  277. .container .pd .musicList {
  278. padding: 0 0 20rpx 44rpx;
  279. position: relative;
  280. }
  281. .container .pd .musicList .li {
  282. height: 98rpx;
  283. display: flex;
  284. align-items: center;
  285. margin-bottom: 52rpx;
  286. color: #353535;
  287. position: relative;
  288. }
  289. .container .pd .musicList .li .zz {
  290. width: 236rpx;
  291. height: 22rpx;
  292. position: absolute;
  293. top: 48rpx;
  294. left: -70rpx;
  295. z-index: 999;
  296. }
  297. .container .pd .musicList .li .lm {
  298. transform: rotate(90deg);
  299. }
  300. .container .pd .musicList .li .musicInfo {
  301. width: 606rpx;
  302. height: 98rpx;
  303. display: flex;
  304. align-items: center;
  305. margin-left: 22rpx;
  306. position: relative;
  307. }
  308. .container .pd .musicList .li .musicInfo .pic {
  309. width: 86rpx;
  310. height: 86rpx;
  311. border-radius: 50%;
  312. margin-right: 24rpx;
  313. border: 2rpx solid #979797;
  314. }
  315. .container .pd .musicList .li .musicInfo text {
  316. font-size: 30rpx;
  317. font-weight: bold;
  318. white-space: nowrap;
  319. overflow: hidden;
  320. text-overflow: ellipsis;
  321. width: calc(100% - 200rpx);
  322. }
  323. .container .pd .musicList .li .musicInfo .svg {
  324. position: absolute;
  325. top: 34rpx;
  326. right: 50rpx;
  327. width: 34rpx;
  328. height: 30rpx;
  329. }
  330. .container .pd .musicList .li:last-child {
  331. margin: 0;
  332. }
  333. .container .pd .musicList .li.action {
  334. color: #6547A3;
  335. }
  336. .container .pd .musicList .li.action .musicInfo {
  337. border-radius: 49rpx;
  338. background-color: #D8D8D8;
  339. }
  340. .mair .mz{
  341. width: calc(100% - 72rpx);
  342. padding: 32rpx 36rpx;
  343. background: #FFFFFF;
  344. border-radius:0px 0px 18rpx 18rpx ;
  345. overflow: hidden;
  346. }
  347. .mair .deviceList{
  348. width: 100%;
  349. height: 100%;
  350. background-color: rgba(0, 0, 0, 0.6);
  351. position: absolute;
  352. top: 0;
  353. left: 0;
  354. z-index: 9999;
  355. }
  356. .mair .mz .li-view{
  357. height: 160rpx;
  358. float: left;
  359. width: calc(100% / 2 - 8rpx);
  360. margin-bottom: 36rpx;
  361. display: flex;
  362. align-items: center;
  363. }
  364. .mair .mz .li-view:nth-child(2n){
  365. margin-left: 14rpx;
  366. }
  367. .mair .mz .li {
  368. position: relative;
  369. width: calc(100% - 44rpx);
  370. height: 160rpx;
  371. display: flex;
  372. align-items: center;
  373. border: 2rpx solid #353535;
  374. border-radius: 16rpx;
  375. padding: 0 20rpx;
  376. background-color: #fff;
  377. }
  378. .mair .mz .li image{
  379. width: 96rpx;
  380. }
  381. .mair .mz .li .delete{
  382. position: absolute;
  383. top: -6rpx;
  384. right: -6rpx;
  385. width: 36rpx;
  386. }
  387. .mair .mz .li .deviceName{
  388. font-size: 28rpx;
  389. color: #353535;
  390. font-weight: 500;
  391. margin-left: 18rpx;
  392. }
  393. .mair .mz .li .onli{
  394. position: absolute;
  395. bottom: 14rpx;
  396. right: 24rpx;
  397. font-size: 24rex;
  398. color: #353535;
  399. }
  400. .mair .mz .li.action{
  401. border: 4rpx solid #6547A3;
  402. box-shadow: 0px 4rpx 8rpx 0px rgba(0,0,0,0.5);
  403. width: calc(100% - 48rpx);
  404. height: 156rpx;
  405. }
  406. .mair .mz .li.action .onli{
  407. color: #6547A3;
  408. }
  409. .mair .mz .li.offline{
  410. opacity: 0.6;
  411. }
  412. .mair .mz .but{
  413. float: left;
  414. width: 100%;
  415. display: flex;
  416. justify-content: center;
  417. }
  418. .mair .mz .but text{
  419. display: flex;
  420. justify-content: center;
  421. align-items: center;
  422. width: 226rpx;
  423. height: 80rpx;
  424. background: #6547A3;
  425. border-radius: 45rpx;
  426. color: #fff;
  427. margin: 0 20rpx;
  428. }
  429. .wake{
  430. height: 48rpx;
  431. z-index: 1000;
  432. }
  433. .updataminiwx{
  434. position: fixed;
  435. top: 0;
  436. left: 0;
  437. width: 100vw;
  438. height: 100vh;
  439. display: flex;
  440. align-items: center;
  441. justify-content: center;
  442. background: rgba(0, 0, 0, 0.6);
  443. z-index: 9999;
  444. }
  445. .updataminiwx .mode{
  446. width: 520rpx;
  447. height: 410rpx;
  448. position: relative;
  449. }
  450. .updataminiwx .mode .bg{
  451. width: 520rpx;
  452. height: 410rpx;
  453. }
  454. .updataminiwx .mode .updata-view{
  455. width: 520rpx;
  456. height: 410rpx;
  457. position: absolute;
  458. top: 0;
  459. left: 0;
  460. }
  461. .updataminiwx .mode .updata-view image{
  462. width: 124rpx;
  463. height: 124rpx;
  464. margin: 24rpx auto 14rpx;
  465. display: block;
  466. }
  467. .updataminiwx .mode .updata-view .title {
  468. height: 38rpx;
  469. font-size: 30rpx;
  470. font-weight: bold;
  471. color: #353535;
  472. line-height: 38rpx;
  473. display: block;
  474. text-align: center;
  475. margin-bottom: 16rpx;
  476. }
  477. .updataminiwx .mode .updata-view .tip {
  478. height: 38rpx;
  479. font-size: 30rpx;
  480. font-weight: 500;
  481. color: #999;
  482. line-height: 38rpx;
  483. display: block;
  484. text-align: center;
  485. margin-bottom: 40rpx;
  486. }
  487. .updataminiwx .mode .updata-view>view {
  488. display: flex;
  489. justify-content: center;
  490. }
  491. .updataminiwx .mode .updata-view>view text{
  492. width: 226rpx;
  493. height: 80rpx;
  494. text-align: center;
  495. line-height: 80rpx;
  496. border-radius: 40rpx;
  497. font-size: 30rpx;
  498. font-weight: bold;
  499. margin: 0 10rpx;
  500. }
  501. .updataminiwx .mode .updata-view>view .onBut{
  502. background-color: rgba(153, 153, 153, 1);
  503. color: #fff;
  504. }
  505. .updataminiwx .mode .updata-view>view .twoBut{
  506. background-color: rgba(101, 71, 163, 1);
  507. color: #fff;
  508. }