@@ -25,7 +25,7 @@
border-radius: 50%;
overflow: hidden;
border: 2px solid #fff;
-
+ display: flex;
margin-right: 15px;
}
@@ -162,4 +162,4 @@
margin: 0 0 0 4px;
-}
+}
@@ -41,8 +41,8 @@
.woringSecgtion {
- min-height: calc(100vh - var(--header-height) - 120px);
- margin-top: 120px;
+ min-height: calc(100vh - var(--header-height) - 110px);
+ margin-top: 110px;
background: #FFFFFF;
border-radius: 16px 16px 0 0;
padding: 20px 14px;
@@ -51,4 +51,4 @@
margin-bottom: 16px;
width: 100%;
@@ -86,7 +86,7 @@
color: #c0c0c0;
.remaining {
- color: #f7b500;
+ color: #FF5A56;
padding: 0 5px;
@@ -282,4 +282,4 @@
width: 29px;
height: 29px;
@@ -44,7 +44,7 @@
font-size: 12px;
padding: 0 6px;
border-radius: 4px;
- background: linear-gradient(180deg, #FFF5E6 0%, #FFF6E7 100%);
+ background-color: #FFF5E6;
border: 1px solid #FFE9D9;
color: #BE7332;
@@ -155,4 +155,4 @@
.phoneName {
background: #f2f2f2;
border-radius: 6px;
@@ -91,6 +91,8 @@
margin-right: 16px;
width: 98px;
height: 98px;
+ border-radius: 10px;
+ overflow: hidden;
h2 {
@@ -109,9 +111,9 @@
line-height: 17px;
height: 18px;
- background-color: #FFE9D9;
- border: 1px solid #FFF8E9;
+ border: 1px solid #FFE9D9;
.model {
@@ -389,7 +391,7 @@
border-radius: 12px;
font-size: 16px;
color: #5B2C03;
- font-weight: 400;
+ font-weight: 600;
border: 0;
@@ -412,4 +414,4 @@
height: 100% !important
@@ -512,7 +512,7 @@ export default defineComponent({
/>
{/* 是否在微信中打开 */}
- <OWxTip />
+ {/* <OWxTip /> */}
</div>
);
@@ -170,9 +170,9 @@
line-height: 18px;
- border-radius: 4px;
- background: linear-gradient(180deg, #FFF7E8 0%, #FFE9D9 100%);
+ border-radius: 4px;
@@ -364,4 +364,4 @@
background: linear-gradient(121deg, #FFD892 0%, #FFCB75 100%);
// }
@@ -52,7 +52,7 @@
font-weight: 600;
&.codeTextDisabled {
- color: #999;
+ color: #ccc;
@@ -87,4 +87,4 @@
.radioSection+.radioSection {
margin-left: 12px;