Browse Source

buttin Style

Baozhangchao 3 years ago
parent
commit
7dcbd835e1

+ 1
- 1
src/components/BuildingSelect/index.jsx View File

61
     <view>
61
     <view>
62
       {
62
       {
63
         visible ? (
63
         visible ? (
64
-          <>
64
+          < >
65
             <view onClick={() => setVisible(false)} className={wrapAnimate}></view>
65
             <view onClick={() => setVisible(false)} className={wrapAnimate}></view>
66
             <view className={frameAnimate} catchMove>
66
             <view className={frameAnimate} catchMove>
67
               <view className='frame'>
67
               <view className='frame'>

+ 3
- 2
src/components/BuildingSelect/style.css View File

74
   text-align: center;
74
   text-align: center;
75
   font-size: 32px;
75
   font-size: 32px;
76
   line-height: 92px;
76
   line-height: 92px;
77
-  background: #193c83;
78
-  color: #fff;
77
+  background: #ffff;
78
+  color: #193c83;
79
   font-weight: bold;
79
   font-weight: bold;
80
   border-radius: 92px;
80
   border-radius: 92px;
81
+  border: #193c83 1px solid;
81
 }
82
 }
82
 
83
 
83
 .okBtn {
84
 .okBtn {