|
@@ -0,0 +1,35 @@
|
|
|
+.main {
|
|
|
+ width: 100%;
|
|
|
+ height: 100vh;
|
|
|
+ background-color: aqua;
|
|
|
+ .titleCon {
|
|
|
+ margin: 0 1.8rem;
|
|
|
+ padding: 2.64rem 0 0.4rem;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-bottom: 0.01rem solid #ffffff;
|
|
|
+ .icon {
|
|
|
+ width: 0.54rem;
|
|
|
+ height: 0.54rem;
|
|
|
+ margin-right: 0.1rem;
|
|
|
+ background: url('@/assets/greentech.png') no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .titleSelect {
|
|
|
+ font-size: 0.55rem;
|
|
|
+ font-family: Source Han Sans, Source Han Sans;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #3b3b3b;
|
|
|
+ letter-spacing: 0.14rem;
|
|
|
+ }
|
|
|
+ .titleRight {
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .titleText {
|
|
|
+ font-size: 0.4rem;
|
|
|
+ font-family: Source Han Sans, Source Han Sans;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #3b3b3b;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|