|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .account_manager{
- font-weight: bold;
- font-size: 14px;
- margin-top: 40px;
- margin-left: 35px;
- }
-
- .line_top{
- width: 1145px;
- height: 1px;
- border: 1px solid lightgray;
- margin-top: 15px;
- margin-left: 35px;
- }
-
- .add_account{
- border: 1px solid #E5E5E5;
- width: 215px;
- height: 90px;
- text-align: center;
- line-height: 90px;
- font-size: 16px;
- float: left;
- margin-right: 15px;
- cursor: pointer;
- }
-
- .acoont_info{
- float: left;
- margin-right: 15px;
- border: 1px solid #E5E5E5;
- width: 215px;
- height: 90px;
- margin-bottom: 20px;
-
- }
-
- .total_save_btn{
- width: 80px;
- height: 30px;
- display: inline-block;
- line-height: 30px;
- text-align: center;
- cursor: pointer;
- margin-left: 45px;
- margin-top: 30px;
- }
-
- .btns{
- width: 60px;
- height: 25px;
- display: inline-block;
- line-height: 25px;
- text-align: center;
- cursor: pointer;
- }
-
- .ui_hide{
- display: none;
- }
-
- .btn_stop{
- color: #666666;
- background-color: #e5e5e5;
- border-color: #e5e5e5;
- }
|