| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- .container {
- .sub-title {
- font-size: 20px;
- color: #333;
- text-align: left;
- font-weight: bold;
- }
- .cell-item {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-content: center;
- align-items: center;
- .unit {
- font-size: 12px;
- color: #666;
- padding-right: 10px;
- width: 60px;
- text-align: right;
- }
- }
- .prestyle {
- margin-top: 10px;
- display: flex;
- flex-direction: row;
- align-items: center;
- align-content: center;
- justify-content: center;
- width: 96%;
- padding-left: 10px;
- .content__item__step {
- display: flex;
- flex-direction: row;
- justify-content: start;
- align-items: center;
- align-content: center;
- white-space: nowrap;
- &__item {
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- align-content: center;
- margin-bottom: 5px;
- text {
- font-size: 12px;
- padding: 2.5px 5px;
- text-align: center;
- }
- }
- }
- .plantmp {
- color: #333;
- font-size: 14px;
- width: 100%;
- height: 30px;
- }
- }
- .credentials-info {
- display: flex;
- flex-direction: row;
- justify-content: start;
- align-content: center;
- align-items: center;
- margin-bottom: 10px;
- width: 95%;
- text:nth-child(1) {
- width: 80px;
- color: #333;
- font-size: 14px;
- }
- text:nth-child(2) {
- width: 100%;
- color: #333;
- font-size: 14px;
- margin-left: 15px;
- }
- textarea {
- border: 1px solid #f0f0f0;
- border-radius: 10px;
- color: #333;
- padding: 10px;
- margin-right: 5px;
- font-size: 14px;
- }
- .credentials-top-view {
- display: flex;
- flex-direction: column;
- width: 80%;
- height: 120px;
- border-radius: 10px;
- .value {
- width: 100%;
- height: 30px;
- color: #888;
- }
- .upload {
- padding-top: 10px 0px 0px 0px;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- }
- }
- .button-view {
- display: flex;
- justify-content: space-between;
- margin: 10px 10px 10px 10px;
-
- van-button {
- width: 48%;
- height: 40px;
- }
- }
- }
|