| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .box11 {
- width: 304px;
- height: 304px;
- margin-left: 40px;
- margin-right: 40px;
- background-color: #00ffff;
- }
- .food_console_box {
- background-color: #121212;
- border-radius: 36px;
- margin-left: 46px;
- margin-right: 46px;
- padding-top: 32px;
- padding-bottom: 44px;
- margin-bottom: 60px;
- }
- .food_console_title {
- color: #fff;
- font-size: 36px;
- font-weight: bold;
- margin-left: 40px;
- }
- .food_console_desc {
- margin-top: 16px;
- display: flex;
- flex-direction: row;
- color: #ffffff66;
- font-size: 28px;
- line-height: 48px;
- }
- .food_console_desc_off {
- margin-top: 16px;
- display: flex;
- flex-direction: column;
- color: #ffffff66;
- font-size: 28px;
- line-height: 48px;
- margin-left: 40px;
- }
- .food_console_desc_point {
- width: 12px;
- height: 12px;
- border-radius: 6px;
- margin-right: 8px;
- margin-left: 20px;
- margin-top: 18px;
- }
- .demo1 {
- width: 100px;
- height: 100px;
- position: relative;
- // background-color: red;
- }
- .demo1::before {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: pink;
- z-index: 1;
- }
- .demo1::after {
- background-color: #ffffff66;
- }
- .camera_bg {
- width: 304px;
- height: 304px;
- border-radius: 36px;
- background-color: #1c1c1c;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .album_bottom {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 88px;
- }
- .camera_icon {
- width: 72px;
- height: 60px;
- margin-top: 76px;
- }
- .camera_text {
- margin-top: 18px;
- font-size: 32px;
- line-height: 32px;
- color: #fff;
- opacity: 0.4;
- font-weight: bold;
- }
- .album_text {
- margin-top: 60px;
- font-size: 24px;
- line-height: 26px;
- color: #fff;
- opacity: 0.2;
- font-weight: bold;
- }
- .center_line2{
- position: absolute;
- left: 374px;
- width: 2px;
- top: 0;
- bottom: 0;
- background-color: #fff;
- opacity: 0.2;
- z-index: -1;
- }
- /* #ifdef weapp */
- .myswitch{
- // width: 100px !important;
- // height: 50px !important;
- transform: scale(0.85);
- transform-origin: right center;
- margin-right: -10px;
- }
- /* #endif */
- /* #ifdef rn */
- .myswitch{
- }
- /* #endif */
|