index.scss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. .bituni-mobile{
  2. min-width: auto;
  3. width: auto;
  4. .bituni-header-bg{
  5. background-size: auto 100%;
  6. bottom: 0 ;
  7. background-position: center center;
  8. height: auto;
  9. }
  10. .page-main{
  11. width:auto;
  12. }
  13. .page-bituni-header{
  14. display:flex;
  15. flex-direction: column;
  16. align-items: center;
  17. padding-top: 80px;
  18. }
  19. .page-bituni-intro{
  20. flex-direction: column;
  21. }
  22. .page-bituni-header{
  23. height: auto;
  24. position: relative;
  25. }
  26. .page-bituni-item{
  27. width: auto;
  28. margin-left: 30px;
  29. margin-right: 30px;
  30. margin-bottom: 20px;
  31. }
  32. .page-bituni-h1{
  33. text-align: center;
  34. }
  35. .page-bituni-case-list{
  36. margin-left: 10px;
  37. margin-right: 10px;
  38. display: block;
  39. }
  40. .page-bituni-case-item{
  41. width:auto;
  42. }
  43. }
  44. .page-container2 {
  45. // max-width: 1440px;
  46. width:100%;
  47. margin-left: auto;
  48. margin-right: auto;
  49. position: relative;
  50. }
  51. .bituni-header-bg{
  52. position: absolute;
  53. z-index: -1;
  54. height:597px;
  55. top: 0;
  56. left:0;
  57. right: 0;
  58. background:url("~@/assets/img/bituni/bituni-bg.jpg") no-repeat center top;
  59. background-size: 100% auto;
  60. }
  61. .page-main {
  62. width: 1100px;
  63. margin-left: auto;
  64. margin-right: auto;
  65. }
  66. .page-bituni-header {
  67. height: 597px;
  68. }
  69. .page-bituni-header {
  70. padding-top: 128px;
  71. }
  72. .page-bituni-h1 {
  73. font-size: 38px;
  74. font-family: PingFangSC-Medium, PingFang SC;
  75. font-weight: 500;
  76. color: #ffffff;
  77. line-height: 57px;
  78. }
  79. .page-bituni-apply {
  80. display: block;
  81. margin-top: 40px;
  82. width: 160px;
  83. height: 50px;
  84. background: #ff7640;
  85. border-radius: 2px;
  86. font-size: 16px;
  87. font-family: PingFangSC-Medium, PingFang SC;
  88. font-weight: 500;
  89. color: #ffffff;
  90. text-align: center;
  91. line-height: 50px;
  92. cursor: pointer;
  93. }
  94. .page-bituni-rule {
  95. width:fit-content;
  96. margin-top: 10px;
  97. font-size: 14px;
  98. font-family: PingFangSC-Regular, PingFang SC;
  99. font-weight: 400;
  100. color: #ebeced;
  101. line-height: 20px;
  102. border-bottom: 1px solid #FFFFFF;
  103. cursor: pointer;
  104. ;
  105. }
  106. .page-bituni-intro {
  107. margin-top: 70px;
  108. display: flex;
  109. justify-content: space-between;
  110. }
  111. .page-bituni-item {
  112. width: 258px;
  113. height: 152px;
  114. background: rgba(255, 255, 255, 0.1);
  115. border-radius: 16px;
  116. border: 1px solid rgba(235, 236, 237, 0.2);
  117. backdrop-filter: blur(10px);
  118. box-sizing: border-box;
  119. padding: 22px 20px;
  120. h2 {
  121. font-size: 20px;
  122. font-family: PingFangSC-Medium, PingFang SC;
  123. font-weight: 500;
  124. color: #ffffff;
  125. line-height: 28px;
  126. }
  127. p {
  128. margin-top: 10px;
  129. font-size: 14px;
  130. font-family: PingFangSC-Regular, PingFang SC;
  131. font-weight: 400;
  132. color: rgba(255, 255, 255, 0.8);
  133. line-height: 20px;
  134. }
  135. }
  136. .page-bituni-tit {
  137. font-size: 24px;
  138. font-family: PingFangSC-Medium, PingFang SC;
  139. font-weight: 500;
  140. color: #0b121a;
  141. line-height: 33px;
  142. margin-top: 60px;
  143. text-align: center;
  144. }
  145. .page-bituni-case-list {
  146. margin-top: 60px;
  147. display: flex;
  148. justify-content: space-between;
  149. flex-wrap: wrap;
  150. }
  151. .page-bituni-case-item {
  152. display: block;
  153. width: 535px;
  154. height: 233px;
  155. background: #ffffff;
  156. border-radius: 16px;
  157. border: 1px solid #ebeced;
  158. box-sizing: border-box;
  159. padding: 28px 24px;
  160. margin-bottom: 30px;
  161. }
  162. .bituni-case-item-top {
  163. display: flex;
  164. }
  165. .page-bituni-case-img {
  166. width: 68px;
  167. height: 68px;
  168. margin-right: 10px;
  169. // border-radius:50%;
  170. background-repeat: no-repeat;
  171. background-position: center center;
  172. background-size: contain;
  173. &.logo1{
  174. background-image: url("~@/assets/img/bituni/logo_1.png");
  175. }
  176. &.logo2{
  177. background-image: url("~@/assets/img/bituni/jone.png");
  178. }
  179. &.logo3{
  180. background-image: url("~@/assets/img/bituni/logo_3.png");
  181. }
  182. &.logo4{
  183. background-image: url("~@/assets/img/bituni/logo_6.png");
  184. }
  185. &.logo5{
  186. background-image: url("~@/assets/img/bituni/logo_5.png");
  187. }
  188. img{
  189. width: 100%;
  190. height: 100%;
  191. border-radius: 50%;
  192. }
  193. }
  194. .page-bituni-case-info {
  195. flex: 1;
  196. margin-right: 20px;
  197. }
  198. .page-bituni-case {
  199. &-name {
  200. font-size: 16px;
  201. font-family: PingFangSC-Medium, PingFang SC;
  202. font-weight: 500;
  203. color: #0b121a;
  204. line-height: 22px;
  205. margin-bottom: 4px;
  206. }
  207. &-content {
  208. font-size: 14px;
  209. font-family: PingFangSC-Regular, PingFang SC;
  210. font-weight: 400;
  211. color: #828c99;
  212. line-height: 20px;
  213. margin-bottom: 6px;
  214. }
  215. &-link {
  216. font-size: 12px;
  217. font-family: PingFangSC-Regular, PingFang SC;
  218. font-weight: 400;
  219. color: #828c99;
  220. line-height: 17px;
  221. }
  222. }
  223. .page-bituni-case-apply {
  224. display: block;
  225. width: 90px;
  226. height: 28px;
  227. background: #e6f1ff;
  228. border-radius: 2px;
  229. text-align: center;
  230. line-height: 28px;
  231. font-size: 13px;
  232. font-family: PingFangSC-Medium, PingFang SC;
  233. font-weight: 500;
  234. color: #308eff;
  235. cursor: pointer;
  236. }
  237. .page-bituni-case-tips {
  238. margin-top: 24px;
  239. font-size: 14px;
  240. font-family: PingFangSC-Regular, PingFang SC;
  241. font-weight: 400;
  242. color: #4b5d73;
  243. line-height: 21px;
  244. }
  245. .word-modal{
  246. position: fixed;
  247. top: 0;
  248. left: 0;
  249. width: 100%;
  250. height: 100%;
  251. background: rgba(0,0,0,0.7);
  252. z-index: 1900;
  253. opacity: 1;
  254. }
  255. .word-modal-main{
  256. position: absolute;
  257. top: 50%;
  258. left: 50%;
  259. transform: translate(-50%,-50%);
  260. width: 388px;
  261. /* height: 216px; */
  262. background: #FFFFFF;
  263. border-radius: 8px;
  264. }
  265. .word-modal-title{
  266. font-size: 18px;
  267. font-family: PingFangSC-Medium, PingFang SC;
  268. font-weight: 500;
  269. color: #0B121A;
  270. line-height: 27px;
  271. text-align: center;
  272. padding-top: 20px;
  273. margin: 0;
  274. }
  275. .word-modal-content{
  276. margin:6px 16px 30px;
  277. p{
  278. font-size: 14px;
  279. font-family: PingFangSC-Regular, PingFang SC;
  280. font-weight: 400;
  281. color: #0B121A;
  282. line-height: 21px;
  283. margin-bottom: 6px;
  284. }
  285. }
  286. .word-modal-p{
  287. overflow: hidden;
  288. margin-bottom: 6px;
  289. }
  290. .word-modal-p span{
  291. font-size: 14px;
  292. font-family: PingFangSC-Regular, PingFang SC;
  293. font-weight: 400;
  294. color: #323233;
  295. line-height: 21px;
  296. }
  297. .word-modal-label{
  298. float: left;
  299. }
  300. .word-modal-value{
  301. float: right
  302. }
  303. .word-modal-result{
  304. margin-top: 23px;
  305. margin-bottom: 20px;
  306. }
  307. .word-modal-btn{
  308. border-top: 1px solid #E8E8E8;
  309. line-height: 51px;
  310. text-align: center;
  311. font-size: 16px;
  312. font-family: PingFangSC-Medium, PingFang SC;
  313. font-weight: 500;
  314. color: #308EFF;
  315. cursor: pointer;
  316. }
  317. .fade2-enter-active, .fade2-leave-active {
  318. transition: opacity .5s;
  319. }
  320. .fade2-enter, .fade2-leave-to /* .fade-leave-active below version 2.1.8 */ {
  321. opacity: 0;
  322. }
  323. .bituni-icon{
  324. display: inline-block;
  325. width: 15px;
  326. height: 15px;
  327. background: url("https://stacdn.proginn.com/image/header/new/jishuin@2x.png") no-repeat center center;
  328. background-size: cover;
  329. transform: translateY(2px);
  330. margin-left: 5px;
  331. }